diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-04-27 17:01:13 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-04-27 17:01:13 -0500 |
commit | 74992aaa27eb384128924c4a3b93052961a3eaab (patch) | |
tree | d5193997d72a52f7a6d6338ea5da8a6c80b4eddc /README.md | |
parent | 3def68d80edf87e28473609c31970507d9f03467 (diff) | |
download | cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.tar.gz cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.tar.bz2 cleberg.net-74992aaa27eb384128924c4a3b93052961a3eaab.zip |
test conversion back to markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c9c055 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# cleberg.net + +[cleberg.net](https://cleberg.net) is my personal webpage. + +This README is viewable on [git.cleberg.net](https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD). + +## Overview + +This website & blog uses [Markdown](https://spec.commonmark.org/current/), published with [Zola](https://www.getzola.org/). + +## Configuration + +All configuration options are available within the `config.toml` file. Refer to the Zola documentation for further configuration options. + +## Building + +To get running: + +```sh +git clone https://git.cleberg.net/cleberg.net.git && \ +cd cleberg.net && \ +zola build +``` + +## Publishing + +Use `zola build` and deploy to whichever deployment target you prefer. + +## Tasks + +- [ ] Format all blog posts + - [ ] 2018 + - [ ] 2019 + - [ ] 2020 + - [ ] 2021 + - [ ] 2022 + - [ ] 2023 + - [ ] 2024 +- [ ] Figure out how to get file tags to show up |