Create a blog in Harp

Harp is a free, open source static site server written in Node.js, It support EJS and Jade for templating and Sass,Scss, Less and Stylus for stylesheets pre-processing and Markdown for writing pages. What do I mean by static site server? A static site allows you to use pre-processor for writing templates, scripts, stylesheets, and pages, … Read more

Sitemap for Wintersmith

Sitemap helps Search Engine index your website. It give the search engine a list of all the links available. If you don’t have a sitemap your website might not be indexed correctly and only some links will be shown in search result. Wintersmith is a really good static site generator. I have written a template … Read more

Docpad on Raspberry Pi

Docpad is an open source static document/website generator written in Node.js, Docpad lets you choose the way it builds static documentation/website with the help of plugins, Docpad has a build in plugin manager that uses NPM to install `node modules` that are used by Docpad and required by plugins as dependencies, Some plugin makes Docpad … Read more

How to install Harp on Ubuntu

Harp is a web static server with pre-processing for Ejs, Jade, Sass, Stylus, Markdown, Harp is written in Node.js. Harp lets you create a static website without any pain. The Harp web server does require any pre-configuration before running. Harp is not limited to creating a static website, It can also be used as a … Read more

Wintersmith on Raspberry Pi

Wintersmith is an open source flexible static website generator written in Node.js that uses Jade for templating and Marked. Jade is a simple and easy to use templating engine that supports complete HTML markup and uses indent to nest a specific tag in or out of another tag. Marked is a Markdown parser that supports … Read more