Personal blog using Hugo https://faercol.me
Find a file
Melora Hugues 950b7db741
All checks were successful
ci/woodpecker/push/test Pipeline was successful
/ docker-build-only (push) Successful in 36s
/ docker-build-push (push) Successful in 39s
Add forgejo action CI
2024-08-05 20:37:37 +02:00
.forgejo/workflows Add forgejo action CI 2024-08-05 20:37:37 +02:00
.woodpecker Replace drone by woodpecker 2024-05-26 21:14:15 +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 light/dark theme toggle 2024-06-20 16:05:56 +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 21:14:15 +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