New www.bovender.de site.
Go to file
2024-10-30 18:46:46 +01:00
archetypes Fix archetype for posts. 2024-09-26 12:03:33 +02:00
assets Use bold rather than medium font for strong emphasis. 2024-10-04 17:01:16 +02:00
content Add tags to TLSA post. 2024-10-30 18:46:46 +01:00
layouts Add Mastodon verification link. 2024-08-22 20:49:45 +02:00
static Fix fonts. 2024-10-04 16:59:19 +02:00
themes Uupdate hermit-v2. 2024-10-04 07:18:00 +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 Re-organize files and folders. 2024-08-28 16:31:20 +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 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