Skip to content

Commit 23ebcca

Browse files
committed
update theme building step, change comment system
1 parent 8ddafdf commit 23ebcca

File tree

4 files changed

+18
-27
lines changed

4 files changed

+18
-27
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
themes/aurora/node_modules
2121
node_modules
2222
key: node-modules-${{ hashFiles('package.json') }}-${{ hashFiles('themes/aurora/package.json') }}
23-
- run: cd themes/aurora && yarn install -std=c++17 --ignore-engines && cd ../.. && yarn install && yarn test --verbose
23+
- run: cd themes/aurora && yarn install -std=c++17 --ignore-engines && yarn run build:stage && cd ../.. && yarn install && yarn test --verbose
2424
- uses: JamesIves/github-pages-deploy-action@v4
2525
with:
2626
folder: public

_config.aurora.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ site:
1919
#! ---------------------------------------------------------------
2020
authors:
2121
##! example
22-
# adminy:
23-
# name: Marin Bivol
22+
adminy:
23+
name: Marin Bivol
2424
avatar: https://avatars.githubusercontent.com/u/22717869?v=4
2525
link: https://github.com/adminy
2626
description: "Beat me in simplicity and I'll tell you all the secrets!"
@@ -111,11 +111,11 @@ site_meta:
111111

112112
# For local development only!
113113
gitalk:
114-
enable: true
114+
enable: false
115115
autoExpand: true
116116
clientID: '9e9f01173af30c7fd8b7'
117117
clientSecret: 'eda4a72205ae299b48a6164359580d24813229c8'
118-
repo: 'https://github.com/adminy/adminy.github.io'
118+
repo: 'adminy.github.io'
119119
owner: 'adminy'
120120
admin: ['adminy']
121121
id: uid
@@ -127,18 +127,18 @@ gitalk:
127127
# Valine comment plugin (recommended!)
128128
# see https://valine.js.org/quickstart.html
129129
valine:
130-
enable: false
131-
# app_id:
132-
# app_key:
133-
# avatar: ''
134-
# placeholder: Leave your thoughts behind~
135-
# visitor: true
136-
# lang: en
137-
# avatarForce: false
138-
# meta: ['nick', 'mail']
139-
# requiredFields: []
140-
# admin: 'adminy'
141-
# recentComment: true
130+
enable: true
131+
app_id: 'YXlOIn8hlvxBB63rZCkPhV8H-MdYXbMMI'
132+
app_key: 'd3PCTKckIvJc0sa7rIr8DRkH'
133+
lang: en
134+
placeholder: Leave your thoughts behind~
135+
visitor: true
136+
meta: ['nick', 'mail']
137+
requiredFields: []
138+
admin: 'adminy'
139+
avatarForce: false
140+
avatar: 'retro'
141+
recentComment: true
142142

143143
# Enable Busuanzi statistic plugin
144144
# see http://ibruce.info/2015/04/04/busuanzi/

_config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
## Docs: https://hexo.io/docs/configuration.html
33
## Source: https://github.com/hexojs/hexo/
44

5-
# Site
6-
title: Marin's Blog
7-
subtitle: ''
8-
description: ''
9-
keywords:
10-
author: Marin Bivol
11-
language: en
12-
timezone: ''
13-
145
# URL
156
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
167
url: https://codeismagic.com

themes/aurora

0 commit comments

Comments
 (0)