Primeiro Post
Testando Hugo, um framework golang, estilo Ruby on Rails.
Esse post visa testar a ferramenta hugo e texto .md Markdown
Simples tutorial:
- Instale Hugo:
sudo apt install hugo
- Inicie o projeto do seu site (tenha git instalado):
hugo new site seu-site
cd seu-site
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo server
- navegue ate seu website.
http://localhost:1313/