aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 2f62127..3144ce5 100644
--- a/publish.el
+++ b/publish.el
@@ -101,6 +101,7 @@ PUB-DIR is when the output will be placed."
:sitemap-title "Yuchen's Blog"
:sitemap-sort-files anti-chronologically
:sitemap-filename "../pages/blog.org"
+ :html-doctype "html5"
:html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>
<link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>"
:html-preamble me/html-preamble
@@ -121,6 +122,7 @@ PUB-DIR is when the output will be placed."
:sitemap-title "Yuchen's Microblog"
:sitemap-sort-files anti-chronologically
:sitemap-filename "../pages/microblog.org"
+ :html-doctype "html5"
:html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>"
:html-preamble me/html-preamble
:author ("Yuchen Pei")
@@ -134,6 +136,7 @@ PUB-DIR is when the output will be placed."
:publishing-directory "site"
:recursive t
:publishing-function org-html-publish-to-html
+ :html-doctype "html5"
:html-head "<link rel='stylesheet' href='../css/default.css' type='text/css'/>
<link rel='stylesheet' href='../css/page.css' type='text/css'/>
<link rel='alternate' title=\"Yuchen's blog\" href='/blog-feed.xml' type='application/rss+xml'>