From 786268881efaef9bb25a74e416e4488f9390bcf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mihajlo=20Ne=C5=A1i=C4=87?= Date: Wed, 3 Apr 2019 18:45:57 +0000 Subject: [PATCH] Removed :output_ext as it is no longer needed --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 3d5fbe6..1e0b827 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,9 @@ url: "/" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll +# Outputting +permalink: /:categories/:year/:month/:day/:title + # Build settings markdown: kramdown exclude: ["README.md"] \ No newline at end of file