Skip to content

Commit

Permalink
feat: add csdn and juejin icons (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
cumthyb authored and meteorlxy committed Aug 4, 2019
1 parent 4e719d3 commit 31d49a8
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 61 deletions.
8 changes: 8 additions & 0 deletions docs/.vuepress/config.js
Expand Up @@ -107,6 +107,14 @@ module.exports = {
account: 'meteorlxy',
link: 'https://hub.docker.com/u/meteorlxy',
},
csdn: {
account: '',
link: 'https://www.csdn.net/',
},
juejin: {
account: 'meteorlxy',
link: 'https://juejin.im/user/5c6fa9dde51d453fcb7baf09',
},
},
},

Expand Down
12 changes: 12 additions & 0 deletions docs/_posts/2019-02-26-theme-guide-zh.md
Expand Up @@ -205,6 +205,18 @@ module.exports = {
account: 'meteorlxy',
link: 'https://hub.docker.com/u/meteorlxy',
},

// CSDN 帐号和链接
csdn: {
account: '',
link: 'https://www.csdn.net/',
},

// 掘金 帐号和链接
juejin: {
account: 'meteorlxy',
link: 'https://juejin.im/user/5c6fa9dde51d453fcb7baf09',
},
},
},

Expand Down
12 changes: 12 additions & 0 deletions docs/_posts/2019-02-27-theme-guide-en.md
Expand Up @@ -203,6 +203,18 @@ module.exports = {
account: 'meteorlxy',
link: 'https://hub.docker.com/u/meteorlxy',
},

// CSDN account and link
csdn: {
account: '',
link: 'https://www.csdn.net/',
},

// Juejin account and link
juejin: {
account: 'meteorlxy',
link: 'https://juejin.im/user/5c6fa9dde51d453fcb7baf09',
},
},
},

Expand Down
6 changes: 6 additions & 0 deletions lib/components/IconSns.vue
Expand Up @@ -41,6 +41,12 @@ const nameMap = {
instagram: {
title: 'Instagram',
},
csdn: {
title: 'CSDN',
},
juejin: {
title: '掘金',
},
}
export default {
Expand Down

0 comments on commit 31d49a8

Please sign in to comment.