Skip to content

Commit

Permalink
config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thely314 committed Dec 4, 2023
1 parent 3a2fb32 commit 1eb2b03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Site
title: Ciallo!
subtitle: 'Thely314'
subtitle: 'thely314'
description: ''
keywords:
author: thely314
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"server": "hexo server"
},
"hexo": {
"version": ""
"version": "7.0.0"
},
"dependencies": {
"hexo": "^7.0.0",
Expand All @@ -23,4 +23,4 @@
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0"
}
}
}
1 change: 1 addition & 0 deletions scaffolds/draft.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
title: {{ title }}
date: {{ date }}
tags:
---

0 comments on commit 1eb2b03

Please sign in to comment.