diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-07-02 23:22:40 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-07-02 23:22:40 -0500 |
commit | c5a2b7970f2187456dd094105e38b1d5482cb90f (patch) | |
tree | d54a47e9ced07799fdc0141fc6cc2d5005324cdf | |
parent | c8a1ade50065aa5790088994b3c42d2cc67b845a (diff) | |
download | cleberg.net-c5a2b7970f2187456dd094105e38b1d5482cb90f.tar.gz cleberg.net-c5a2b7970f2187456dd094105e38b1d5482cb90f.tar.bz2 cleberg.net-c5a2b7970f2187456dd094105e38b1d5482cb90f.zip |
convert README to org-mode
-rw-r--r-- | README.md | 32 | ||||
-rw-r--r-- | README.org | 41 |
2 files changed, 41 insertions, 32 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 9d043f7..0000000 --- a/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# cleberg.net - -[cleberg.net](https://cleberg.net) is my personal webpage. - -## 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.sr.ht/~cyborg/cleberg.net && \ -cd cleberg.net && \ -zola build -``` - -## 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 diff --git a/README.org b/README.org new file mode 100644 index 0000000..b637072 --- /dev/null +++ b/README.org @@ -0,0 +1,41 @@ +#+title: README + +* 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 |