aboutsummaryrefslogtreecommitdiff
path: root/org-templates
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
committernathansmith <nathansmith@posteo.com>2025-05-23 07:43:34 -0600
commit4e749697600bab526b1cf51bcca493f6d31d2e34 (patch)
tree10a0274c96667d1482dd7f07d768feaf518d6187 /org-templates
parentd194694f31002068868a378d121ed0e2db01c378 (diff)
Almost done with this stupidness
Diffstat (limited to 'org-templates')
-rw-r--r--org-templates/distro-guides.org3
-rw-r--r--org-templates/error.org8
-rw-r--r--org-templates/level-1.org8
-rw-r--r--org-templates/level-2.org8
4 files changed, 27 insertions, 0 deletions
diff --git a/org-templates/distro-guides.org b/org-templates/distro-guides.org
new file mode 100644
index 0000000..b05e102
--- /dev/null
+++ b/org-templates/distro-guides.org
@@ -0,0 +1,3 @@
+#+SETUPFILE: level-2.org
+#+SHITTYWEB_BACK: <br /><a href="../linux-room.xhtml#distro-guides"><img src="images/back.png" alt="Back to linux room" /></a>
+#+BACKGROUND_IMAGE: ../images/linux_background.png
diff --git a/org-templates/error.org b/org-templates/error.org
new file mode 100644
index 0000000..9aa1200
--- /dev/null
+++ b/org-templates/error.org
@@ -0,0 +1,8 @@
+#+options: html-link-use-abs-url:nil html-postamble:auto html-preamble:t
+#+options: html-scripts:nil html-style:nil html5-fancy:nil tex:t
+#+html_doctype: xhtml-strict
+#+html_container: div
+#+html_content_class: content
+#+html_link_home: /
+#+html_head: <link rel="icon" type="image/x-icon" href="/images/icon.png" />
+#+creator: <a href="https://shittyweb.org"><img src="/images/nsw_banner.png" alt="NSW" /></a>
diff --git a/org-templates/level-1.org b/org-templates/level-1.org
new file mode 100644
index 0000000..0015f8a
--- /dev/null
+++ b/org-templates/level-1.org
@@ -0,0 +1,8 @@
+#+options: html-link-use-abs-url:nil html-postamble:auto html-preamble:t
+#+options: html-scripts:nil html-style:nil html5-fancy:nil tex:t
+#+html_doctype: xhtml-strict
+#+html_container: div
+#+html_content_class: content
+#+html_link_home: ./
+#+html_head: <link rel="icon" type="image/x-icon" href="images/icon.png" /><link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="/blog/feed.xml" />
+#+creator: <a href="https://shittyweb.org"><img src="images/nsw_banner.png" alt="NSW" /></a>
diff --git a/org-templates/level-2.org b/org-templates/level-2.org
new file mode 100644
index 0000000..ce35b65
--- /dev/null
+++ b/org-templates/level-2.org
@@ -0,0 +1,8 @@
+#+options: html-link-use-abs-url:nil html-postamble:auto html-preamble:t
+#+options: html-scripts:nil html-style:nil html5-fancy:nil tex:t
+#+html_doctype: xhtml-strict
+#+html_container: div
+#+html_content_class: content
+#+html_link_home: ../
+#+html_head: <link rel="icon" type="image/x-icon" href="../images/icon.png" /><link rel="alternate" type="application/rss+xml" title="Nathan's shitty blog" href="/blog/feed.xml" />
+#+creator: <a href="https://shittyweb.org"><img src="../images/nsw_banner.png" alt="NSW" /></a>