diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-21 11:45:57 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-21 11:45:57 -0800 |
commit | ebaced20146761e81be1f5bed04c9c250d8b9119 (patch) | |
tree | f068f7813759c09a892f514809db8d512d574106 | |
parent | a487ae46eb3bc3d6f2e01c71b2fd4d2be70a498b (diff) |
Templates
-rw-r--r-- | templates/documents/wealthy.org | 20 | ||||
-rw-r--r-- | templates/wiki/level-0.org | 13 | ||||
-rw-r--r-- | templates/wiki/level-1.org | 13 |
3 files changed, 46 insertions, 0 deletions
diff --git a/templates/documents/wealthy.org b/templates/documents/wealthy.org new file mode 100644 index 0000000..79b846f --- /dev/null +++ b/templates/documents/wealthy.org @@ -0,0 +1,20 @@ +# -*- mode: org; eval: (visual-line-mode); -*- + +#+LATEX_HEADER: \usepackage[]{geometry} +#+LATEX_HEADER: \usepackage{fontspec} +#+LATEX_HEADER: \setmainfont{EB Garamond} +#+LATEX_HEADER: \setmonofont{Liberation Mono} + +# Get total page count to insert in footer +#+LATEX_HEADER: \usepackage{lastpage} +#+LATEX_HEADER: \usepackage{titling} + +#+LATEX_HEADER: \usepackage{fancyhdr} +# Space in the header for a logo or image. +#+LATEX_HEADER: \setlength{\headheight}{36pt} +#+LATEX_HEADER_EXTRA: \pagestyle{fancy} +#+LATEX_HEADER_EXTRA: \fancyhead[L]{\rule[-12pt]{0pt}{0pt}\texttt{Lord \theauthor}} +#+LATEX_HEADER_EXTRA: \fancyhead[C]{\large\textbf{\thetitle}} +#+LATEX_HEADER_EXTRA: \fancyhead[R]{\thedate} +#+LATEX_HEADER_EXTRA: \renewcommand{\headrulewidth}{1.5pt} +#+LATEX_HEADER_EXTRA: \fancyfoot[C]{\hrulefill\\[0.8em] Page \thepage\\[0.8em]\footnotesize Tastefully assembled with \includegraphics[width=1.618ex]{~/.emacs.d/img/icons/EmacsIcon.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/Org-mode-unicorn.png}/\includegraphics[width=1.618ex]{~/.emacs.d/img/icons/LuaTeX_logo.png}/...\\ Copyright \copyright~2020 Marius Peter. All rights reserved. } diff --git a/templates/wiki/level-0.org b/templates/wiki/level-0.org new file mode 100644 index 0000000..c229912 --- /dev/null +++ b/templates/wiki/level-0.org @@ -0,0 +1,13 @@ +# -*- mode: org; -*- +#+STARTUP: indent + +#+html-link-home "HOMEPAGE.html" +#+html-link-up "sitemap.html" + +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./org-html-themes-master/styles/readtheorg/css/htmlize.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./org-html-themes-master/styles/readtheorg/css/readtheorg.css"/> + +#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> +#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> +#+HTML_HEAD: <script type="text/javascript" src="../org-html-themes-masterstyles/lib/js/jquery.stickytableheaders.min.js"></script> +#+HTML_HEAD: <script type="text/javascript" src="../org-html-themes-masterstyles/readtheorg/js/readtheorg.js"></script> diff --git a/templates/wiki/level-1.org b/templates/wiki/level-1.org new file mode 100644 index 0000000..23ee7d0 --- /dev/null +++ b/templates/wiki/level-1.org @@ -0,0 +1,13 @@ +# -*- mode: org; -*- +#+STARTUP: indent + +#+html-link-home "HOMEPAGE.html" +#+html-link-up "sitemap.html" + +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../org-html-themes-master/styles/readtheorg/css/htmlize.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../../org-html-themes-master/styles/readtheorg/css/readtheorg.css"/> + +#+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> +#+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> +#+HTML_HEAD: <script type="text/javascript" src="../../org-html-themes-masterstyles/lib/js/jquery.stickytableheaders.min.js"></script> +#+HTML_HEAD: <script type="text/javascript" src="../../org-html-themes-masterstyles/readtheorg/js/readtheorg.js"></script> |