yucho / scaffold-metalsmith

My setup for metalsmith site generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scaffold-Metalsmith

My setup for Metalsmith site generation.

Checklists

  • HTML5 Boilerplate - fetch and modify files as you need
  • Icons - add icon.png and favicon.ico in src
  • humans.txt - edit humans.txt
  • Concatenate JS - place scripts in src/scripts and include in *.concat
    • Modernizr - customize it and concat to base.js
  • Concatenate CSS - place CSS in src/styles and include in *.concat
    • Theme - concat to base.css

About

My setup for metalsmith site generation.


Languages

Language:JavaScript 88.2%Language:HTML 11.8%