BaunCMS / Velvet-Theme

A minimal blogging theme for Baun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velvet Theme

A minimal blogging theme for Baun.

  • Fully responsive (uses Bootstrap)
  • Google Fonts
  • HTML5 & CSS3
  • Google Analytics Support
  • Disqus Comments Support

Velvet Theme

Install

  • Download the latest version of Velvet
  • Extract the folder into the public/themes folder of your Baun site
  • Rename the folder to "velvet"
  • In config/app.php set the theme to "velvet"

Setup

Show blog on the front page

To show the blog on the front page of your site create an content/index.md file and set the template to "blog". For example:

title: Home
exclude_from_nav: true
template: blog
----

Setup Google Analytics

To setup Google Analytics tracking open up layout.html and un-comment the GA code in the <head> section. Then replace UA-XXXXXXX-XX with your site ID.

Setup Disqus Comments

To setup Disqus Comments open up post.html and un-comment the HTML. Then replace example with your disqus shortname.

About

A minimal blogging theme for Baun

License:MIT License


Languages

Language:HTML 70.9%Language:CSS 29.1%