Skip to content

NicholasTD07/nanoc-blog-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanoc Blog Site

A blog site created with Nanoc and other open source tools.

Demo: http://dev.nicktd.com/nanoc-blog-site/

Screenshot(sidebar hidden) Screenshot(sidebar shown)

Summary of its "Stack"

Read more about how it was built in this post.

How To Use it?

  1. Download this repo (as zip or clone)
  2. Install Dependencies: rake bootstrap
  3. Configure nanoc.yaml (only 3 lines)
  4. Write with your favorite editor
  5. Generate your site
  • With one line: nanoc
  • Or, use guard to have it to regenerate your site and reload your browser when there's a change

Read the more detailed How to Use this Blog Site.

TODOs

Assets Pipeline

  • Compile CSS files into one
  • Compile JS files into one