All Projects → arshad → Gatsby Themes

arshad / Gatsby Themes

Licence: mit
Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Themes

gatsby-themes
A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites. We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs
Stars: ✭ 296 (+7.64%)
Mutual labels:  components, portfolio, podcast, photography, gatsby, page-builder, 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 (+9.09%)
Mutual labels:  gatsby, portfolio, mdx
Medium To Own Blog
Switch from Medium to your own blog in a few minutes
Stars: ✭ 3,017 (+997.09%)
Mutual labels:  blog, gatsby, mdx
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-63.64%)
Mutual labels:  gatsby, portfolio, mdx
Leerob.io
✨ My portfolio built with Next.js, MDX, Tailwind CSS, and Vercel.
Stars: ✭ 1,369 (+397.82%)
Mutual labels:  blog, portfolio, 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 (+173.45%)
Mutual labels:  blog, gatsby, mdx
Blog.hellorusk.net
Tech Blog
Stars: ✭ 28 (-89.82%)
Mutual labels:  blog, portfolio, mdx
Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-81.45%)
Mutual labels:  blog, gatsby, portfolio
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 (-63.27%)
Mutual labels:  blog, gatsby, mdx
Felipefialho.com
😺 My personal website
Stars: ✭ 177 (-35.64%)
Mutual labels:  blog, gatsby, portfolio
gatsby-starter-specimens
Leverage the wide variety of powerful React components to build your design system. Display colors, typography or any other design tokens with ease. Works seamlessly with MDX.
Stars: ✭ 35 (-87.27%)
Mutual labels:  gatsby, mdx
myPortfolio
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.
Stars: ✭ 127 (-53.82%)
Mutual labels:  portfolio, mdx
thelocalhost
Modern web development guides hints and tips.
Stars: ✭ 21 (-92.36%)
Mutual labels:  gatsby, mdx
raptori
Personal blog and portfolio by Joe McGrath
Stars: ✭ 33 (-88%)
Mutual labels:  portfolio, gatsby
gatsby-blog-mdx
A ready-to-use, customizable personal blog with minimalist design
Stars: ✭ 61 (-77.82%)
Mutual labels:  gatsby, mdx
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: ✭ 23 (-91.64%)
Mutual labels:  portfolio, gatsby
subtle-ui
A collection of clever yet understated user interactions found on the web
Stars: ✭ 39 (-85.82%)
Mutual labels:  gatsby, mdx
skin-ui
A Theme UI Live Preview and Code Editor 🎟️
Stars: ✭ 73 (-73.45%)
Mutual labels:  gatsby, mdx
gatsby-london-after-midnight
A free, open source, image-concentric starter for GatsbyJS
Stars: ✭ 37 (-86.55%)
Mutual labels:  portfolio, gatsby
plasmic
Visual page builder and web design tool for any website or web app tech stack
Stars: ✭ 1,475 (+436.36%)
Mutual labels:  gatsby, page-builder

We are working on the next version of the Flex theme. See https://github.com/reflexjs/reflexjs

@arshad/gatsby-themes

A collection of open source, well designed, highly customizable and 100% free Gatsby themes for blazing fast sites.

License PRs welcome! Follow @arshadcn

Themes

Flex

Demo Version

Flex is a Gatsby theme that lets you build your site by writing simple components inside Markdown files.

Phoenix

Demo Version

A Gatsby theme that bundles a blog, portfolio, photography and podcast. It uses Tailwind CSS for theming and includes code highlighting with Prism, RSS feed, a dark mode and great typography.

Architecture

All included themes are composed themes, which means they make use of multiple core themes for core types and a child theme for styles and latent component shadowing. This architecture allows themes to be flexible and customizable.

The following diagram shows an example of theme composition for @arshad/gatsby-theme-phoenix.

Theme composition

As you can see, you can easily swap @arshad/gatsby-theme-phoenix with your own theme and styles, keeping all functionality unchanged.

Core themes

The following core themes are available. They bundle core types and functionality. They include no styles and are meant to be consumed by other themes or sites. Use them to compose and build your own themes.

To learn more about theme composition, check out the official docs.

Name Version Description
@arshad/gatsby-theme-core Version Shared types and helpers for @arshad/gatsby-themes
@arshad/gatsby-theme-blog-core Version Adds a Post type that you can use to build a blog. Includes post excerpt, featured image, tags/categories and paginated pages.
@arshad/gatsby-theme-page-core Version Adds a Page type with MDX support. Includes code highlighting with prismjs.
@arshad/gatsby-theme-photo-core Version Adds a Photo type that you can use to build a photography site.
@arshad/gatsby-theme-podcast-core Version Adds a Podcast and PodcastEpisode types that you can use to build a podcast site. Podcast episodes are pulled from podcast feed.
@arshad/gatsby-theme-portfolio-core Version Adds a Project types that you can use to build a portfolio site.

Click on the theme page to learn more about the core theme and how to use it.

Usage

Browse our free themes or create your own. You can mix and match core themes to compose your Gatsby site.

Example

To build a portfolio site with a blog, run the following command in your site.

yarn add @arshad/gatsby-theme-portfolio-core @arshad/gatsby-theme-blog-core

Then enable the themes in your gatsby-config.js

// gatsby-config.js
...
  plugins: [
    `@arshad/gatsby-theme-blog-core`,
    `@arshad/gatsby-theme-portfolio-core`
  ]
...

To disable a core theme, run yarn remove @arshad/gatsby-theme-name and then remove it from your gatsby-config.js file.

Support

Need help? Create an issue on the main repo @arshad/gatsby-themes or ask me @arshadcn.

License

License

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].