mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
38 lines
1.4 KiB
TOML
38 lines
1.4 KiB
TOML
# =====================================================================================
|
|
# The following is a necessary configuration for the FixIt theme.
|
|
# =====================================================================================
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
# Hugo Configuration
|
|
# See: https://gohugo.io/getting-started/configuration/
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
title = "Hugo FixIt Demo"
|
|
baseURL = "http://example.org/"
|
|
# Change the default theme to be use when building the site with Hugo
|
|
# theme = "FixIt"
|
|
|
|
[markup]
|
|
_merge = "shallow"
|
|
|
|
[outputs]
|
|
_merge = "shallow"
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
# Taxonomies Configuration
|
|
# See: https://gohugo.io/content-management/taxonomies/#configure-taxonomies
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
[taxonomies]
|
|
_merge = "shallow"
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
# Theme Core Configuration
|
|
# See: https://fixit.lruihao.cn/documentation/basics/#theme-configuration
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
[params]
|
|
# FixIt theme version
|
|
version = "0.3.X" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc.
|
|
# ...
|