mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-24 10:32:01 +08:00
website: add Twitter link
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Tech Interview Handbook',
|
title: 'Tech Interview Handbook',
|
||||||
tagline:
|
tagline: 'Curated interview preparation materials for busy engineers',
|
||||||
'Curated interview preparation materials for busy engineers',
|
|
||||||
url: 'https://techinterviewhandbook.org',
|
url: 'https://techinterviewhandbook.org',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
favicon: 'img/favicon.png',
|
favicon: 'img/favicon.png',
|
||||||
@@ -31,6 +30,11 @@ module.exports = {
|
|||||||
label: 'Facebook',
|
label: 'Facebook',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'https://twitter.com/yangshunz',
|
||||||
|
label: 'Twitter',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
@@ -66,7 +70,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
scripts: [
|
scripts: [
|
||||||
{
|
{
|
||||||
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4984084888641317",
|
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4984084888641317',
|
||||||
crossorigin: 'anonymous',
|
crossorigin: 'anonymous',
|
||||||
async: true,
|
async: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user