diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index e805b30..f2546ec 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: "Loek's Blog" +title: blog.pipeframe.xyz domain: blog.pipeframe.xyz exclude: - makefile @@ -16,7 +16,7 @@ defaults: lang: en toc: true output: true - footer: true + post: true markdown: kramdown sass: style: compressed |