From 4e749697600bab526b1cf51bcca493f6d31d2e34 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Fri, 23 May 2025 07:43:34 -0600 Subject: Almost done with this stupidness --- org-templates/distro-guides.org | 3 +++ org-templates/error.org | 8 ++++++++ org-templates/level-1.org | 8 ++++++++ org-templates/level-2.org | 8 ++++++++ 4 files changed, 27 insertions(+) create mode 100644 org-templates/distro-guides.org create mode 100644 org-templates/error.org create mode 100644 org-templates/level-1.org create mode 100644 org-templates/level-2.org (limited to 'org-templates') 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:
Back to linux room +#+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: +#+creator: NSW 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: +#+creator: NSW 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: +#+creator: NSW -- cgit v1.2.3