JLDevOps / gatsby-starter-webcomic

Gatsby starter for creating a webcomic/art blog.

Home Page:https://gatsby-starter-webcomic.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby's Webcomic Starter

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.

πŸš€ Quick start

  1. 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.

  2. 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
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000! You can also access the GraphQL query tool via http://localhost:8000/___graphql

    Open the my-blog-starter directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

🚧 Troubleshooting

  1. The Create a Gatsby site step failed?
    1. It failed at the npm package installation? You can run the npm installation commands to troubleshoot the steps:
    npm install

Features List

  1. Work-In-Progress
  2. Archive page -- a page that displays and organizes all posts based by date / time range.

πŸ‘‹ Authors

πŸ“ƒ License

Licensed under the APACHE License

About

Gatsby starter for creating a webcomic/art blog.

https://gatsby-starter-webcomic.netlify.com/

License:Apache License 2.0


Languages

Language:JavaScript 79.6%Language:CSS 20.4%