aboutsummaryrefslogtreecommitdiff
path: root/docs/share/meta.adoc
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-23 17:49:28 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-23 17:49:28 +0200
commitabc1d59a6aa5cf2e3f4b99f14d57cb462c95b7d1 (patch)
tree33720002bf2172f1270c852b0eb1aee8b92b6e4c /docs/share/meta.adoc
parent6dd2000fd69fb54240159b1b950036e745e17bcc (diff)
parent424c5a281282451b224da0ba26e35fb03bf2ecf5 (diff)
Merge branch 'wip/docs'
Diffstat (limited to 'docs/share/meta.adoc')
-rw-r--r--docs/share/meta.adoc43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/share/meta.adoc b/docs/share/meta.adoc
new file mode 100644
index 0000000..2e15b79
--- /dev/null
+++ b/docs/share/meta.adoc
@@ -0,0 +1,43 @@
+// (these files are included from the parent directory)
+:pdf-theme: ./theme.yml
+// :pdf-fontsdir: ./res/font
+:bibtex-file: ./share/refs.bib
+
+// document / project info
+ifndef::document[]
+:document: DOCUMENT TITLE
+endif::[]
+:project: Project Puzzlebox
+:revnumber: 0.0
+:revdate: 2024-04-01
+:revremark: draft
+:author_1: Thomas in ‘t Anker
+:author_2: Loek Le Blansch
+:author_3: Lars Faase
+:author_4: Elwin Hammer
+
+// numbering / reference styles
+:sectnums:
+:toclevels: 4
+:pagenums:
+:xrefstyle: short
+
+// (set and display title)
+= {document}: {project}
+// start each document with a title page
+:title-page:
+// followed by a table of contents
+:toc:
+
+[discrete]
+== List of Figures
+list-of::image[]
+
+[discrete]
+== List of Tables
+list-of::table[]
+
+<<<
+
+// also https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref
+