htmly/system/config.ini
Danang Probo Sayekti bd20002549 Add tagline
Add tagline and change some of the style.
2014-01-13 14:25:51 +07:00

55 lines
No EOL
1.2 KiB
INI

; The URL of your blog
site.url = ""
; Blog info
blog.title = "HTMLy"
blog.tagline = "Databaseless Blogging Platform"
blog.description = "This blog is powered by HTMLy, a databaseless blogging platform."
blog.copyright = "(c) Your name."
; Social account
social.twitter = "https://twitter.com"
social.facebook = "https://www.facebook.com"
social.google = "https://plus.google.com"
social.tumblr = "http://www.tumblr.com"
; Custom menu link
blog.menu = ""
; Disqus
disqus.shortname = ""
; Google publisher
google.publisher = ""
; Google analytics
google.analytics.id = ""
; Pagination, related posts, RSS, and JSON
posts.perpage = "5"
tag.perpage = "10"
archive.perpage = "10"
search.perpage = "10"
profile.perpage = "30"
related.count = "4"
rss.count = "30"
json.count = "10"
; Author info on blog post. Set "true" or "false".
author.info = "true"
; Teaser char count
teaser.char = "200"
; Description char count
description.char = "150"
; Enable image thumbnail on teaser, the options is "true" and "false". If set to "true", you can specify the default thumbnail also.
img.thumbnail = "true"
default.thumbnail = ""
; Set the theme here
views.root = "themes/default"
; Framework config. No need to edit.
views.layout = "layout"