Beehive Theme- A lean publishing engine running on Hugo!
This theme is work in progress
Started this theme to power my my blog https://pineboat.in. Designing this from the ground up to be minimalistic. Beautiful hugo theme is my go to reference for most of my work on this theme.
Key Features
- Accessibility
- Mobile First
- Progressive Web App
- Offline Content (Service Workers)
- Reusable Pagination
- Sidebars
- Multiple Authors
- SVG Icons
- CSS Grid Layout
- SEO Optimization
- Search Engine
- Social Integration
- High Performance
- Less network requests
- Featured Articles
- Subscriptions
- Proper Caching
Development
Spring up the docker container to run hugo server:
docker-compose up
On another terminal, run watch
script to compile styles:
docker-compose exec web npm run watch