code for upcoming Snipette website https://snipettemag.com
Go to file
Hippo 30f9448d72 Change GhostPage template to a symlink
Because that's what it is. No point updating the same content
twice in different files :P

The reason is, Gridsome needs GhostPage to exist so the page gets
a valid path, but doesn't actually use it because it loads
GhostPost first. We could technically leave GhostPage as an empty
file, but if the order changes someday and GhostPage starts
getting prioritised over GhostPost we'll be in a mess. Might as
well keep ourselves covered.
2019-12-24 15:06:27 +05:30
data Remove static data: authors 2019-12-24 14:25:41 +05:30
src Change GhostPage template to a symlink 2019-12-24 15:06:27 +05:30
.gitignore Add .env files and .geany projects to .gitignore 2019-12-18 19:29:00 +05:30
LICENSE Initial commit with Casper starter template 2019-12-05 17:16:27 +05:30
README.md Update README 2019-12-19 19:23:41 +05:30
gridsome.config.js Create view for Pages 2019-12-24 13:38:50 +05:30
netlify.toml Initial commit with Casper starter template 2019-12-05 17:16:27 +05:30
package.json Create Ghost templates for Posts, Authors, and Views 2019-12-18 19:24:22 +05:30
sample-env Add sample .env file 2019-12-18 19:28:14 +05:30
yarn.lock Create Ghost templates for Posts, Authors, and Views 2019-12-18 19:24:22 +05:30

README.md

This is the source code for the upcoming Snipette website, build with Ghost and Gridsome and using a customised version of Ghost's casper theme.

This project is based on Yashu Mittal's Gridsome Starter Casper project and adapted to pull data via Ghost's API instead of through Markdown files. We'll be updating it to suit our needs, but feel free to clone it for your own use. (Just use your own posts instead of copying ours 😉)

Deploy

To deploy the website, click the deploy button.

Deploy to Netlify

You will have to set the GHOST_API_URL and GHOST_CONTENT_KEY environment variables. Alternatively, copy the contents of sample-env to a file named .env (or .env.development or .env.production) and replace the sample values with values from your own Ghost installation.

Donate

This project relies heavily on the original Gridsome Starter Casper project. If you like it, you can support development of that project by using the button below:

Become a Patron

If you like Snipette and want to support the magazine itself, please check out our Liberapay profile or contact us through social media for more!