Skip to content

hlfcoding/merlot

 
 

Repository files navigation

Merlot Bower Version Node Version GitHub License Code Climate devDependency Status

Merlot is a fancy page template for GitHub Pages. Want to use it for your own site? Fork this repo and add your own content.

screenshot

Support

Browser Chrome Firefox Safari IE iOS Android
Supported versions latest latest latest 9+ 7+ 4+

Themes

You can even customize your own theme. The default theme and 'bleu' (pictured above) come included.

$ npm install
$ bower install
$ grunt new-theme --theme=pinot-noir
# follow instructions:
$ grunt --theme=pinot-noir
# make edits...
# or if you don't like bleu and want to switch to the default
$ grunt switch-theme
# or to switch to your own
$ grunt switch-theme --theme=pinot-noir

Install

# or if you want to create a theme
$ npm install merlot
# or to just use current theme (bleu)
$ bower install merlot
# copy files and assets into your project as fit...

About

🍷 A fancy gh-pages theme to make your code look as good as you

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 80.4%
  • HTML 15.4%
  • CoffeeScript 4.2%