Plone Gatsby Blog
Static Blog made with Plone + Gastby and hosted in GitHub Pages
Created with gatsby-starter-plone
This project uses React + Gatsby + Plone for the creation of static pages and deployment with CircliCI to GitHubPages.
For more Gatsby information check Gatsby documentation - Building with Components.
For more Plone information check Plone documentation.
or more Gatsby Starter Plone information check gatsby-starter-plone repository.
Custom Pages
- 404 : 404 error handling
- index : Home page
Getting Started
- Clone the repo
git clone https://github.com/Dadlo/plone-gatsby-blog
- Go to the app dir
cd ./plone-gatsby-blog
- Install the app
npm install
- Start the app on development mode
npm run develop
- To run lint / eslint
npm run lint
- To run tests
npm run test
- To build static version into /public directory
npm run build