Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadcn/gatsby-theme-twentytwentyone
This is the WordPress Twenty Twenty-One theme built for Gatsby.
https://github.com/shadcn/gatsby-theme-twentytwentyone
gatsby gatsby-theme wordpress
Last synced: 27 days ago
JSON representation
This is the WordPress Twenty Twenty-One theme built for Gatsby.
- Host: GitHub
- URL: https://github.com/shadcn/gatsby-theme-twentytwentyone
- Owner: shadcn
- Created: 2021-02-23T17:40:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T16:33:05.000Z (over 2 years ago)
- Last Synced: 2024-10-03T09:27:40.026Z (about 1 month ago)
- Topics: gatsby, gatsby-theme, wordpress
- Language: CSS
- Homepage: https://2021.reflexjs.org
- Size: 737 KB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-theme-twentytwentyone
![Screenshot](https://i.imgur.com/E7TEEjD.jpg)
This is the WordPress [Twenty Twenty-One](https://wordpress.org/themes/twentytwentyone/) theme built for Gatsby.
This is a drop-in replacement for your Wordpress site with support for **Gutenberg blocks**, **menu** and **menu locations**, **customizable blog page** and more...
⚠️ Work in Progress. Check https://twitter.com/shadcn for updates.
## Installation
1. Clone this repo:
```sh
gatsby new site https://github.com/arshad/gatsby-theme-twentytwentyone
cd site
```2. Copy `.env.example` to `.env` and update `WPGRAPHQL_URL`.
3. Run your site using `yarn dev`## Links
- 🚀 Demo: https://2021.reflexjs.org
- 👋 Twitter: https://twitter.com/shadcn
- 👉 Starting a new Gatsby site? Check out https://github.com/reflexjs/reflexjs## Roadmap
- [x] Customizer support
- [x] WPGatsby `action_monitor` for `customize_save_after`
- [ ] Paginated blog posts
- [ ] Taxonomy pages
- [ ] Author pages
- [ ] Comments?
- [ ] Package as a Gatsby theme
- [ ] Release 1.0.0