Personal blog using Hugo https://faercol.me
Find a file
Melora Hugues 8d2ac77b31
All checks were successful
/ docker-build-push (push) Successful in 28s
Fix public DNS configuration
2024-09-08 17:24:18 +02:00
.forgejo/workflows Add forgejo action CI 2024-08-05 20:55:48 +02:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content Fix public DNS configuration 2024-09-08 17:24:18 +02:00
i18n Add about page 2023-06-26 13:09:07 +02:00
layouts Add support for clickable headers 2024-09-08 15:21:06 +02:00
nginx Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
static Add article on DNS challenge 2024-09-08 15:21:06 +02:00
themes/hello-friend-ng Add support for clickable headers 2024-09-08 15:21:06 +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 article on DNS challenge 2024-09-08 15:21:06 +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