diff options
-rw-r--r-- | config.org | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/config.org b/config.org index f2f0e8c..486a728 100644 --- a/config.org +++ b/config.org @@ -783,15 +783,10 @@ I generate my website using org mode. I use the built in ox-publish subsystem f :html-html5-fancy t :html-indent nil ;; breaks <pre> tag :html-head "<meta name=\"color-scheme\" content=\"light dark\"> - <style> - body { font-family: \"Comic Sans MS\"; max-width: 80ch; margin: auto; padding: 1em; } - header { text-align: center; } - img { max-width: 100%; } - pre { white-space: pre-wrap; border: 1px solid; padding: 1em; } - </style>" + <link rel=\"stylesheet\" type=\"text/css\" href=\"love.css\" />" :auto-sitemap t - :sitemap-filename "~/data/website/archive.org" - :sitemap-title "Archive" + :sitemap-filename "~/data/website/index.org" + :sitemap-title "noa.pub" :sitemap-style list :sitemap-sort-folders ignore :sitemap-ignore-case t |