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).
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! 😄