diff options
author | Blendoit <blendoit@gmail.com> | 2020-08-11 18:30:03 -0700 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-08-11 18:30:03 -0700 |
commit | 0898dcd51db89960e9bd44bed98ca138d51c8969 (patch) | |
tree | 5a2c035a6df7f796efa180a10818df3bba2266c2 /templates/wiki | |
parent | a69ff789a488a31f6f6b4f7fc34ef32a3a667a0d (diff) |
Roll templates from ~/org/ to ~/.emacs.d
Diffstat (limited to 'templates/wiki')
-rw-r--r-- | templates/wiki/level-0.org | 13 | ||||
-rw-r--r-- | templates/wiki/level-1.org | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/templates/wiki/level-0.org b/templates/wiki/level-0.org new file mode 100644 index 0000000..e0020ae --- /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> |