Skip to content

Commit

Permalink
Docusaurus landing (#63)
Browse files Browse the repository at this point in the history
* add tailwind to docusaurus

* refactor devtodollars custom css stuff and add fonts

* update discord link to work

* add wood and mont fonts

* finish hero home

* add hero

* adjust hero image

* add features section with no assets yet

* update feature-home

* add cta and about me page

* add assets
  • Loading branch information
matthewwong525 authored Apr 30, 2024
1 parent ca97d04 commit e3911a9
Show file tree
Hide file tree
Showing 19 changed files with 1,000 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 👉 [See documentation to get started](https://resources.devtodollars.com/docs) 👈
- [Flutter Demo](https://flutter.devtodollars.com)
- [NextJS Demo](https://nextjs.devtodollars.com)
- Building a startup? [Join the tech founder community](https://discord.gg/SWXuhN9H)
- Building a startup? [Join the tech founder community](https://discord.gg/6q63Xa6SEB)
## Additional Support
Support me by purchasing premium support from yours truly :)

Expand Down
6 changes: 4 additions & 2 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { themes as prismThemes } from 'prism-react-renderer';
import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import tailwindPlugin from "./plugins/tailwind-config.cjs";

const config: Config = {
title: 'DevToDollars',
Expand Down Expand Up @@ -68,7 +69,7 @@ const config: Config = {
},
{ to: '/blog', label: 'Blog', position: 'left' },
{
href: 'https://discord.gg/s9DRKbwS',
href: 'https://discord.gg/6q63Xa6SEB',
className: 'header-discord-link',
position: 'right',
},
Expand Down Expand Up @@ -101,7 +102,7 @@ const config: Config = {
items: [
{
label: 'Discord',
href: 'https://discord.gg/s9DRKbwS',
href: 'https://discord.gg/6q63Xa6SEB',
},
{
label: 'Twitter',
Expand All @@ -124,6 +125,7 @@ const config: Config = {
apiKey: "phc_brFjanMrA2KXPYyvFjLdwJC9VJvl4VG7mG9yKqvgCCY",
},
],
tailwindPlugin,
],
};

Expand Down
Loading

0 comments on commit e3911a9

Please sign in to comment.