Skip to content

Commit

Permalink
build: Update website packages
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Oct 26, 2023
1 parent c2a4129 commit dbfec84
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "0.0.0",
"private": true,
"hexo": {
"version": "5.4.1"
"version": "6.3.0"
},
"dependencies": {
"hexo": "^5.4.0",
"hexo-fs": "^3.1.0",
"hexo": "^6.0.0",
"hexo-fs": "^4.0.0",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^4.1.0",
"hexo-renderer-scss-plus": "^1.0.0",
"hexo-renderer-stylus": "^2.0.1",
"hexo-renderer-marked": "^6.1.0",
"hexo-renderer-sass": "*",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0"
},
"devDependencies": {
"ejs-lint": "^1.2.1",
"ejs-lint": "^2.0.0",
"hexo-cli": "^4.3.0"
}
}
7 changes: 7 additions & 0 deletions website/themes/agency/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Site
title:
subtitle:
description:
author:
language:
timezone:

0 comments on commit dbfec84

Please sign in to comment.