Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 440 Bytes

File metadata and controls

15 lines (14 loc) · 440 Bytes

Personal github page

Install theme

Pull PaperMod theme submodule after existing clone (https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)

git submodule update --init --recursive

Local commands

# Start server locally
hugo server -D

# Create content from a custom archetype
hugo new content --kind <archetype_name> <subfolder>/<post_name>.md
hugo new content --kind post posts/git-usual-commandss.md -f