Informe 2016-Q3 de Sucuri Remediation Group
noun \’jam-stak’\
Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.
Arquitectura: ![]() |
Workflow: ![]() |
En Mac:
brew install hugo
Con tarball:
mkdir -p ~/hugo
cd ~/hugo
curl https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-64bit.tar.gz
tar xvfjz hugo_0.31.1_Linux-64bit.tar.gz
Check:
~/hugo/hugo version
Hugo Static Site Generator v0.31.1 linux/amd64
hugo help new
hugo new site hugo-workshop
cd hugo-workshop
git init
git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
Edita config.toml:
theme = "ananke"
hugo new posts/primer-post.md
Edita posts/primer-post.md.
hugo server -D
Comprueba http://localhost:1313
Crear fork del proyecto Victor-Hugo en tu cuenta de GitHub:
https://github.com/netlify/victor-hugoClonar en tu equipo:
git clone git@github.com:luque/victor-hugo.git
cd victor-hugo
npm install
cd victor-hugo
npm start
Comprueba http://localhost:3000 y http://localhost:3001.
cd victor-hugo
git init
cd site
git submodule add https://github.com/MunifTanjim/minimo.git themes/minimo
cp -R themes/minimo/exampleSite/* .
Este obra está bajo una licencia de Creative Commons Reconocimiento-CompartirIgual 4.0 Internacional.