blog/config.yml

110 lines
3.2 KiB
YAML
Raw Normal View History

2023-11-22 20:16:24 +00:00
baseURL: https://c4c.techtransthai.org/
2023-11-23 17:21:00 +00:00
languageCode: th-th
2023-11-22 20:16:24 +00:00
title: Compute4Change
theme: "PaperMod"
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Compute4Change
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
2023-11-23 14:53:02 +00:00
ShowReadingTime: false
2023-11-23 17:21:00 +00:00
ShowShareButtons: false
2023-11-22 20:16:24 +00:00
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
2023-11-23 14:53:02 +00:00
ShowWordCount: false
2023-11-22 20:16:24 +00:00
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: "/favicon.ico"
# home-info mode
homeInfoParams:
Title: "อัปเดตความเคลื่อนไหวสำคัญจากวงการ BOINC ในภาษาไทย อ่านง่าย เข้าใจได้ทันที"
Content: >
- และร่วมสนับสนุนงานวิจัยระดับโลกง่าย ๆ ด้วยอุปกรณ์ในมือคุณ
2023-11-23 16:20:42 +00:00
- Since 2019
2023-11-22 20:16:24 +00:00
socialIcons:
2023-11-23 16:20:42 +00:00
- name: facebook
url: "https://www.facebook.com/Compute4Change"
2023-11-22 20:16:24 +00:00
- name: fediverse
2023-12-07 18:42:11 +00:00
url: "https://a-social.techtransthai.org/compute4change"
2023-11-22 20:16:24 +00:00
- name: codeberg
url: "https://codeberg.org/TechTransThai/compute4change-news"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
editPost:
2023-11-23 14:19:06 +00:00
URL: "https://codeberg.org/TechTransThai/compute4change-news/src/branch/main/content"
2023-11-23 16:20:42 +00:00
Text: "ดูซอร์สโค้ด" # edit text
2023-11-22 20:16:24 +00:00
appendFilePath: true # to append file path to Edit link
# 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:
- identifier: articles
name: บทความ
2023-11-23 14:53:02 +00:00
url: /posts/
2023-11-22 20:16:24 +00:00
weight: 10
- identifier: stats
name: สถิติ
2023-11-23 15:27:40 +00:00
url: /stats/
2023-11-22 20:16:24 +00:00
weight: 20
- identifier: project
name: ค้นหาโปรเจกต์
2023-11-23 15:27:40 +00:00
url: /projects/
2023-11-22 20:16:24 +00:00
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