aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-02 15:44:50 -0300
committerEuAndreh <eu@euandre.org>2020-12-02 16:02:13 -0300
commit6d95acf144a4f2e48cb603af3a8032c172ceb53e (patch)
tree841555c1a8e65f2527401a67f6327c72ef617ff8
parentTODOs.org: Add missing IDs (diff)
downloadtoph-6d95acf144a4f2e48cb603af3a8032c172ceb53e.tar.gz
toph-6d95acf144a4f2e48cb603af3a8032c172ceb53e.tar.xz
Fix build of HTML
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
-rw-r--r--README.md2
-rw-r--r--TODOs.org5
-rw-r--r--guix/manifest.scm5
5 files changed, 13 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 7dc18f4..3998dad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@
# HTML
/tasks-and-bugs.html
+/tasks-and-bugs.html~
/tasks-and-bugs.org
/public/ \ No newline at end of file
diff --git a/Makefile b/Makefile
index 6c9a47f..cda0eb6 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/README.md b/README.md
index 697d355..3feaee1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# VPS
+See the online [tasks and bug tracker](tasks-and-bugs.html).
+
## Workflow
### Re-creating everything from scratch
diff --git a/TODOs.org b/TODOs.org
index 951a510..666c9bc 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -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)))