Notes for atlex00

Use a theme - Learn

May 12, 2020
Page content
    • The theme - Learn
    • When is it good?
    • Memo: Your personal page

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

  • hugo
  • setup
© 2025 Notes for atlex00. Generated with Hugo and Mainroad theme.