All Projects β†’ jsjoeio β†’ joeprevite.com

jsjoeio / joeprevite.com

Licence: MIT license
my digital garden 🌱

Programming Languages

typescript
32286 projects
Astro
20 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to joeprevite.com

Gatsby Starter Typescript Rebass Netlifycms
My default Gatsby setup. Includes rich MDX support.
Stars: ✭ 79 (+154.84%)
Mutual labels:  gatsby, mdx
Mdx Deck
♠️ React MDX-based presentation decks
Stars: ✭ 10,487 (+33729.03%)
Mutual labels:  gatsby, mdx
Gatsby Mdx Netlify Cms Starter
Gatsby-MDX with Netlify CMS. Support React components in your CMS editor!
Stars: ✭ 84 (+170.97%)
Mutual labels:  gatsby, mdx
Gatsby Starter Minimal Blog
Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
Stars: ✭ 752 (+2325.81%)
Mutual labels:  gatsby, mdx
Cloudflare Docs
Cloudflare’s developer docs.
Stars: ✭ 219 (+606.45%)
Mutual labels:  gatsby, mdx
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (+61.29%)
Mutual labels:  gatsby, mdx
Gatsby Theme Chronoblog
⏳ Chronoblog is a Gatsbyjs theme specifically designed to create a personal website. The main idea of ​​Chronoblog is to allow you not only to write a personal blog but also to keep a record of everything important that you have done.
Stars: ✭ 101 (+225.81%)
Mutual labels:  gatsby, mdx
Gatsby Theme Code Notes
A Gatsby theme for publishing code-related notes to your website
Stars: ✭ 370 (+1093.55%)
Mutual labels:  gatsby, mdx
Remark Codesandbox
🎩 Create CodeSandbox directly from code blocks
Stars: ✭ 204 (+558.06%)
Mutual labels:  gatsby, mdx
Gatsby Theme Catalyst
An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
Stars: ✭ 144 (+364.52%)
Mutual labels:  gatsby, mdx
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (+2158.06%)
Mutual labels:  gatsby, mdx
Gatsby Theme Terminal
A zero component Gatsby theme for developers πŸ”‹
Stars: ✭ 251 (+709.68%)
Mutual labels:  gatsby, mdx
Gatsby Starter Egghead Blog
This is an example Gatsby blog site that we use as a reference at egghead.
Stars: ✭ 525 (+1593.55%)
Mutual labels:  gatsby, mdx
Gatsby Starter Portfolio Cara
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 1,101 (+3451.61%)
Mutual labels:  gatsby, mdx
Docz
✍ It has never been so easy to document your things!
Stars: ✭ 22,020 (+70932.26%)
Mutual labels:  gatsby, mdx
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (+222.58%)
Mutual labels:  gatsby, mdx
Gatsby Digital Garden
🌷 🌻 🌺 Create a digital garden with Gatsby
Stars: ✭ 291 (+838.71%)
Mutual labels:  gatsby, mdx
Gatsby Starter Portfolio Emilia
Minimalistic portfolio/photography site with masonry grid, page transitions and big images. Themeable with Theme UI. Includes Light/Dark mode.
Stars: ✭ 300 (+867.74%)
Mutual labels:  gatsby, mdx
Mdx Embed
Embed 3rd party media content in MDX - no import required 🧽
Stars: ✭ 119 (+283.87%)
Mutual labels:  gatsby, mdx
Gatsby Mdx Blog Starter Project
Gatsby MDX Blog Starter Project
Stars: ✭ 248 (+700%)
Mutual labels:  gatsby, mdx

joeprevite.com

License: MIT Netlify Status

All Contributors

If you couldn't tell from the GitHub repo page, this starter is built off another starter called astro-minimal-starter.

I decided to make my own starter because I wanted to make a couple changes to the base template. These are the changes I've made:

  • minor SEO adjustments
  • store post/page data in src/data/posts
  • add Netlify CMS
  • add Netlify Redirects
  • add Netlify Redirects
  • add Tailwind
  • write components in React & TypeScript

Structure

One thing to note about Pages vs Posts. All posts (i.e. blog posts) live in /src/data/posts and are Markdown files. Pages live under /src/pages and can be Markdown or Astro components.

In the past, I've had some pages live next to blog posts, but I find that more confusing from a maintainence perspective.

Get Started

Install Dependencies

yarn

Run Site locally

yarn start

To access Netlify CMS, you need to run the proxy server in a separate terminal:

npx netlify-cms-proxy-server

See here for more information.

Build Site

yarn build

Navigate to src/data/site.ts and edit to match your site's information.

Start writing new blog posts in Markdown at src/data/posts/.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Prince Wilson

πŸ€” 🎨 πŸ›

Monica Powell

πŸ’» πŸ€”

Joel Hooks

πŸ€”

Tania Rascia

πŸ€”

Kent C. Dodds

πŸ€”

swyx

πŸ€”

egghead.io

πŸ’» πŸ€” πŸš‡

Gatsby

πŸš‡ πŸ“¦ πŸ€” πŸ’»

Peter Cruckshank

πŸ›

Dependabot

πŸ’»

anotherjsguy

πŸš‡

Jake Partusch

πŸš‡

Foo Software

πŸš‡

Seth

πŸ›

Jason Lengstorf

πŸ’»

William Johnson

πŸ’»

Lauro Silva

πŸ’»

Ravi Teja

πŸ› πŸ“

Florian Hammerschmidt

πŸ‘€

Thorsten Ball

πŸ‘€

Jed Fox

πŸ’»

Trevor Blades

πŸ’»

Kyle Gill

πŸ€”

Jatin Rao

πŸ“–

Lee Robinson

πŸ’» πŸ‘€

Pavlo Lozovskiy

πŸ“–

Daniel

πŸ“–

Billy Levin

πŸ“–

Rajat Negi

πŸ›

Lautaro Lobo

πŸ“–

Joe Avila

πŸ›

Abel Lifaefi Mbula

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].