diff --git a/website/blog/2019-11-03-front-end-development-enough-for-a-career.md b/website/blog/2019-11-03-are-front-end-development-enough-for-a-career.md similarity index 100% rename from website/blog/2019-11-03-front-end-development-enough-for-a-career.md rename to website/blog/2019-11-03-are-front-end-development-enough-for-a-career.md diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a6fc45db..87bef498 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -1,7 +1,6 @@ module.exports = { title: 'Tech Interview Handbook', - tagline: - 'Curated interview preparation materials for busy engineers', + tagline: 'Curated interview preparation materials for busy engineers', url: 'https://techinterviewhandbook.org', baseUrl: '/', favicon: 'img/favicon.png', @@ -31,6 +30,11 @@ module.exports = { label: 'Facebook', position: 'right', }, + { + href: 'https://twitter.com/yangshunz', + label: 'Twitter', + position: 'right', + }, ], }, footer: { @@ -66,7 +70,7 @@ module.exports = { ], 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', async: true, },