mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 07:18:57 +00:00
32 lines
1006 B
TOML
32 lines
1006 B
TOML
# =====================================================================================
|
|
# The following is a necessary configuration for the FixIt theme.
|
|
# =====================================================================================
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
# Hugo Configuration
|
|
# See: https://gohugo.io/getting-started/configuration/
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
title = "FixIt Demo"
|
|
baseURL = "https://demo.fixit.lruihao.cn/"
|
|
# theme = "FixIt"
|
|
|
|
[markup]
|
|
_merge = "shallow"
|
|
|
|
[outputs]
|
|
_merge = "shallow"
|
|
|
|
[taxonomies]
|
|
_merge = "shallow"
|
|
|
|
# -------------------------------------------------------------------------------------
|
|
# Theme Core Configuration
|
|
# See: https://fixit.lruihao.cn/docs/getting-started/configuration/params/
|
|
# -------------------------------------------------------------------------------------
|
|
|
|
[params]
|
|
# FixIt theme version
|
|
version = "1.0.X"
|
|
# ...
|