2023-05-26 07:40:34 +07:00
|
|
|
description: Try to understand and identify unmet needs to explain why something is happening the way it is.
|
2023-05-25 04:42:46 +07:00
|
|
|
|
|
|
|
hb:
|
|
|
|
# js_bundle_name: main # the JS bundle name.
|
|
|
|
# css_bundle_name: main # the CSS bundle name.
|
|
|
|
header:
|
2023-05-26 05:27:01 +07:00
|
|
|
# brand: HB # the brand name, leave it empty to use site's title.
|
|
|
|
# logo_bg: '#712cf9' # logo background color, used by logo with transparent background.
|
2023-05-25 04:42:46 +07:00
|
|
|
# see https://hbstack.dev/en/docs/modules/socials/.
|
|
|
|
socials:
|
2023-05-26 05:27:01 +07:00
|
|
|
github: ditatompel
|
|
|
|
twitter: ditatompel
|
2023-05-25 04:42:46 +07:00
|
|
|
footer:
|
|
|
|
# see https://hbstack.dev/en/docs/modules/socials/.
|
|
|
|
socials:
|
2023-05-26 05:27:01 +07:00
|
|
|
github: ditatompel
|
|
|
|
twitter: ditatompel
|
2023-05-25 04:42:46 +07:00
|
|
|
blog:
|
|
|
|
paginate: 12 # paginate.
|
|
|
|
# post_thumbnail: false # whether to show the thumbnails.
|
|
|
|
# post_date_format: ":date_long" # see https://gohugo.io/functions/dateformat/#datetime-formatting-layouts.
|
|
|
|
home: # homepage settings.
|
|
|
|
featured_posts: 5 # the number of the featured posts.
|
|
|
|
main_sections: # leave it empty to include all regular pages.
|
|
|
|
- docs
|
|
|
|
- blog
|
|
|
|
- tutorials
|
|
|
|
giscus:
|
|
|
|
repo: hbstack/theme
|
|
|
|
repo_id: R_kgDOJP3qtA
|
|
|
|
category_id: DIC_kwDOJP3qtM4CVavM
|
|
|
|
docs:
|
|
|
|
giscus:
|
|
|
|
repo: hbstack/theme
|
|
|
|
repo_id: R_kgDOJP3qtA
|
|
|
|
category_id: DIC_kwDOJP3qtM4CVavM
|
|
|
|
content_panel:
|
|
|
|
repo:
|
|
|
|
service: github # github or gitlab.
|
|
|
|
repo: hbstack/theme
|
|
|
|
branch: main
|
|
|
|
# subpath: exampleSite
|
|
|
|
# gallery:
|
|
|
|
# thumbnail_size: "x640"
|
|
|
|
|
|
|
|
seo:
|
|
|
|
favicons: # see https://hugomods.com/en/docs/seo/#favicons-module
|
|
|
|
icon: images/logo.png # use logo as favicon.
|
|
|
|
|
|
|
|
# PWA settings, see https://hugomods.com/en/docs/pwa/#site-parameters.
|
|
|
|
pwa:
|
|
|
|
debug: false
|
|
|
|
manifest:
|
|
|
|
background_color: '#712cf9'
|
|
|
|
theme_color: '#712cf9'
|
2023-05-26 05:27:01 +07:00
|
|
|
short_name: 'ditatompel Insights'
|
2023-05-25 04:42:46 +07:00
|
|
|
|
|
|
|
# see https://hugomods.com/en/docs/search/#site-parameters
|
|
|
|
search:
|
|
|
|
stall_threshold: 300
|
|
|
|
min_match_char_length: 2
|
|
|
|
case_sensitive: false
|
2023-05-26 20:06:02 +07:00
|
|
|
shortcut_search: ["/"] # vim like search shortcut
|
2023-05-25 04:42:46 +07:00
|
|
|
|
|
|
|
mermaid:
|
|
|
|
# replace it with other CDNs or self-hosted URLs.
|
|
|
|
js_url: https://cdn.jsdelivr.net/npm/mermaid@latest/dist/mermaid.esm.min.mjs
|
|
|
|
|
|
|
|
hugopress:
|
|
|
|
modules:
|
|
|
|
hb-custom:
|
|
|
|
hooks:
|
|
|
|
# see layouts/partials/hugopress/modules/hb-custom/hooks/head-end.html.
|
|
|
|
head-end:
|
|
|
|
cacheable: true
|
|
|
|
# see layouts/partials/hugopress/modules/hb-custom/hooks/body-end.html.
|
|
|
|
body-end:
|
|
|
|
cacheable: true
|