cra-template-github-pages
This is a GitHub pages template for Create React App.
To use this template, add --template @jeremygiberson/github-pages
when creating a new app.
This template extends the typescript cra template and adds a bunch of magic to make running a static react site on github pages a breeze.
For example:
npx create-react-app my-app --template @jeremygiberson/github-pages
# or
yarn create react-app my-app --template @jeremygiberson/github-pages
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
TODO
[x] setup initial template structure [ ] get template published so it can be used in the wild [ ] add .github CI files to perform build & publish steps [ ] add scripts to facilitate adding posts, pages, data, drafts and layouts [ ] add frontmatter support [ ] add documentation [ ] feature parity with jekyllrb static site generator