110 lines
2.4 KiB
TOML
110 lines
2.4 KiB
TOML
baseURL = "https://lightbi-hugo-theme.netlify.app/"
|
|
DefaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
languageCode = "en-us"
|
|
title = "Lightbi"
|
|
theme = "lightbi-hugo"
|
|
metaDataFormat = "yaml"
|
|
pygmentsStyle = "trac"
|
|
#pygmentsUseClasses = true
|
|
#pygmentsCodeFences = true
|
|
pygmentsCodefencesGuessSyntax = true
|
|
#pygmentsUseClassic = true
|
|
#pygmentOptions = "linenos=inline"
|
|
#disqusShortname = "XXX"
|
|
#googleAnalytics = "XXX"
|
|
enableRobotsTXT = true
|
|
enableGitInfo = false
|
|
summaryLength = "30"
|
|
ignoreLogs = ['warning-goldmark-raw-html']
|
|
|
|
[pagination]
|
|
pagerSize = 6
|
|
|
|
[Params]
|
|
selfHosted = true
|
|
mainSections = ["post","posts"]
|
|
dateFormat = "02 January 2006"
|
|
comments = false
|
|
readingTime = false
|
|
wordCount = false
|
|
useHLJS = true
|
|
socialShare = true
|
|
delayDisqus = true
|
|
showRelatedPosts = true
|
|
summaryLength = "9"
|
|
lunrSearch = true
|
|
gcse = false
|
|
lastmod = false
|
|
rss = false
|
|
pagination = "10"
|
|
hideAuthor = false
|
|
description="Your can add your website description here."
|
|
previewCardImagePlacement = "bottom"
|
|
showPostImage = false
|
|
|
|
[Params.Author]
|
|
name = "Bino Kochumol Varghese"
|
|
website = "https://www.binovarghese.com/"
|
|
authorInfo = "Live your life as though every moment matters, because in the end, it's not the years in your life, but the life in your years that counts."
|
|
authorPostImage = "/img/author-post-img.jpg"
|
|
email = "sample@gmail.com"
|
|
facebook = "username"
|
|
instagram = "username"
|
|
youtube = "user/username" # or channel/channelname
|
|
twitter = "username"
|
|
linkedin = "username"
|
|
github = "username"
|
|
threads = "username"
|
|
gitlab = "username"
|
|
reddit = "username"
|
|
stackoverflow = "users/XXXXXXX/username"
|
|
snapchat = "username"
|
|
spotify = "username"
|
|
paypal = "username"
|
|
telegram = "username"
|
|
mastodon = "url"
|
|
slack = "username"
|
|
#bandcamp = "username"
|
|
#itchio = "username"
|
|
#vk = "username"
|
|
#500px = "username"
|
|
#kaggle = "username"
|
|
#weibo = "username"
|
|
#xing = "username"
|
|
#bitbucket = "username"
|
|
#soundcloud = "username"
|
|
# codepen = "username"
|
|
|
|
[[menu.main]]
|
|
name = "Home"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
name = "Notes"
|
|
url = "/notes/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
name = "Tags"
|
|
url = "/tags/blog/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
name = "Collections"
|
|
url = "/collections/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
name = "About"
|
|
url = "/about/"
|
|
weight = 5
|
|
|
|
|
|
[sitemap]
|
|
changefreq = "monthly"
|
|
priority = 0.5
|
|
filename = "sitemap.xml"
|
|
|