---
title: "HUGO : Build Markdown d’un GITHUB"
url: https://www.cyber-neurones.org/2023/06/hugo-build-markdown-dun-github/
date: 2023-06-09
modified: 2023-06-10
author: "Frederic"
description: "Pour l'instant cela ne marche absolument pas ... j'ai fait un Markdown sous GIT : https://github.com/farias06/resume . Le but étant de faire le build via Hugo sous Débian : #..."
categories:
  - "WordPress"
word_count: 192
---

# HUGO : Build Markdown d’un GITHUB

Pour l'instant cela ne marche absolument pas ... j'ai fait un Markdown sous GIT : [https://github.com/farias06/resume](https://github.com/farias06/resume) .

Le but étant de faire le build via [Hugo](https://gohugo.io/) sous Débian :

# cat /etc/os-release | grep "PRETTY_NAME"
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
# hugo server -D --bind="0.0.0.0"
# hugo version
Hugo Static Site Generator v0.80.0/extended linux/amd64 BuildDate: 2021-07-18T09:31:51Z (debian 0.80.0-6+b5)
# cd /var/arias-frederic.org/
# /root/go/bin/hugo server -D --bind="0.0.0.0"
Start building sites …
hugo v0.112.3+extended linux/amd64 BuildDate=unknown

| FR
-------------------+------
Pages | 3
Paginator pages | 0
Non-page files | 136
Static files | 136
Processed images | 0
Aliases | 0
Sitemaps | 0
Cleaned | 0

Built in 102 ms
Watching for changes in /var/arias-frederic.org/{archetypes,content,data,layouts,static,themes}
Watching for config changes in /var/arias-frederic.org/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 0.0.0.0)
Press Ctrl+C to stop

Le résultat avec hugo sur le port 1313 :

![](https://www.cyber-neurones.org/wp-content/uploads/2023/06/screenshot-from-2023-06-10-14-44-12.png)

Pour l'instant le résultat n'est pas bon : [https://my.cyber-neurones.org/](https://my.cyber-neurones.org/) . Sachant que résultat de Hugo n'est pas le même que le build. Le mermaid ne s'affiche pas ...

Il reste du boulot.