projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
*oops* fix date
[web.git]
/
_config.yml
diff --git
a/_config.yml
b/_config.yml
index 7d12ba3aa4941b666a843e4e924fb766ffa03366..bf82a60d55ce3e9db0d784dc22f3602d092fd83f 100644
(file)
--- a/
_config.yml
+++ b/
_config.yml
@@
-1,5
+1,7
@@
# Site settings
url: "https://www.ralfj.de"
# Site settings
url: "https://www.ralfj.de"
+permalink: "/blog/:year/:month/:day/:title.html"
+timezone: "Europe/Berlin"
blog:
title: "Ralf's Ramblings"
blog:
title: "Ralf's Ramblings"
@@
-21,7
+23,13
@@
defaults:
- scope:
path: "" # all files in the project
values:
- scope:
path: "" # all files in the project
values:
- layout: "default"
+ layout: "page"
+ - scope:
+ path: ""
+ type: "posts"
+ values:
+ rss: true
+ pretitle: "Ralf's Ramblings"
# Build settings
markdown: kramdown
# Build settings
markdown: kramdown