From 5aff968bf932f201b1103f2f81255ab58f115241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 19 May 2024 14:57:39 +0200 Subject: feat: scaffold website skeleton --- templates/default | 16 ++++++++++++++++ templates/default.footer | 0 templates/default.head | 11 +++++++++++ templates/default.header | 1 + templates/none | 6 ++++++ 5 files changed, 34 insertions(+) create mode 100644 templates/default create mode 100644 templates/default.footer create mode 100644 templates/default.head create mode 100644 templates/default.header create mode 100644 templates/none (limited to 'templates') diff --git a/templates/default b/templates/default new file mode 100644 index 0000000..8414c8b --- /dev/null +++ b/templates/default @@ -0,0 +1,16 @@ + + +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..e69de29 diff --git a/templates/default.head b/templates/default.head new file mode 100644 index 0000000..98d1406 --- /dev/null +++ b/templates/default.head @@ -0,0 +1,11 @@ +Sous le ciel + + + + + + + + + + diff --git a/templates/default.header b/templates/default.header new file mode 100644 index 0000000..7b540fc --- /dev/null +++ b/templates/default.header @@ -0,0 +1 @@ +

Sous le ciel

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) + + -- cgit v1.2.3