diff --git a/_config.yml b/_config.yml index 62138b2..5c01df6 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ # Site title: Ciallo! -subtitle: 'Thely314' +subtitle: 'thely314' description: '' keywords: author: thely314 @@ -31,8 +31,8 @@ i18n_dir: :lang skip_render: # Writing -new_post_name: :title.md # File name of new posts -default_layout: post +new_post_name: :year-:month-:day-:title.md # File name of new posts +default_layout: draft titlecase: false # Transform title into titlecase external_link: enable: true # Open external links in new tab diff --git a/package.json b/package.json index 9732f3b..ab90883 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server": "hexo server" }, "hexo": { - "version": "" + "version": "7.0.0" }, "dependencies": { "hexo": "^7.0.0", @@ -23,4 +23,4 @@ "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0" } -} +} \ No newline at end of file diff --git a/scaffolds/draft.md b/scaffolds/draft.md index 498e95b..1f9b9a4 100644 --- a/scaffolds/draft.md +++ b/scaffolds/draft.md @@ -1,4 +1,5 @@ --- title: {{ title }} +date: {{ date }} tags: ---