85 lines
2.3 KiB
YAML
85 lines
2.3 KiB
YAML
baseURL: https://blog.techtransthai.org/
|
|
languageCode: th-th
|
|
title: TechTransThai Blog
|
|
theme: "PaperMod"
|
|
|
|
|
|
enableRobotsTXT: false
|
|
buildDrafts: false
|
|
buildFuture: false
|
|
buildExpired: false
|
|
|
|
minify:
|
|
disableXML: true
|
|
minifyOutput: true
|
|
|
|
params:
|
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
|
title: TechTransThai Blog
|
|
description: "อัปเดตความเคลื่อนไหวสำคัญจากวงการ BOINC ในภาษาไทย อ่านง่าย เข้าใจได้ทันที"
|
|
keywords: [Blog, BOINC, PaperMod, Compute4Change, TechTransThai]
|
|
# author: latenightdef
|
|
# author: ["Me", "You"] # multiple authors
|
|
# images: ["<link or path of image for opengraph, twitter-cards>"]
|
|
DateFormat: "January 2, 2006"
|
|
defaultTheme: auto # dark, light
|
|
disableThemeToggle: true
|
|
|
|
ShowReadingTime: false
|
|
ShowShareButtons: false
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: false
|
|
ShowWordCount: false
|
|
ShowRssButtonInSectionTermList: true
|
|
UseHugoToc: true
|
|
disableSpecial1stPost: false
|
|
disableScrollToTop: false
|
|
comments: false
|
|
hidemeta: false
|
|
hideSummary: false
|
|
showtoc: false
|
|
tocopen: false
|
|
|
|
assets:
|
|
# disableHLJS: true # to disable highlight.js
|
|
# disableFingerprinting: true
|
|
favicon: https://www.techtransthai.org/icons/blog.svg
|
|
|
|
cover:
|
|
hidden: true # hide everywhere but not in structured data
|
|
hiddenInList: true # hide on list pages and home
|
|
hiddenInSingle: true # hide on single page
|
|
|
|
|
|
# for search
|
|
# https://fusejs.io/api/options.html
|
|
fuseOpts:
|
|
isCaseSensitive: false
|
|
shouldSort: true
|
|
location: 0
|
|
distance: 1000
|
|
threshold: 0.4
|
|
minMatchCharLength: 0
|
|
keys: ["title", "permalink", "summary", "content"]
|
|
menu:
|
|
main:
|
|
- name: Compute4Change
|
|
url: tags/compute4change/
|
|
weight: 10
|
|
- name: Quadlet Examples
|
|
url: tags/quadlet-examples/
|
|
weight: 20
|
|
- name: ซอร์สโค้ด
|
|
url: https://forge.techtransthai.org/techtransthai/blog
|
|
weight: 30
|
|
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
|
pygmentsUseClasses: true
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
# anchorLineNos: true
|
|
# codeFences: true
|
|
# guessSyntax: true
|
|
# lineNos: true
|
|
# style: monokai
|