/blog-hugo

Primary LanguageSCSSMIT LicenseMIT

blog-hugo

Build Status

# add theme
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
echo 'theme = "ananke"' >> config.toml

# update theme
git submodule update --rebase --remote

# add post
hugo new posts/my-first-post.md

# dev
hugo server -D
hugo serve -t  hugo-theme-cleanwhite