As the title says. This is a WIP, especially the README.md, use with caution. Versions might not be up to date.
This template uses the most recent version of Gatsby. If it's not up-to-date, please submit a pull request.
The configuration is in tailwind.config.js
gatsby-browser.js
includes src/styles/global.css
Example usage of src/styles/markdown.module.css
is in src/templates/article.jsx
.github/workflows/main_push.yml
has a simple workflow that runs whenever you push to master
Easily deploy your site to Netlify:
.netlify/state.json
, add your site-id which you find in Netlify's site settings..github/workflows/main_push.yml
remove the if
condition.NETLIFY_AUTH_TOKEN
and NETLIFY_SITE_ID
secrets to your repository (referenced from main_push.yml
)Better explained in https://www.netlifycms.org/
There's a sample configuration file under static/admin/config.yml
gatsby develop
npx netlify deploy --dir=public --message 'some deploy message'