Posted inArticles

Custom permalinks in Ghost

Ghost by default only lets you have dated permalink :year/:month/:day/:slug Or title :title based with is set by default. You can change this by editing the SQLite Database and updating the permalink column, this will let you have custom URL for your posts, this will only affect URLs of your posts and not pages. Backup […]

Posted inArticles

Ghost on Ubuntu

Ghost is a free open source blogging platform built with Node.js. It started as a Kickstarter project and turned into a great blogging platform that is still under active development. It can be self-hosted, or you can choose a hosted built at Ghost.org. It uses SQLite by default as its Database, you use MySQL to. […]

Posted inArticles

MacVim on OSX

MacVim is a text/source editor for Mac that offers Vim built around GUI, that comes with extra features and support Mac-based keyboard shortcuts, which makes it very handy to use, MacVim added interactive interface like menus to tasks that had to be done using commands or keyboard shortcuts. It’s like GVim on Linux. Installing Homebrew […]

Posted inArticles, Linux

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

Posted inArticles, Tutorials

WordPress with SQLite

WordPress is a free open-source CMS (Content Management System) written in PHP and uses MySQL, WordPress is one of the most popular CMS, It does not support any other database other than MySQL, Due to a lack of support for any other Database, It sometimes turns into a problem when the user wants to have […]