My personal PWA blog built with Hugo, JavaScript and Hosted on Netlify ⚡
Syntax theme based on Hugo Lamp Theme with tons of tweaks & modifications.
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>/bolajiayodeji.com.git && cd bolajiayodeji.com
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.