Personal blog using Hugo https://faercol.me
Find a file
Melora Hugues a03fba7567 Add multilanguage support
Enable multilanguage support with two separate (/en and /fr) base
directories containing each a sample article
2023-06-19 16:41:46 +02:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content Add multilanguage support 2023-06-19 16:41:46 +02:00
themes/hello-friend-ng Install hello-friend-ng theme 2023-06-19 16:41:37 +02:00
.gitignore Cleanup repo 2023-06-19 16:41:42 +02:00
config.toml Add multilanguage support 2023-06-19 16:41:46 +02:00
README.md Init hugo server 2023-06-19 16:41:29 +02:00

hugo-relie

Personal blog using Hugo

Commands

Start the server in dev mode with drafts

hugo server -D

Publish the server in production mode

hugo