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
faui2k17
generator
Commits
bdabaf76
Unverified
Commit
bdabaf76
authored
Sep 16, 2019
by
Philip Kaludercic
🌝
Browse files
fixed uri-formatting issues
parent
a7570d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
haunt.scm
View file @
bdabaf76
...
...
@@ -30,11 +30,11 @@
#
:readers
(
list
commonmark-reader
)
#
:make-slug
local-post-slug
#
:builders
(
list
(
paged-blog
#
:theme
local-site-theme
#
:prefix
"post"
)
(
atom-feed
#
:blog-prefix
"post"
)
(
atom-feeds-by-tag
#
:prefix
"tags"
#
:blog-prefix
"post"
)
(
rss-feed
#
:blog-prefix
"post"
)
#
:prefix
"
/
post"
)
(
atom-feed
#
:blog-prefix
"
/
post"
)
(
atom-feeds-by-tag
#
:prefix
"
/
tags"
#
:blog-prefix
"
/
post"
)
(
rss-feed
#
:blog-prefix
"
/
post"
)
(
static-page
"meta"
"Meta"
%meta-page
)
(
static-page
"irc"
"IRC"
...
...
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