Static website with blog engine.
Node.js (version 0.10.26) and coffee-script (version 1.8.*). Only linux and Mac supported.
Clone or decompress the project folder. Run
npm install grunt
Create a setenv.sh file at the root directory of Fluid and set the shell variables DB and PORT. DB is a the full standard URI such as mongodb://:@:/. PORT is the port number to be used and will overwrite the default port number (5000).
Start
npm start
Stop
npm stop
- improve administration views (menu items, categories, etc)
- search posts by category and tags.