From e2a27c2d8fbe465fa8a7311d40659db69d9b1cd8 Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 12 Jun 2019 17:36:24 +0930 Subject: [PATCH] feat: move blog to separate subdirectory based on https://github.com/hexojs/site --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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