New www.bovender.de site.
Go to file
2024-11-10 11:32:01 +01:00
archetypes Add image to post front matter. 2024-11-01 11:04:08 +01:00
assets Adjust background color for code. 2024-11-05 15:28:17 +01:00
content Update P14s blog post with new energy consumption data. 2024-11-10 11:32:01 +01:00
layouts Update hermit-v2. 2024-11-05 15:30:41 +01:00
static Fix fonts. 2024-10-04 16:59:19 +02:00
themes Update hermit-v2. 2024-11-05 15:30:41 +01:00
.gitignore Ignore generated files. 2024-08-05 19:53:36 +02:00
.gitmodules Initial commit. 2024-07-30 23:16:25 +02:00
.hugo_build.lock Initial commit. 2024-07-30 23:16:25 +02:00
config.toml Initial version of cheat sheet. 2024-11-05 15:28:34 +01:00
docker-compose.yml Use image from hugomods. 2024-08-05 19:54:44 +02:00
README.md Lint markdown in README. 2024-08-05 19:54:00 +02:00
update-blog.sh Update path in upload script. 2024-08-17 09:48:13 +02:00

bovender's personal home page

Site generated with Hugo using the hermit-v2 theme.

Docker-compose commands

Build site:

docker compose up build

Run development server with live refresh and draft as well as future post rendering enabled:

docker compose up server

Add new posts:

docker compose up -d server
docker compose exec server new content/posts/2024-07-31-my-new-blog-post.md