Updated hexo

This commit is contained in:
Deon George 2020-08-15 17:13:57 +10:00
parent 957174eaee
commit 32858395ea
4 changed files with 1140 additions and 3041 deletions

View File

@ -1,5 +1,5 @@
# Deploy pages with hexo # Deploy pages with hexo
image: node:9.7 image: node:14
pages: pages:
stage: deploy stage: deploy

View File

@ -3,17 +3,17 @@
## Source: https://github.com/hexojs/hexo/ ## Source: https://github.com/hexojs/hexo/
# Site # Site
title: Chinwag BBS title: Alterant BBS
subtitle: BBS is back! subtitle: BBS is back!
description: description:
keywords: bbs chinwag mysticbbs keywords: bbs alterant synchronet
author: Deon George author: Deon George
language: en language: en
timezone: Australia/Melbourne timezone: Australia/Melbourne
# URL # URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://chinwag.leenooks.net url: https://alterant.static.leenooks.net
root: / root: /
permalink: :year/:month/:day/:title/ permalink: :year/:month/:day/:title/
permalink_defaults: permalink_defaults:

4153
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,18 +3,16 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"hexo": { "hexo": {
"version": "3.7.1" "version": "5.0.2"
}, },
"dependencies": { "dependencies": {
"hexo": "^3.7.0", "hexo": "^5.0.2",
"hexo-generator-archive": "^0.1.5", "hexo-generator-category": "^1.0.0",
"hexo-generator-category": "^0.1.3", "hexo-generator-index": "^2.0.0",
"hexo-generator-index": "^0.2.1", "hexo-generator-tag": "^1.0.0",
"hexo-generator-json-content": "^3.0.1", "hexo-renderer-ejs": "^1.0.0",
"hexo-generator-tag": "^0.2.0", "hexo-renderer-marked": "^3.0.0",
"hexo-renderer-ejs": "^0.3.1", "hexo-renderer-stylus": "^1.1.0",
"hexo-renderer-marked": "^0.3.2", "hexo-server": "^2.0.0"
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.1"
} }
} }