Add readme.
This commit is contained in:
parent
c6ae49076b
commit
e01d88b0c6
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# 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
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
[hermit-v2]: https://github.com/1bl4z3r/hermit-V2
|
||||||
|
[Hugo]: https:/gohugo.io
|
Loading…
Reference in New Issue
Block a user