diff options
Diffstat (limited to 'org-templates')
-rw-r--r-- | org-templates/distro-guides.org | 3 | ||||
-rw-r--r-- | org-templates/error.org | 8 | ||||
-rw-r--r-- | org-templates/level-1.org | 8 | ||||
-rw-r--r-- | org-templates/level-2.org | 8 |
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> |