How to create a MD5 generator in PHP

Let’s create an MD5 generator, if you don’t know what MD5 you are can visit read this Wikipedia article over MD5. Requirements. PHP 5. Web server (Apache, Nginx, Lighttpd). Writable web root. First create a new file, you can name it whatever you want but to keep it simple I am naming it index.php. We … Read more

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