Sidewalk theme for Grav

I developed Sidewalk. My first theme for Grav CMS. Grav is a flat-file CMS written in PHP developed by Rocket Themes. The theme is inspired by hexo-jade-barebone. Installing the theme. Clone the Sidewalk repository into your Grav CMS theme directory. git clone https://github.com/DarrylDias/Sidewalk.git Now change the Now you have Sidewalk theme running on your Grav … Read more

Pure Blog theme for Jekyll

I created PureBlog a Jekyll theme using PureCSS. The theme supports syntax highlighting. All the style sheet is written in SASS a _custom.sass file is already made available in the _sass directory you can add your own style to makes the theme even more personal and awesome. You can download it from GitHub

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