Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

bhaskarvk/hugo-skeletonfw-theme

Repository files navigation

hugo-skeletonfw-theme

Information

The MIT License

Responsive theme for Hugo based on skeleton-framework suitable for blogs. This started as a fork of hugo-theme-skeleton but deviated so quickly that I no longer see the need to keep this repo as a fork of the original.

This theme provides...

  • HTML 5 semantic tags
  • Responsive Design
  • Table of Contents
  • Tags/Series Pages
  • Social Media Buttons
  • Typography Fonts

Uses

Screenshots

Structure of Home Page

Home Page

Post

Develop

The stylesheet is written in stylus. You will need npm, yarn and gulp.

npm install -g yarn
npm install -g gulp
git clone https://github.com/bhaskarvk/hugo-skeletonfw-theme
cd hugo-skeletonfw-theme
yarn # To install required dependencies
yarn run build # To compile src/css/styles.styl stylus file.