Skip to content

levpa/hugo-blog

Repository files navigation

Hugo install

Hugo installation page

  • install Git
  • install GoLang
  • install Dart Sass (optional): brew install sass/sass/sass
  • install hugo brew install hugo
  • generate new codebase for the blog hugo new site LevArc --format yaml

PaperMod theme INSTALL

git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod

# execute when you reclone your repo
git submodule update --init --recursive 

PaperMod them UPDATE

git submodule update --remote --merge

Configuration

In hugo.yaml add:

theme: ["PaperMod"]

Development

Create post:

# create post from template: archetypes/post.md
hugo new --kind post <name>

Observe or test site locally:

hugo serve

# or execute with arguments:
hugo --buildDrafts    # or -D
hugo --buildExpired   # or -E
hugo --buildFuture    # or -F

Web Server is at localhost:1313

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published