Primeiro Post

Testando Hugo, um framework golang, estilo Ruby on Rails.

Esse post visa testar a ferramenta hugo e texto .md Markdown

Simples tutorial:

  1. Instale Hugo:
sudo apt install hugo
  1. 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
  1. navegue ate seu website.
http://localhost:1313/