Skip to content

Commit f99204c

Browse files
committed
1 parent 447c8a0 commit f99204c

File tree

4 files changed

+15
-3101
lines changed

4 files changed

+15
-3101
lines changed

.gitignore

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.DS_Store
2-
Thumbs.db
3-
db.json
4-
*.log
52
node_modules/
6-
.deploy*/
3+
tmp/
4+
*.log
5+
.idea/
6+
yarn.lock
7+
package-lock.json
8+
.nyc_output/
9+
coverage/
10+
.tmp*
11+
.vscode

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

_config.icarus.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ footer:
126126
# Attribution 4.0 International:
127127
# icon: fab fa-creative-commons-by
128128
# url: 'https://creativecommons.org/licenses/by/4.0/'
129-
Download on GitHub:
130-
icon: fab fa-github
131-
url: 'https://icp.gov.moe/?keyword=20220713'
129+
# Download on GitHub:
130+
# icon: fab fa-github
131+
# url: 'https://icp.gov.moe/?keyword=20220713'
132132
# Article related configurations
133133
article:
134134
# Code highlight settings
@@ -391,8 +391,8 @@ plugins:
391391
# https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/
392392
providers:
393393
# Name or URL template of the JavaScript and/or stylesheet CDN provider
394-
cdn: loli
394+
cdn: unpkg
395395
# Name or URL template of the webfont CDN provider
396-
fontcdn: loli
396+
fontcdn: ustc
397397
# Name or URL of the fontawesome icon font CDN provider
398398
iconcdn: loli

0 commit comments

Comments
 (0)