This is a version of my personal blog/web site written in Markdown and Hugo. The site design was originally a fork of Doks, but I have added various features, including:
- changed colour scheme based on Rosely
- reverted back to standard Bootstrap 12-column grid system (16 columns were just too weird for me)
- Carousel and hero on home page
- Card based blog list with featured image
mapshortcode using leaflet.js and Open Street Map- Photo Gallery shortcode using CSS based masonry and PhotoSwipe, inspired by Creating a Gallery Component for the Hugo Static Site Generator but updated for PhotoSwipe v5
- Use Bootstrap Icons
- Taxonomy pages
- Soundcloud embeds via hugo-shortcodes-soundcloud
- Category icons based on Kawaii Flat icons created by Freepik - Flaticon
- Default blog card images based on categories taken from Undraw
It is hosted on Github Pages and deployed via Github Action workflow.
To run a local version of the website, clone the repository and execute:
npm install
npm run start