My personal blog built with Hugo, JavaScript and Hosted on Netlify ⚡
Hugo theme used Hugo Zzo Theme available for free with tons of tweaks and mods.
To run locally, you need to have Hugo setup first.
Hugo installation guide can be found here
After installing Hugo, Fork and clone the forked repository
git clone https://github.com/<yourUsername>/apollodev.io.git && cd apollodev.io
Install dependencies
npm install
Start server
npm run start
then open https://localhost:1313.
Build files and search index
npm run build
Ship
git add --all
git commit -m "commit description"
git push
This project is open source and available under the MIT License.