Gatsby theme for jaywick.xyz hard forked from Narative's amazing theme Novela.
.env file with
GATSBY_GITHUB_USER
GATSBY_GITHUB_TOKEN
GATSBY_GITHUB_REPO
- repository name in the format ofauthor/project
GATSBY_BYPASS_GIT_WITH_LOCAL_TEST_FOLDER
- local folder in www package to use for testing instead of using git
Purely theme related, this should be as brand and author agnostic as possible.
Config which is used by the theme
package to create the final website. Check out the gatsby-config.js to see what is configurable.
│ # published articles with numeric keys
├───articles/
│ └───123/
│ ├───index.mdx
│ └───hero.png
│
│ # list of avatars
├───authors/
│ ├───diana-prince.jpg
│ └───bruce-wayne-.png
│
│ # unpublished articles, with keys as uuid
├───drafts/
│ └───276bbe5b4bc043e8a1535e67004d0224/
│ ├───index.mdx
│ └───hero.png
│
│ # extra info about tags
└───tags/
│ └───heroes/
│ │ └───cool-new-project-.png
│ └───tags.yml