|
@@ -30,7 +30,7 @@ language: English
|
|
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
|
|
url: http://uppy.io
|
|
|
root: /
|
|
|
-permalink: :year/:month/:day/:title/
|
|
|
+permalink: blog/:year/:month/:title/
|
|
|
tag_dir: tags
|
|
|
archive_dir: archives
|
|
|
category_dir: categories
|
|
@@ -41,7 +41,7 @@ source_dir: src
|
|
|
public_dir: public
|
|
|
|
|
|
# Writing
|
|
|
-new_post_name: :title.md # File name of new posts
|
|
|
+new_post_name: :year-:month-:title.md # File name of new posts
|
|
|
default_layout: post
|
|
|
auto_spacing: false # Add spaces between asian characters and western characters
|
|
|
titlecase: false # Transform title into titlecase
|