DEV Community

Discussion on: Statically generated website with Svelte and Sapper

Collapse
 
khrome83 profile image
Zane Milakovic

github.com/khrome83/khrome.dev

You can check out my source code for my blog. I am hosting on Zeit Now instead of Netlify, otherwise pretty similar.

The one thing I did was try and replace Gridsome, which uses GraphQL to access Markdown files.

I am not 100 hundred percent happy with the final output. I want to get the graphql into the page itself, instead of the JSON file, but it worked out well. It keeps the request only having the data I need.