Skip to content

vijayabharathib/beehive_hugo_theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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