2023-05-26 02:04:21 +07:00
|
|
|
baseURL: https://insights.ditatompel.com/
|
2023-05-26 03:03:13 +07:00
|
|
|
title: ditatompel Insights
|
2023-05-25 04:42:46 +07:00
|
|
|
# Copyright, the {year} is the placeholder of this year.
|
2023-05-26 02:04:21 +07:00
|
|
|
copyright: "Copyright © 2022-{year} [insights.ditatompel.com](https://insights.ditatompel.com/). All Rights Reserved."
|
2023-05-25 04:42:46 +07:00
|
|
|
defaultContentLanguage: en
|
|
|
|
defaultContentLanguageInSubdir: true # disable this to remove the default language code from URL, i.e. /en/docs -> /docs.
|
|
|
|
enableRobotsTXT: true
|
|
|
|
timeout: 120s # images processing takes a long time, it's recommended to commit the resources folder for improve the build performance.
|
|
|
|
enableEmoji: true
|
|
|
|
|
|
|
|
permalinks:
|
|
|
|
blog: /blog/:year/:month/:title
|
|
|
|
|
|
|
|
outputs:
|
|
|
|
home:
|
|
|
|
- HTML
|
2024-06-05 19:20:49 +07:00
|
|
|
- Offline # required by PWA module for displaying the offline pages.
|
2023-05-25 04:42:46 +07:00
|
|
|
- RSS
|
2024-06-05 19:20:49 +07:00
|
|
|
- SearchIndex # required by search module.
|
2023-05-25 04:42:46 +07:00
|
|
|
- WebAppManifest # required by PWA module to make your site installable.
|
|
|
|
|
2024-01-05 16:49:43 +07:00
|
|
|
rssLimit: 9
|
|
|
|
|
2023-05-25 04:42:46 +07:00
|
|
|
taxonomies:
|
2024-06-05 19:20:49 +07:00
|
|
|
authors: authors # multiple authors.
|
2023-05-25 04:42:46 +07:00
|
|
|
tags: tags
|
|
|
|
categories: categories
|
|
|
|
series: series
|
|
|
|
|
|
|
|
build:
|
|
|
|
writeStats: true # required by PurgeCSS.
|
|
|
|
|
2023-05-26 02:17:39 +07:00
|
|
|
frontmatter:
|
|
|
|
lastmod:
|
|
|
|
- lastmod
|
|
|
|
- :git
|
|
|
|
- :fileModTime
|
|
|
|
- :default
|
|
|
|
|
2023-05-25 04:42:46 +07:00
|
|
|
markup:
|
|
|
|
goldmark:
|
|
|
|
renderer:
|
|
|
|
unsafe: true
|
|
|
|
highlight:
|
|
|
|
noClasses: false
|
|
|
|
lineNos: true
|
|
|
|
lineNumbersInTable: false
|
|
|
|
|
|
|
|
# see https://gohugo.io/content-management/related/#configure-related-content
|
|
|
|
related:
|
|
|
|
includeNewer: true
|
|
|
|
indices:
|
2024-06-05 19:21:25 +07:00
|
|
|
- name: keywords
|
|
|
|
weight: 100
|
|
|
|
- name: tags
|
|
|
|
weight: 80
|
|
|
|
- name: categories
|
|
|
|
weight: 60
|
|
|
|
- name: series
|
|
|
|
weight: 60
|
|
|
|
- name: authors
|
|
|
|
weight: 10
|
|
|
|
- name: date
|
|
|
|
weight: 10
|
2023-05-25 04:42:46 +07:00
|
|
|
threshold: 10 # for testing, increase it to suit your case.
|
|
|
|
toLower: false
|
|
|
|
|
|
|
|
security:
|
|
|
|
funcs:
|
|
|
|
getenv:
|
|
|
|
- ^HUGO
|
|
|
|
- CI$
|
|
|
|
- PWD
|