Find a file
2025-09-01 02:01:23 +02:00
.github Fix ci 2025-08-21 22:33:25 +02:00
archetypes Use archive page as homepage 2025-08-20 23:25:11 +02:00
assets/css/extended More post content 2025-08-21 13:22:29 +02:00
build/nginx Use nginx-unprivileged image as base 2025-07-29 23:28:20 +02:00
content Change date on blocky post 2025-08-29 00:35:23 +02:00
data Add a few more books 2024-09-06 02:16:21 +02:00
layouts Add umami tracking link (to try it out) 2025-08-29 11:13:03 +02:00
scripts Cleanup bash script 2025-07-01 11:45:35 +02:00
static Add robots.txt 2025-09-01 02:01:23 +02:00
themes Play with PaperMod theme 2025-08-20 12:48:37 +02:00
www Cleanup landing page 2025-07-07 16:43:33 +02:00
.editorconfig Write "Three years of Grafana dashboards as code" post 2023-03-08 01:06:27 +01:00
.gitignore Servicelb wip 2025-08-19 22:49:55 +02:00
.gitmodules Cleanup gitmodules 2025-08-21 13:48:37 +02:00
.markdownlint.json markdown lint 2025-07-01 11:40:49 +02:00
Dockerfile Use nginx-unprivileged image as base 2025-07-29 23:28:20 +02:00
hugo.toml Cleanup config 2025-08-21 23:02:32 +02:00
Makefile Use nginx-unprivileged image as base 2025-07-29 23:28:20 +02:00
README.md Servicelb wip 2025-08-19 22:49:55 +02:00

My Blog

Installation

  • Fork this repository
  • Clone it: git clone https://github.com/K-Phoen/blog
  • Run make serve

You should have a server up and running locally at http://localhost:1313.

Creating a new post

./bin/hugo new posts/this-blog-has-continuous-integration.md

Deployment

Automated using a Github Action.