Use a theme - Learn

Page content

The theme - Learn

https://themes.gohugo.io/hugo-theme-learn/

When is it good?

Write about a theme.

hugo new site spec_page
cd spec_page
git init
git submodule add https://github.com/matcornic/hugo-theme-learn.git themes/hugo-theme-learn
echo "theme = \"hugo-theme-learn\"" >> config.toml
hugo new general/test.md

Memo: Your personal page

https://github.com/gcushen/hugo-academic