Skip to content

flowerornament/secco

Repository files navigation

secco

minimalist static site generator

Features

  • create static website with markdown, coffecup[1], stylus and coffeescript
  • file watcher automatically re-generates site when any file changes
  • mini node.js web-server
  • super minimal code-base for maximum comprehensibility
  • compiler written in functional style with underscore.js
  • automated uploading (rsync)
  • growl notification

[1] formerly coffeekup

Install

  1. Install node.js from an installer or with your favorite package manager
  2. Install npm (prior to installation, I recommend running sudo chown -R $USER /usr/local so that you don't need to use sudo with npm)
  3. Install dependencies npm install -g coffeescript && npm install
  4. Install growlnotify
  5. Install rsync if you don't have it
  6. Optionally fork secco
  7. Clone the repository and make it your own!
git clone [email protected]:msutherl/secco.git

About

minimalist static site generator in coffeescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published