diff options
| author | Christian Cleberg <[email protected]> | 2024-07-03 21:25:34 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-07-03 21:25:34 -0500 |
| commit | e505304bac4c14d0303894441c8423caac92a429 (patch) | |
| tree | 8f9adb5d8d6e0eeab13cae3321640a29095cc975 /README | |
| parent | 8258aed8b95fcc875cb48c1de05271f63d332977 (diff) | |
| download | cleberg.net-e505304bac4c14d0303894441c8423caac92a429.tar.gz cleberg.net-e505304bac4c14d0303894441c8423caac92a429.tar.bz2 cleberg.net-e505304bac4c14d0303894441c8423caac92a429.zip | |
convert README to plaintext since sourcehut doesn't support org
Diffstat (limited to 'README')
| -rw-r--r-- | README | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +* cleberg.net + +[[https://cleberg.net][cleberg.net]] is my personal webpage. + +** Overview + +This website & blog uses [[https://spec.commonmark.org/current/][Markdown]], published with [[https://www.getzola.org/][Zola]]. + +** Configuration + +All configuration options are available within the =config.toml= file. Refer to +the Zola documentation for further configuration options. + +** Building + +To get running: + +#+begin_src sh +git clone https://git.sr.ht/~cyborg/cleberg.net && \ +cd cleberg.net && \ +zola build +#+end_src + +** Publishing + +Use =zola build= and deploy to whichever deployment target you prefer. + +** Tasks + +- [ ] Add descriptions to blog posts +- [ ] Figure out how to get file tags to show up +- [ ] Fix missing images + - [X] 2024 + - [ ] 2023 + - [ ] 2022 + - [ ] 2021 + - [ ] 2020 + - [ ] 2019 + - [ ] 2018 |
