update publish script
This commit is contained in:
parent
a38854e443
commit
be0daea28d
1 changed files with 3 additions and 2 deletions
|
@ -129,12 +129,13 @@
|
|||
:sitemap-sort-files anti-chronologically
|
||||
:sitemap-format-entry format-posts-rss-feed-entry)
|
||||
("org-config"
|
||||
:base-directory "~/.doom.d/"
|
||||
:base-directory "~/.dotfiles/"
|
||||
:base-extension "org"
|
||||
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
|
||||
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>"
|
||||
:html-wrap-src-lines t
|
||||
:publishing-directory "~/public_html"
|
||||
:with-toc nil
|
||||
:publishing-directory "~/public_html/dotfiles"
|
||||
:publishing-function org-html-publish-to-html
|
||||
:headline-levels 4
|
||||
:auto-preamble t)
|
||||
|
|
Loading…
Add table
Reference in a new issue