PATOS Blog - made with Hugo!
git clone [repo url]
git submodule init
git submodule update
hugo server -D
hugo new --kind [talk, flash_talk, post] [categoria]/[nome-da-pagina].md
hugo new posts/[nome-do-post].md
Atenção: Pode ser necessário configurar o tema do Hugo para o site funcionar corretamente.
git submodule add [repo url] themes/[nome-do-tema]
git submodule deinit themes/[nome-do-tema]
git rm themes/[nome-do-tema]
- Doc Hugo: https://gohugo.io/
- Temas: https://themes.gohugo.io/