Personal blog using Hugo https://faercol.me
Find a file
2023-12-19 18:10:34 +01:00
archetypes Init hugo server 2023-06-19 16:41:29 +02:00
content Add UEFI article 2023-12-19 18:10:34 +01: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
.drone.yml Add CI config 2023-06-26 23:12:06 +02:00
.gitignore Ignore vscode files 2023-10-01 13:38:06 +02:00
config.toml Add UEFI article 2023-12-19 18:10:34 +01: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 Add build status 2023-06-26 23:12:06 +02:00

hugo-relie

Build Status

Personal blog using Hugo

Commands

Start the server in dev mode with drafts

hugo server -D

Publish the server in production mode

hugo