Skip to content

Commit

Permalink
update hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
wzy816 committed Feb 2, 2024
1 parent 3056519 commit 0da5f51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hugo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ cd <folder>
hugo new site . --force

# theme
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
cd themes
git clone https://github.com/athul/archie.git

# copy config.yaml

# new post
hugo new --kind post-bundle posts/<yyyy-mm-dd>
hugo new posts/<yyyy-mm-dd>

# server
hugo server -D

# build
# build
hugo
```

0 comments on commit 0da5f51

Please sign in to comment.