aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org61
1 files changed, 0 insertions, 61 deletions
diff --git a/README.org b/README.org
deleted file mode 100644
index 2d1a7fb..0000000
--- a/README.org
+++ /dev/null
@@ -1,61 +0,0 @@
-#+title: README
-#+description: Project README.
-
-* cleberg.net
-
-[[https://cleberg.net][cleberg.net]] is my personal webpage.
-
-This README is viewable on [[https://git.cleberg.net/?p=cleberg.net.git;a=blob;f=README.org;h=155f4696a09503411730afc422b7fb49acbef8f3;hb=HEAD][git.cleberg.net]].
-
-** Overview
-
-This website & blog uses [[https://orgmode.org/][Org-Mode]], published with [[https://github.com/emacs-love/weblorg][weblorg]].
-
-** Configuration
-
-All configuration options are available within the =publish.el= file. Refer to
-the weblorg documentation for further configuration options.
-
-** Building
-
-Local testing is available via [[https://www.gnu.org/software/emacs/][Emacs]] or through the command line.
-
-To get running:
-
-#+begin_src shell
-git clone https://git.cleberg.net/cleberg.net.git && \
-cd cleberg.net && \
-emacs -nw
-#+end_src
-
-Within Emacs, open any of the repository files. In Doom, I do this with =Spc f
-f= and selecting =README.org=. Make any changes necessary to customize the
-project.
-
-To publish, you can use the =build.sh= script (change the deployment target!) or
-you can run the following commands.
-
-Use the =ENV= environment variable to determine which base URL weblorg will use.
-If ENV is ommitted, it will default to =localhost:8000=. If =ENV=prod=, weblorg
-will look in the =publish.el= file for the production base URL.
-
-#+begin_src sh
-ENV=prod emacs --script publish.el
-#+end_src
-
-The files will be published to the =.build= directory. You can deploy these
-files to the target through any number of methods, such as =scp= or SFTP.
-
-** Tasks
-
-*** DONE Create RSS feed
-*** TODO Format all blog posts with =M q=
-**** DONE 2018
-**** DONE 2019
-**** DONE 2020
-**** TODO 2021
-**** TODO 2022
-**** TODO 2023
-**** TODO 2024
-*** DONE Create script to auto-generate the =/blog/= list and =/= most recent posts
-*** TODO Figure out how to get filetags to show up