Add sitemap and up/home links to exported website
This commit is contained in:
parent
8f94ea5263
commit
b75169712b
7
init.el
7
init.el
|
@ -858,14 +858,19 @@ Uses `my/projects-directory' to find correct directory"
|
||||||
`(("xenia.me.uk"
|
`(("xenia.me.uk"
|
||||||
:base-directory ,(expand-file-name "www/xenia.me.uk" (my/projects-directory))
|
:base-directory ,(expand-file-name "www/xenia.me.uk" (my/projects-directory))
|
||||||
:base-extension "org"
|
:base-extension "org"
|
||||||
|
:exclude "setup.org"
|
||||||
:recursive t
|
:recursive t
|
||||||
:publishing-function org-html-publish-to-html
|
:publishing-function org-html-publish-to-html
|
||||||
:publishing-directory "/sshx:pixelifytica@legion:/var/www/xenia.me.uk"
|
:publishing-directory "/sshx:pixelifytica@legion:/var/www/xenia.me.uk"
|
||||||
|
:auto-sitemap t
|
||||||
|
:sitemap-title "Sitemap"
|
||||||
:section-numbers nil
|
:section-numbers nil
|
||||||
:with-author t
|
:with-author t
|
||||||
:with-email t
|
:with-email t
|
||||||
:with-toc nil
|
:with-toc nil
|
||||||
;; :html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://fniessen.github.io/org-html-themes/src/readtheorg_theme/css/readtheorg.css\"/>"
|
:html-link-home "/"
|
||||||
|
:html-link-up "../"
|
||||||
|
;; :html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"css/style.css\"/>"
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(use-package rainbow-delimiters
|
(use-package rainbow-delimiters
|
||||||
|
|
Loading…
Reference in a new issue