New www.bovender.de site.
Go to file
2024-08-08 18:48:35 +02:00
archetypes Initial commit. 2024-07-30 23:16:25 +02:00
assets Use web fonts. 2024-08-08 17:49:52 +02:00
content New post about window tiling in plasma. 2024-08-08 18:48:35 +02:00
layouts Initial partials and shortcodes. 2024-08-05 19:55:27 +02:00
static/fonts Use web fonts. 2024-08-08 17:49:52 +02:00
themes Update hermit-v2 theme. 2024-08-08 17:49:27 +02: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 Add last modification time. 2024-08-05 22:18:22 +02: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-blog.sh script. 2024-08-05 19:56:00 +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