Skip to content

Hugo skeleton theme using Gulp+Sass+Rollup

Notifications You must be signed in to change notification settings

huguestennier/hugues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hugues

Hugues is a skeleton theme for Hugo using Gulp, Sass and Rollup.

How to use

  • Install Hugo
  • In your Hugo config.yoml file, add theme = "hugues"
  • Clone this repository and place it under /themes
  • npm install to install the dependencies needed
  • gulp when you are developing
  • gulp build to minify your assets
  • Use the assets folder for .scss or .js files - every other static assets should go directly into the static folder.