Browse Source

Removed :output_ext as it is no longer needed

Mihajlo Nešić 5 years ago
parent
commit
786268881e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      _config.yml

+ 3 - 0
_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"]