diff --git a/_config.yml b/_config.yml index eb8657f..67b4b4f 100644 --- a/_config.yml +++ b/_config.yml @@ -14,14 +14,14 @@ timezone: ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' url: https://curben.netlify.com root: '' -permalink: :year/:month/:day/:title/ +permalink: blog/:year/:month/:day/:title/ permalink_defaults: # Directory source_dir: source public_dir: public tag_dir: tags -archive_dir: archives +archive_dir: blog category_dir: categories code_dir: '' i18n_dir: :lang