From 8fe5387c47196d09063e12ca6b9ad768ad4849b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 27 Sep 2021 15:08:34 +0200 Subject: all: Bump to version 3 of static site generation --- templates/_metadata.md | 3 --- templates/default | 15 +++++++++++++++ templates/default.footer | 3 +++ templates/default.head | 4 ++++ templates/default.header | 10 ++++++++++ templates/default.html | 15 --------------- templates/footer.md | 1 - templates/head.html | 4 ---- templates/header.md | 8 -------- templates/none | 6 ++++++ templates/none.html | 9 --------- 11 files changed, 38 insertions(+), 40 deletions(-) delete mode 100644 templates/_metadata.md create mode 100644 templates/default create mode 100644 templates/default.footer create mode 100644 templates/default.head create mode 100644 templates/default.header delete mode 100644 templates/default.html delete mode 100644 templates/footer.md delete mode 100644 templates/head.html delete mode 100644 templates/header.md create mode 100644 templates/none delete mode 100644 templates/none.html (limited to 'templates') diff --git a/templates/_metadata.md b/templates/_metadata.md deleted file mode 100644 index da79be4..0000000 --- a/templates/_metadata.md +++ /dev/null @@ -1,3 +0,0 @@ -$( -pwd -) diff --git a/templates/default b/templates/default new file mode 100644 index 0000000..38de71d --- /dev/null +++ b/templates/default @@ -0,0 +1,15 @@ + +include(templates/default.head) + +
+ include(templates/default.header) +
+ sinclude(tmp/tmp.metadata) + sinclude(tmp/tmp.toc) + include(tmp/tmp.body) + sinclude(tmp/tmp.index) + + + diff --git a/templates/default.footer b/templates/default.footer new file mode 100644 index 0000000..f41001a --- /dev/null +++ b/templates/default.footer @@ -0,0 +1,3 @@ +
+remember that computer sucks +
diff --git a/templates/default.head b/templates/default.head new file mode 100644 index 0000000..ca312c9 --- /dev/null +++ b/templates/default.head @@ -0,0 +1,4 @@ + + + +rgoncalves.se diff --git a/templates/default.header b/templates/default.header new file mode 100644 index 0000000..d646b91 --- /dev/null +++ b/templates/default.header @@ -0,0 +1,10 @@ +

rgoncalves.se

+ + diff --git a/templates/default.html b/templates/default.html deleted file mode 100644 index 9156cbd..0000000 --- a/templates/default.html +++ /dev/null @@ -1,15 +0,0 @@ - -include(templates/head.html) - -
- include(tmp/header.html) -
- sinclude(tmp/metadata.html) - sinclude(tmp/toc.html) - include(tmp/body.html) - sinclude(tmp/index.html) - - - diff --git a/templates/footer.md b/templates/footer.md deleted file mode 100644 index 150702b..0000000 --- a/templates/footer.md +++ /dev/null @@ -1 +0,0 @@ -> remember that computer sucks diff --git a/templates/head.html b/templates/head.html deleted file mode 100644 index 7272d63..0000000 --- a/templates/head.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/templates/header.md b/templates/header.md deleted file mode 100644 index 4356090..0000000 --- a/templates/header.md +++ /dev/null @@ -1,8 +0,0 @@ -# [rgoncalves.se](/) - -- [wiki](/w) -- [services](/s) -- [rss](/rss.xml) -- [git](https://git.rgoncalves.se) -- [webring](https://webring.xxiivv.com/#random) -- [about](/a) diff --git a/templates/none b/templates/none new file mode 100644 index 0000000..a125d9e --- /dev/null +++ b/templates/none @@ -0,0 +1,6 @@ + +include(templates/default.head) + + include(tmp/tmp.body) + + diff --git a/templates/none.html b/templates/none.html deleted file mode 100644 index f75fb33..0000000 --- a/templates/none.html +++ /dev/null @@ -1,9 +0,0 @@ - -include(templates/head.html) - - sinclude(tmp/metadata.html) - sinclude(tmp/toc.html) - include(tmp/body.html) - sinclude(tmp/index.html) - - -- cgit v1.2.3