From 5a2eea4834393ee686f0e93c44e80fef7305af02 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 3 Jul 2024 21:25:34 -0500 Subject: convert README to plaintext since sourcehut doesn't support org --- README | 39 +++++++++++++++++++++++++++++++++++++++ README.org | 41 ----------------------------------------- 2 files changed, 39 insertions(+), 41 deletions(-) create mode 100644 README delete mode 100644 README.org diff --git a/README b/README new file mode 100644 index 0000000..a027852 --- /dev/null +++ b/README @@ -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 diff --git a/README.org b/README.org deleted file mode 100644 index b637072..0000000 --- a/README.org +++ /dev/null @@ -1,41 +0,0 @@ -#+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 -- cgit v1.2.3-70-g09d2