site.url = "[[softurl]]/"
timezone = "Asia/Kolkata"
; Your language (example "en_US" for English or "de_DE" for German.
; See lang directory for available language)
blog.title = "[[site_name]]"
blog.tagline = "Just another HTMLy blog"
blog.description = "Proudly powered by HTMLy, a databaseless blogging platform."
blog.copyright = "(c) Your name."
; Set permalink type. "default" using /year/month/title. "post" using /post/title
permalink.type = "default"
; Make the frontpage static. Options "false" and "true"
static.frontpage = "false"
; Show the /blog url as the blog homepage. Options "false" and "true"
; Breadcrumb home text. Useful when installed on subfolder.
; Comment system. Choose "facebook", "disqus", or "disable".
comment.system = "disable"
; Google Web Master Tool ID verification
; Login protection system Choose "google", "cloudflare", or "disable".
; https://www.google.com/recaptcha/admin
; https://developers.cloudflare.com/turnstile/
login.protect.system = "disable"
login.protect.public = ""
login.protect.private = ""
; Multi-factor authentication
; Pagination, RSS, and JSON
; Read more link text for "full" teaser type
; Teaser type: set "trimmed" or "full".
; In summary mode, whether check the shortcode first or not before trim the content to x char
; Options: "default" and "check"
teaser.behave = "default"
; Description character count
; rss description type. body or meta
; RSS feed description length. If left empty we will use full page.
; Enable views Counter, the options is "true" and "false".
; If set to "true", you can see the Counts in Admin page and popular posts.
; Sitemap priorities between "0.0" and "1.0".
; Set "-1" (minus one) to disable a sitemap for the given type. (See /sitemap.xml)
sitemap.priority.base = "1.0"
sitemap.priority.post = "0.5"
sitemap.priority.static = "0.5"
sitemap.priority.category = "0.5"
sitemap.priority.tag = "0.5"
sitemap.priority.archiveMonth = "0.5"
sitemap.priority.archiveYear = "0.5"
sitemap.priority.author = "0.5"
sitemap.priority.type = "0.5"
; Also install pre-release
; Cache expiration in hour. Eg. "6", "12". Default 6 hours.
; Switch on and off the file cache for development purposes. Options "false" and "true"
; Switch on and off the page generation time. Options "false" and "true"
generation.time = "false"
; Switch on and off the cache timestamp. Options "false" and "true"
cache.timestamp = "false"
; The site.url depends on where you are visiting from. Same installation
toc.label = "Table of Contents"
; TOC inital state. Option "close and "open"
; Load the default style or not. Option "default" and "theme"
; Automatically add TOC, but first it check if the shortcode available or not
; Option "true" and "false"
; Automatically insert the TOC after x paragraph
home.title.format = "%blog_title% - %blog_tagline%"
post.title.format = "%post_title% - %blog_title%"
page.title.format = "%page_title% - %blog_title%"
category.title.format = "%category_title% - %blog_title%"
tag.title.format = "%tag_title% - %blog_title%"
archive.title.format = "%archive_title% - %blog_title%"
search.title.format = "%search_title% - %blog_title%"
type.title.format = "%type_title% - %blog_title%"
profile.title.format = "%author_name% - %blog_title%"
blog.title.format = "Blog - %blog_title%"
default.title.format = "%page_title% - %blog_title%"
; Default image for Open Graph
views.root = "themes/tailwind"
; Framework config. No need to edit.
; Admin theme mode: light or dark