hannah-scott / blog-uikit

A minimal, responsive blogging platform built using UIKit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A responsively-designed minimal blogging platform using UIKit.

Adding posts

Post files should be put into assets/content as .html files. If posts are written in Markdown then you can output to HTML with Pandoc (see examples).

A good alternative to using pandoc is to write in Markdown, upload .md files to assets/content and include Parsedown in your project. File extension can be changed in inc/config.php.

Content folders

Currently the platform supports one layer of folders being created in assets/content.

About

A minimal, responsive blogging platform built using UIKit.


Languages

Language:PHP 49.1%Language:HTML 41.5%Language:JavaScript 6.7%Language:Hack 2.7%