Skip to content

rudolfjs/rudolfjs.github.io

Repository files navigation

rudolfj.github.io

Rudolf J profile hosted using GitHub Pages.

Development

To run the server locally:

hugo server -D --disableFastRender

Creating Content

Use hugo new with the available archetypes to create new content:

Blog Posts

# 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