blog/README.md

16 lines
313 B
Markdown
Raw Permalink Normal View History

2023-09-27 00:14:18 +02:00
# Personal blog
Build using [Hugo](https://gohugo.io/).
2023-09-27 22:11:17 +02:00
## ToDos
- [ ] Replace mailt:plain-text-address with encrypted mail address
## Install theme
`git submodule add https://github.com/LukasJoswiak/etch.git themes/etch`
`git submodule update`
To install after a fresh clone:
`git submodule update --init`