Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve website #16

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions website/blog/2019-05-28-hola.md

This file was deleted.

17 changes: 0 additions & 17 deletions website/blog/2019-05-29-hello-world.md

This file was deleted.

13 changes: 0 additions & 13 deletions website/blog/2019-05-30-welcome.md

This file was deleted.

162 changes: 0 additions & 162 deletions website/docs/doc1.md

This file was deleted.

7 changes: 0 additions & 7 deletions website/docs/doc2.md

This file was deleted.

13 changes: 0 additions & 13 deletions website/docs/doc3.md

This file was deleted.

6 changes: 0 additions & 6 deletions website/docs/exampledoc4.md

This file was deleted.

22 changes: 0 additions & 22 deletions website/docs/mdx.md

This file was deleted.

15 changes: 9 additions & 6 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ module.exports = {
src: 'img/logo.svg',
},
links: [
//{ to: 'docs/', label: 'Docs', position: 'left' },
//{ to: 'blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/facebook/hermes',
label: 'GitHub',
Expand All @@ -44,6 +42,15 @@ module.exports = {
},
],
},
{
title: 'Social',
items: [
{
label: 'Twitter',
to: 'https://twitter.com/HermesEngine',
},
],
},
],
logo: {
alt: 'Facebook Open Source Logo',
Expand All @@ -56,10 +63,6 @@ module.exports = {
[
'@docusaurus/preset-classic',
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
path: '../doc'
},
pages: {
path: 'src/pages',
},
Expand Down
13 changes: 0 additions & 13 deletions website/sidebars.js

This file was deleted.

12 changes: 6 additions & 6 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2BB673;
--ifm-color-primary-dark: #269F65;
--ifm-color-primary: #2bb673;
--ifm-color-primary-dark: #269f65;
--ifm-color-primary-darker: #208956;
--ifm-color-primary-darkest: #1B7248;
--ifm-color-primary-light: #46BF85;
--ifm-color-primary-lighter: #60C896;
--ifm-color-primary-lightest: #7AD1A8;
--ifm-color-primary-darkest: #1b7248;
--ifm-color-primary-light: #46bf85;
--ifm-color-primary-lighter: #60c896;
--ifm-color-primary-lightest: #7ad1a8;
}
Loading