Skip to content
Snippets Groups Projects
Select Git revision
  • 2-gitlab-deploy
  • main default protected
  • add-tat-sample
  • 15-choses-a-faire-css
  • macao3-export
  • gitlab-ci-debug
  • 3-qcu-features
  • 1-navigation
  • test
9 results

macao-hugo

Forked from MACAO / MACAO Hugo
135 commits behind the upstream repository.
Name Last commit Last update
macao
.gitlab-ci.yml
.gitmodules
README.md

Macao-Hugo

Expérimentation avec le static site generator Hugo pour Macao-New

Setup

  • Installer Hugo (version 0.124 minimum)
  • git clone gitlab@gitlab.tetras-libre.fr:macao/macao-hugo.git
  • cd macao-hugo/macao

Pour lancer en mode développement avec live reload : hugo server

Pour build le site statique : hugo
Le contenu de public/ peut être publié avec n'importe quel serveur HTTP statique.