This is a blog boilerplate that focuses on displaying webcomics and art. Layout is inspired by webcomics such as Magical Game Time and Dakota McFadzean.
You can find the demo here.
-
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the blog starter.
# create a new Gatsby site using the blog starter gatsby new my-blog-starter https://github.com/JLDevOps/gatsby-starter-webcomic
Note: If creating the site fails, you can checkout the Troubleshooting section (below) for more information.
-
Start developing.
Navigate into your new site’s directory and start it up.
cd gatsby-starter-webcomic/ gatsby develop
Note: You can also use npm to start it.
npm run-script dev
-
Open the source code and start editing!
Your site is now running at
http://localhost:8000
! You can also access the GraphQL query tool viahttp://localhost:8000/___graphql
Open the
my-blog-starter
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!
- The Create a Gatsby site step failed?
- It failed at the npm package installation? You can run the npm installation commands to troubleshoot the steps:
npm install
- Work-In-Progress
- Archive page -- a page that displays and organizes all posts based by date / time range.
- Jimmy Le - Jldevops
Licensed under the APACHE License