From 66d48a7a4c98383e5baef20d352a3d2e4e681a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 7 Aug 2021 18:20:38 +0200 Subject: bin: Generation scaffold --- templates/_metadata.md | 3 +++ templates/default.html | 15 +++++++++++++++ templates/footer.md | 1 + templates/head.html | 4 ++++ templates/header.md | 8 ++++++++ 5 files changed, 31 insertions(+) create mode 100644 templates/_metadata.md create mode 100644 templates/default.html create mode 100644 templates/footer.md create mode 100644 templates/head.html create mode 100644 templates/header.md (limited to 'templates') diff --git a/templates/_metadata.md b/templates/_metadata.md new file mode 100644 index 0000000..da79be4 --- /dev/null +++ b/templates/_metadata.md @@ -0,0 +1,3 @@ +$( +pwd +) diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..9156cbd --- /dev/null +++ b/templates/default.html @@ -0,0 +1,15 @@ + +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 new file mode 100644 index 0000000..150702b --- /dev/null +++ b/templates/footer.md @@ -0,0 +1 @@ +> remember that computer sucks diff --git a/templates/head.html b/templates/head.html new file mode 100644 index 0000000..7272d63 --- /dev/null +++ b/templates/head.html @@ -0,0 +1,4 @@ + + + + diff --git a/templates/header.md b/templates/header.md new file mode 100644 index 0000000..4356090 --- /dev/null +++ b/templates/header.md @@ -0,0 +1,8 @@ +# [rgoncalves.se](/) + +- [wiki](/w) +- [services](/s) +- [rss](/rss.xml) +- [git](https://git.rgoncalves.se) +- [webring](https://webring.xxiivv.com/#random) +- [about](/a) -- cgit v1.2.3