Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
ad8b9645
Commit
ad8b9645
authored
Jan 18, 2016
by
Alexandre Duret-Lutz
Browse files
org: generate a sitemap
* doc/org/.dir-locals.el.in, doc/org/init.el.in: Enable sitemap generation.
parent
5b829784
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/org/.dir-locals.el.in
View file @
ad8b9645
...
...
@@ -32,6 +32,9 @@
:base-extension "org"
:publishing-directory "../userdoc/"
:recursive t
:exclude "setup.org"
:auto-sitemap t
:sitemap-title "Sitemap for Spot"
:publishing-function org-publish-org-to-html
; Org 8
:html-head "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"spot.css\" />"
...
...
doc/org/init.el.in
View file @
ad8b9645
...
...
@@ -53,6 +53,9 @@
:base-extension "org"
:publishing-directory "@abs_top_srcdir@/doc/userdoc/"
:recursive t
:exclude "setup.org"
:auto-sitemap t
:sitemap-title "Sitemap for Spot"
:publishing-function
,(if (require 'org-publish nil t) 'org-publish-org-to-html ; Org 7
'org-html-publish-to-html) ; Org 8
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment