Posted inArticles

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 […]

Posted inArticles

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

Posted inArticles

Adding meta description to Jekyll

Jekyll is a blog-aware static website generator written in Ruby that uses Liquid for templating and Markdown or Textile for writing posts and pages. Jekyll also supports CSS pre-processors like SASS, LESS. Here is an uncomplicated way to add meta description to your Jekyll-powered website. Meta description helps search engine bots display a summary of […]