Personal blog using Hugo https://faercol.me
Find a file
Melora Hugues da4ea18310
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Replace drone by woodpecker
2024-05-26 20:56:26 +02:00
.woodpecker Replace drone by woodpecker 2024-05-26 20:56:26 +02:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content Update mastodon account 2023-07-03 10:50:10 +02:00
i18n Add about page 2023-06-26 13:09:07 +02:00
layouts/shortcodes Add support for callouts 2023-10-01 13:40:45 +02:00
nginx Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
static Add support for mermaid graphs 2023-10-01 13:39:28 +02:00
themes/hello-friend-ng Add support for mermaid graphs 2023-10-01 13:39:28 +02:00
.dockerignore Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
.gitignore Ignore vscode files 2023-10-01 13:38:06 +02:00
config.toml Add support for callouts 2023-10-01 13:40:45 +02:00
Dockerfile Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
go.mod Add support for callouts 2023-10-01 13:40:45 +02:00
go.sum Add support for callouts 2023-10-01 13:40:45 +02:00
Makefile Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
README.md Replace drone by woodpecker 2024-05-26 20:56:26 +02:00

hugo-relie

status-badge

Personal blog using Hugo

Commands

Start the server in dev mode with drafts

hugo server -D

Publish the server in production mode

hugo