|
|
@ -8,7 +8,7 @@ timezone = "Asia/Jakarta" |
|
|
blog.title = "HTMLy" |
|
|
blog.title = "HTMLy" |
|
|
blog.tagline = "Let's get rocks !" |
|
|
blog.tagline = "Let's get rocks !" |
|
|
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform." |
|
|
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform." |
|
|
blog.copyright = "@noxymon" |
|
|
|
|
|
|
|
|
blog.copyright = "" |
|
|
|
|
|
|
|
|
; Set permalink type. "default" using /year/month/title. "post" using /post/title |
|
|
; Set permalink type. "default" using /year/month/title. "post" using /post/title |
|
|
permalink.type = "default" |
|
|
permalink.type = "default" |
|
|
@ -20,7 +20,7 @@ static.frontpage = "false" |
|
|
blog.enable = "false" |
|
|
blog.enable = "false" |
|
|
|
|
|
|
|
|
; Social account |
|
|
; Social account |
|
|
social.twitter = "https://twitter.com/noxymon" |
|
|
|
|
|
|
|
|
social.twitter = "https://twitter.com" |
|
|
social.facebook = "https://www.facebook.com" |
|
|
social.facebook = "https://www.facebook.com" |
|
|
social.google = "https://plus.google.com" |
|
|
social.google = "https://plus.google.com" |
|
|
social.tumblr = "http://www.tumblr.com" |
|
|
social.tumblr = "http://www.tumblr.com" |
|
|
@ -34,7 +34,7 @@ blog.menu = "" |
|
|
breadcrumb.home = "Home" |
|
|
breadcrumb.home = "Home" |
|
|
|
|
|
|
|
|
; Comment system. Choose "facebook", "disqus", or "disable". |
|
|
; Comment system. Choose "facebook", "disqus", or "disable". |
|
|
comment.system = "disqus" |
|
|
|
|
|
|
|
|
comment.system = "disable" |
|
|
|
|
|
|
|
|
; Facebook comments |
|
|
; Facebook comments |
|
|
fb.appid = "" |
|
|
fb.appid = "" |
|
|
@ -42,7 +42,7 @@ fb.num = "5" |
|
|
fb.color = "light" |
|
|
fb.color = "light" |
|
|
|
|
|
|
|
|
; Disqus comments |
|
|
; Disqus comments |
|
|
disqus.shortname = "noxymon" |
|
|
|
|
|
|
|
|
disqus.shortname = "" |
|
|
|
|
|
|
|
|
; Google Web Master Tool ID verification |
|
|
; Google Web Master Tool ID verification |
|
|
google.wmt.id = "" |
|
|
google.wmt.id = "" |
|
|
@ -138,7 +138,7 @@ generation.time = "false" |
|
|
cache.timestamp = "false" |
|
|
cache.timestamp = "false" |
|
|
|
|
|
|
|
|
; Set the theme here |
|
|
; Set the theme here |
|
|
views.root = "themes/bootstrap" |
|
|
|
|
|
|
|
|
views.root = "themes/blog" |
|
|
|
|
|
|
|
|
; Framework config. No need to edit. |
|
|
; Framework config. No need to edit. |
|
|
views.layout = "layout" |
|
|
views.layout = "layout" |