Personal blog using Hugo https://faercol.me
Find a file
2023-06-26 23:11:49 +02:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content Add hidden link to mastodon profile 2023-06-26 13:22:04 +02:00
i18n Add about page 2023-06-26 13:09:07 +02:00
layouts/shortcodes Add hidden link to mastodon profile 2023-06-26 13:22:04 +02:00
nginx Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
static Add favicon 2023-06-19 17:03:54 +02:00
themes/hello-friend-ng Improve home page 2023-06-19 16:41:58 +02:00
.dockerignore Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
.gitignore Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
config.toml Fix home link with multi-language 2023-06-26 13:09:00 +02:00
Dockerfile Add Dockerfile to deploy site 2023-06-26 23:11:49 +02:00
Makefile Add Dockerfile to deploy site 2023-06-26 23:11:49 +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