Rudolf J profile hosted using GitHub Pages.
To run the server locally:
hugo server -D --disableFastRender
Use hugo new
with the available archetypes to create new content:
# Structured blog post
hugo new content/blog/posts/your-post-title.md
# Creates a note
hugo new content/notes/posts/your-note-title.md
# Add a project
hugo new content/projects/your-project-name.md
# Add a publication
hugo new content/publications/your-publication-title.md