projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d073dcc
)
fix page.url stripping off .html suffix
author
Ralf Jung
<post@ralfj.de>
Sat, 2 Jan 2016 18:54:41 +0000
(19:54 +0100)
committer
Ralf Jung
<post@ralfj.de>
Sat, 2 Jan 2016 18:54:41 +0000
(19:54 +0100)
personal/_config.yml
patch
|
blob
|
history
diff --git
a/personal/_config.yml
b/personal/_config.yml
index a19a6d0182ce0257d3f6821298b1ee80386ebd2f..0b6ab46e8d40df1d0064dc967c02634db99426a5 100644
(file)
--- a/
personal/_config.yml
+++ b/
personal/_config.yml
@@
-1,7
+1,6
@@
# Site settings
baseurl: ""
url: "https://www.ralfj.de"
-permalink: "/blog/:year/:month/:day/:title.html"
excerpt_separator: "<!-- MORE -->"
timezone: "Europe/Berlin"
@@
-30,6
+29,7
@@
defaults:
path: ""
type: "posts"
values:
+ permalink: "/blog/:year/:month/:day/:title.html"
rss: true
post: true
vars: "blog-page.html"