website: use social media icons

This commit is contained in:
Yangshun
2022-01-25 09:56:11 +08:00
parent 367b3d6577
commit a60220c2cf
7 changed files with 18 additions and 12 deletions

View File

@@ -23,24 +23,24 @@ module.exports = {
src: 'img/logo.svg',
},
items: [
{href: '/introduction', label: 'Getting Started', position: 'left'},
{href: '/introduction', label: 'Getting started', position: 'left'},
{to: 'blog', label: 'Blog', position: 'left'},
{
href: 'https://www.facebook.com/techinterviewhandbook',
label: 'Facebook',
position: 'right',
},
{
href: 'https://twitter.com/yangshunz',
label: 'Twitter',
position: 'right',
},
{
href: 'https://github.com/yangshun/tech-interview-handbook',
position: 'right',
className: 'header-github-link',
className: 'navbar-icon navbar-icon-github',
'aria-label': 'GitHub repository',
},
{
href: 'https://www.facebook.com/techinterviewhandbook',
position: 'right',
className: 'navbar-icon navbar-icon-facebook',
},
{
href: 'https://twitter.com/yangshunz',
position: 'right',
className: 'navbar-icon navbar-icon-twitter',
},
],
},
footer: {