diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2011-01-05 19:14:16 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2011-01-05 19:14:16 +0100 |
commit | e995e19789c5e9a255cf65f323479a24309957d8 (patch) | |
tree | 1450bc3cf11fad4e1416b486816c3c5a4d4789e6 | |
parent | 4d17a0b75125c56bf3898a6fa968b963856bc924 (diff) |
add sitemap support
-rw-r--r-- | fripost-web.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fripost-web.el b/fripost-web.el index a579047..b7948ca 100644 --- a/fripost-web.el +++ b/fripost-web.el @@ -38,6 +38,11 @@ :auto-postamble nil :headline-levels 4 ; Just the default for this project. :auto-preamble t + + ;; sitemap + :auto-index t ; remove with newer org-mode + :index-title "Sitemap for fripost.org" + :auto-sitemap t ) ("fripost-web-static" |