From 4380e54b19017015754dd852936d260e17602354 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Mon, 2 May 2011 16:40:23 +0200 Subject: [PATCH] Added a README file --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..beec898 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Starter Web Development Kit +=========================== + +This is a Starter Kit to develop a website using last technologies. + +## Design + +* [lessframework](http://lessframework); a CSS framework aware of the size of the device, +* [HTML5boilerplate](http://html5boilerplate.com); the now standard HTML5 boilerplate, +* [compass](http://compass-style.org); a [SASS](http://sass-lang.com) environment to develop web pages. + You will need the [less compass plugin](http://github.com/willhw/compass-less-plugin). + +## Generating content + +* [nanoc](http://nanoc.stoneship.org); a static website generator +* Many of my personal multi language blog environment scripts and libraries.