Skip to content

Commit 9cdbd4f

Browse files
committed
feat: update web
1 parent 808464b commit 9cdbd4f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

deploy.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ npm run docs:build
1010
cd docs/.vuepress/dist
1111

1212
# 如果是发布到自定义域名
13-
# echo 'www.example.com' > CNAME
13+
echo 'blog.arkstack.cn' > CNAME
1414

1515
git init
1616
git add -A
1717
git commit -m 'deploy'
1818

19-
git push -f git@github.com:palmerye/ArkStack.git master:gh-pages
19+
git push -f git@github.com:ArkStack/blog.git master:gh-pages
2020

2121
cd -

docs/.vuepress/.DS_Store

0 Bytes
Binary file not shown.

docs/.vuepress/config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
module.exports = {
2-
title: 'Blog',
2+
title: 'Blog+',
33
description: 'Just playing around',
4-
base: '/ArkStack/',
4+
head: [
5+
['link', { rel: 'icon', href: '/favicon.ico' }]
6+
],
7+
base: '/',
58
themeConfig: {
69
logo: '/logo_s.svg',
710
}

docs/.vuepress/public/favicon.ico

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)