A minimal blogging theme for Baun.
- Fully responsive (uses Bootstrap)
- Google Fonts
- HTML5 & CSS3
- Google Analytics Support
- Disqus Comments Support
- 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 thetheme
to "velvet"
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
----
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.
To setup Disqus Comments open up post.html
and un-comment the HTML. Then replace example
with your disqus shortname.