A Hinode site for testing compatibility and functionality of modules.
We needed a "somewhat vanilla" version of Hinode to test custom modules and server configurations on. So, one was created, and then we decided to host it on Netlify, because it was the easiest thing to do. This way, if one of our modules runs into trouble, we have a publicly available site to share anything we need on.
Simply perform a pull request, and we will push it to our netlify instance.
Here are the dependencies.
- [Git][git_download]
- [Go binary][golang_download]
- [Node.js][nodejs] (it includes npm)
- [Hugo][hugo]
-
Install the npm packages and hugo modules
npm install && npm run mod:update -
Run Development Server
npm run start
-
Rock it, like a boss.
