Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dravenwu committed May 7, 2021
1 parent 4b0616c commit 44c3d07
Show file tree
Hide file tree
Showing 4 changed files with 2,681 additions and 8 deletions.
5 changes: 5 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ module.exports = {
markdown: {
lineNumbers: true // 代码块是否显示行号
},
theme: 'reco',
themeConfig: {
valineConfig: {
appId: 'j2HkS1t6CpVpw4mzhvpRyVQA-gzGzoHsz',// your appId
appKey: 'i5YI6RXIUCeVja0t1DQjphDI', // your appKey
},
nav: [
{
text: "首页",
Expand Down
9 changes: 8 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
home: true
heroImage: /hero.png
heroImageStyle: {
maxHeight: '200px',
display: block,
margin: '6rem auto 1.5rem',
borderRadius: '50%',
boxShadow: '0 5px 18px rgba(0,0,0,0.2)'
}
actionText: 开始 →
actionLink: /menu
features:
Expand All @@ -15,4 +22,4 @@ features:
# 每日精选文章合集
收集各大技术社区网站每日热文,[个人技术博客](https://github.com/dravenww/blob) 在此

每日更新,展示所有日期文章列表,[最近7天的数据前往这里](https://github.com/dravenww/curated-article) 进行查看,欢迎关注,点个star呀
每日更新,展示所有日期文章列表,[最近7天的数据前往这里](https://github.com/dravenww/curated-article) 进行查看,欢迎关注,点个star呀
Loading

0 comments on commit 44c3d07

Please sign in to comment.