summary refs log tree commit diff
path: root/style.org
diff options
context:
space:
mode:
authorCrazazy2022-02-22 15:58:00 +0100
committerCrazazy2022-02-22 15:58:00 +0100
commitaa990b166b50829ecedf2b8090e46c4b617d8bcc (patch)
treec15eca69cf9afb724c83d01eee47efb6be906e2e /style.org
parent91115903f95758e253689a42ab03b6fa648e59d8 (diff)
move all styling to separate org file
Diffstat (limited to 'style.org')
-rw-r--r--style.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.org b/style.org
new file mode 100644
index 0000000..00cebe3
--- /dev/null
+++ b/style.org
@@ -0,0 +1,12 @@
+#+HTML_HEAD: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/latex.css@1.6.0/style.min.css" integrity="sha256-Ncz7wrwMhIHPJupOT4BWvsCDbduC61SmpMasJCmvPB8=" crossorigin="anonymous">
+#+HTML_HEAD:<style>body { max-width : 120ch; }</style>
+#+OPTIONS: ^:nil p:t
+#+begin_export html
+        <nav>
+          <a href="." >back home</a>
+	  <a href="feeds.xml">List of RSS feeds </a>
+          <a href="scratch.html">Scratch page</a>
+          <a href="readme.html">Literary dotfile config</a>
+	  <a href="elpa.html">Custom ELPA repository</a>
+        </nav>
+#+end_export