Build a blog on every public web space! No server side application needs, just a public address. Take it and brings home Wordpress!
To start blogging is pretty simple:
- Clone this repo in a comfortable location of your disk
- Only for the first time type
npm install
to prepare the environment - Every time you want to add a new post type
./bin/blog --post new
in a terminal from the main folder of this repo - Follow the procedure
- Put all the folders to a public webspace (i.e. Dropbox or Free webhosting account)
- Now you are a blogger!
The application needs node.js to run the helper script. Install it on your machine, you'll thank me for all the rest of your life!