hugo-theme-stack/hugo.yaml
Bharat Singh Bhadwal c024fa653a chore: initial customisation changes
Change settings, theme, text to make it blog ready
2025-04-19 17:47:26 +05:30

269 lines
6.5 KiB
YAML

baseurl: https://example.com/
languageCode: en-in
# theme: hugo-theme-stack
title: Gearlama Blog
copyright: Gearlama. Content licensed under CC BY-NC 4.0
# Theme i18n support
# Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
DefaultContentLanguage: en
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
# This will make .Summary and .WordCount behave correctly for CJK languages.
hasCJKLanguage: false
languages:
en:
languageName: English
title: Gearlama Blog
weight: 1
params:
sidebar:
subtitle: Quiet rides and bold voices from the Indian saddle
# zh-cn:
# languageName: 中文
# title: 演示站点
# weight: 2
# params:
# sidebar:
# subtitle: 演示说明
# ar:
# languageName: عربي
# languagedirection: rtl
# title: موقع تجريبي
# weight: 3
# params:
# sidebar:
# subtitle: وصف تجريبي
services:
# Change it to your Disqus shortname before using
disqus:
shortname: "hugo-theme-stack"
# GA Tracking ID
googleAnalytics:
id:
pagination:
pagerSize: 5
permalinks:
post: /p/:slug/
page: /:slug/
params:
mainSections:
- post
featuredImageField: image
rssFullContent: true
favicon: # e.g.: favicon placed in `static/favicon.ico` of your site folder, then set this field to `/favicon.ico` (`/` is necessary)
footer:
since: 2023
customText: Made with ♥ in the Indian Himalaya.
dateFormat:
published: 02 Jan 2006
lastUpdated: 02 Jan 2006 15:04 MST
sidebar:
# emoji: 🍥
# subtitle: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
avatar:
enabled: true
local: true
src: img/gearlama-logo-monochrome.webp
article:
math: false
toc: false
readingTime: true
license:
enabled: false
default: Licensed under CC BY-NC 4.0
comments:
enabled: false
provider: disqus
# disqusjs:
# shortname:
# apiUrl:
# apiKey:
# admin:
# adminLabel:
# utterances:
# repo:
# issueTerm: pathname
# label:
# beaudar:
# repo:
# issueTerm: pathname
# label:
# theme:
# remark42:
# host:
# site:
# locale:
# vssue:
# platform:
# owner:
# repo:
# clientId:
# clientSecret:
# autoCreateIssue: false
# Waline client configuration see: https://waline.js.org/en/reference/component.html
# waline:
# serverURL:
# lang:
# pageview:
# emoji:
# - https://unpkg.com/@waline/emojis@1.0.1/weibo
# requiredMeta:
# - name
# - email
# - url
# locale:
# admin: Admin
# placeholder:
# twikoo:
# envId:
# region:
# path:
# lang:
# See https://cactus.chat/docs/reference/web-client/#configuration for description of the various options
# cactus:
# defaultHomeserverUrl: "https://matrix.cactus.chat:8448"
# serverName: "cactus.chat"
# siteName: "" # You must insert a unique identifier here matching the one you registered (See https://cactus.chat/docs/getting-started/quick-start/#register-your-site)
# giscus:
# repo:
# repoID:
# category:
# categoryID:
# mapping:
# lightTheme:
# darkTheme:
# reactionsEnabled: 1
# emitMetadata: 0
# gitalk:
# owner:
# admin:
# repo:
# clientID:
# clientSecret:
# proxy:
# cusdis:
# host:
# id:
widgets:
homepage:
- type: search
- type: archives
params:
limit: 5
- type: categories
params:
limit: 10
- type: tag-cloud
params:
limit: 10
page: []
# - type: toc
opengraph:
twitter:
# Your Twitter username
site: gearlama
# Available values: summary, summary_large_image
card: summary_large_image
defaultImage:
opengraph:
enabled: true
local: true
src: img/gearlama-blog-og-image-2025.webp
colorScheme:
# Display toggle
toggle: true
# Available values: auto, light, dark
default: auto
imageProcessing:
cover:
enabled: false
content:
enabled: false
### Custom menu
### See https://stack.jimmycai.com/config/menu
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu:
main: []
social:
- identifier: instagram
name: Instagram
url: https://instagram.com/@gear.lama
params:
icon: brand-instagram
- identifier: twitter
name: Twitter
url: https://youtube.com/gearlama
params:
icon: brand-youtube
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
markup:
goldmark:
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
renderer:
## Set to true if you have HTML content inside Markdown
unsafe: true
tableOfContents:
endLevel: 4
ordered: true
startLevel: 2
highlight:
noClasses: false
codeFences: true
guessSyntax: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true
tabWidth: 4