octopusthink / ghost-ship

A Gatsby starter template for websites & blogs. Designed for accessibility and SEO-friendliness.
MIT License
2 stars 0 forks source link

Refactor Ghost Ship to use a lot of stuff from octopusthink.com #24

Closed tofumatt closed 4 years ago

tofumatt commented 4 years ago

This is a major refactoring of Ghost Ship. It brings in a lot of stuff we've learned from octopusthink.com, but it also allows the Blog and Portfolio sections of the website to be entirely optional. They can be removed by deleting the relevant folders—restoring the folders will actually restore the functionality. But no other config need be done.

In the future it'd be nice if you could "restore" the blog/portfolio functionality with an npm run add:blog functionality. For now, you can remove them that way (eg. npm run remove:blog).

It's a start. This'll be a beast to review and it's largely just ported and optimised stuff from https://github.com/octopusthink/octopusthink.com/

If you want to look through it feel free, but if you want to just merge it I've got no issues with that. It seems to work well! 😄