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
fa44707c
Unverified
Commit
fa44707c
authored
Aug 19, 2019
by
Philip Kaludercic
🌝
Browse files
changed default post slug
parent
1f2c60d1
Changes
1
Show whitespace changes
Inline
Side-by-side
haunt.scm
View file @
fa44707c
...
...
@@ -11,7 +11,8 @@
(
local
micronews
paged-blog
)
(
local
theme
)
(
local
common
)
(
local
pages
))
(
local
pages
)
(
srfi
srfi-19
))
(
define*
(
static-page
name
title
sxml
#
:key
(
theme
local-site-theme
))
(
lambda
(
site
posts
)
...
...
@@ -20,9 +21,14 @@
((
theme-layout
theme
)
site
title
sxml
)
sxml->html
))))
(
define
(
local-post-slug
post
)
(
string-append
(
date->string
(
post-date
post
)
"~s-"
)
(
basename
(
post-file-name
post
)
".md"
)))
(
site
#
:title
"#faui2k17"
#
:domain
"faui2k17.de"
#
:readers
(
list
commonmark-reader
)
#
:make-slug
local-post-slug
#
:builders
(
list
(
paged-blog
#
:theme
local-site-theme
#
:prefix
"post"
)
(
atom-feed
#
:blog-prefix
"post"
)
...
...
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