Skip to content

Commit

Permalink
misc(v2): branding update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Nov 17, 2019
1 parent b5cbaee commit 7065da7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
3 changes: 2 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

module.exports = {
title: 'Docusaurus',
tagline: 'Easy to Maintain Open Source Documentation Websites',
tagline:
'An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.',
organizationName: 'facebook',
projectName: 'docusaurus',
baseUrl: '/',
Expand Down
13 changes: 6 additions & 7 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ function Home() {
const {siteConfig = {}} = context;

return (
<Layout
permalink={'/'}
description={'Easy to Maintain Open Source Documentation Websites'}>
<Layout permalink="/" description={siteConfig.tagline}>
<div className={styles.hero}>
<div className={styles.heroInner}>
<h1 className={styles.heroProjectTagline}>
Expand All @@ -75,9 +73,10 @@ function Home() {
className={styles.heroLogo}
src={useBaseUrl('img/docusaurus_keytar.svg')}
/>
{siteConfig.title} makes it easy to maintain{' '}
<span className={styles.heroProjectKeywords}>Open Source</span>{' '}
documentation websites.
Build <span className={styles.heroProjectKeywords}>optimized</span>{' '}
websites <span className={styles.heroProjectKeywords}>quickly</span>
, focus on your{' '}
<span className={styles.heroProjectKeywords}>content</span>
</h1>
<div className={styles.indexCtas}>
<Link
Expand Down Expand Up @@ -182,7 +181,7 @@ function Home() {
className={styles.featureImage}
src={useBaseUrl('img/undraw_algolia.svg')}
/>
<h3 className="padding-top--md">Document Search</h3>
<h3 className="padding-top--md">Content Search</h3>
<p className="padding-horiz--md">
Make it easy for your community to find what they need in your
documentation. We proudly support Algolia documentation search.
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

.heroProjectTagline {
color: #fff;
font-size: 64px;
font-size: 60px;
margin: 0;
}

Expand Down Expand Up @@ -117,7 +117,6 @@
color: #fff;
font-size: 24px;
font-weight: bold;
margin-right: 24px;
padding: 18px 36px;
}

Expand All @@ -127,6 +126,7 @@

.indexCtasGitHubButton {
border: none;
margin-left: 24px;
overflow: hidden;
}

Expand Down

0 comments on commit 7065da7

Please sign in to comment.