@octopusthink/ghost-ship
v0.2.0
Published
The Octopus Think blog + site starter for Gatsby
Downloads
2
Readme
Ghost Ship Gatsby Starter
Create a Gatsby site that includes blog posts, Markdown pages, and Nautilus.
🚀 Quick start
Create a Gatsby site.
Use the Gatsby CLI to create a new site, specifying the
ghost-ship
as your starter:# Create a new Gatsby site using the ghost-ship starter. npx gatsby new my-site https://github.com/octopusthink/ghost-ship
Start the development server.
Navigate into your new site’s directory, install the dependencies, and start the development server:
cd my-site/ yarn start # or `npm start` if you use `npm`.
Open the source code and start editing!
Your site is now running at
http://localhost:8000/
!
License
This project is licensed under the MIT License - see the LICENSE.txt file for details.