New www.bovender.de site.
Go to file
2024-08-03 00:05:25 +02:00
archetypes Initial commit. 2024-07-30 23:16:25 +02:00
content/about Initial commit. 2024-07-30 23:16:25 +02:00
themes Initial commit. 2024-07-30 23:16:25 +02:00
.gitignore Ignore public directory. 2024-07-30 23:26:57 +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 commit. 2024-07-30 23:16:25 +02:00
docker-compose.yml Initial commit. 2024-07-30 23:16:25 +02:00
README.md Add readme. 2024-07-31 08:27:05 +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:

$ 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