Personal blog using Hugo https://faercol.me
Find a file
Melora Hugues f7627ba6ea Init hugo server
This commit inits a new Hugo repository with a default draft article,
but without a theme yet
2023-06-19 16:41:29 +02:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content/posts Init hugo server 2023-06-19 16:41:29 +02:00
resources/_gen/assets Init hugo server 2023-06-19 16:41:29 +02:00
.gitignore Initial commit 2023-06-18 22:24:27 +02:00
config.toml Init hugo server 2023-06-19 16:41:29 +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