diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODOs.org | 5 | ||||
-rw-r--r-- | guix/manifest.scm | 5 |
5 files changed, 13 insertions, 3 deletions
@@ -3,5 +3,6 @@ # HTML /tasks-and-bugs.html +/tasks-and-bugs.html~ /tasks-and-bugs.org /public/
\ No newline at end of file @@ -9,4 +9,5 @@ clean: rm -rf public/ public: - ./scripts/generate-tasks-and-bugs.sh + bash ./scripts/generate-tasks-and-bugs.sh + pandoc -s --metadata title='EuAndreh VPS' -c styles.css -o public/index.html README.md @@ -1,5 +1,7 @@ # VPS +See the online [tasks and bug tracker](tasks-and-bugs.html). + ## Workflow ### Re-creating everything from scratch @@ -2,10 +2,13 @@ :PROPERTIES: :CUSTOM_ID: tasks :END: -** TODO Add index.html on built website +** DONE Add index.html on built website +CLOSED: [2020-12-02 mer. 15:47] :PROPERTIES: :CUSTOM_ID: 92d8ad8d-df93-49c1-8393-eb7147326c29 :END: +- State "DONE" from [2020-12-02 mer. 15:47] \\ + Generate index.html from README.md - State "TODO" from [2020-12-02 mer. 15:41] ** TODO External volume :PROPERTIES: diff --git a/guix/manifest.scm b/guix/manifest.scm index 5408675..471f7f4 100644 --- a/guix/manifest.scm +++ b/guix/manifest.scm @@ -12,4 +12,7 @@ shellcheck direnv git-crypt - terraform))) + terraform + emacs + perl + pandoc))) |