|
|
|
|
|
by butlersean
3077 days ago
|
|
if you know _any_ js its really very straightforward to write a dynamic node server based blog platform in an afternoon or two or three. using... node.js - for js runtime on a server
express - http & routing
mustache - templates
skeleton - boilerplate css so default is neat i managed to write a seriously bad templated blog/pages server with relatively little experience...
https://github.com/seanbutler/crispy-system |
|