mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
55400d7d95
Include only overridden values.
38 lines
747 B
YAML
38 lines
747 B
YAML
# This params.yaml overrides the theme's default params.yaml.
|
|
# A full list of available params with their default values can be found in the theme's config/_default/params.yaml file.
|
|
favicon: img/favicon.png
|
|
|
|
footer:
|
|
since: 2020
|
|
|
|
sidebar:
|
|
emoji: 🍥
|
|
subtitle: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
avatar:
|
|
enabled: true
|
|
local: true
|
|
src: img/logo.jpg
|
|
|
|
comments:
|
|
enabled: true
|
|
provider: disqus
|
|
|
|
widgets:
|
|
homepage:
|
|
- type: search
|
|
- type: archives
|
|
params:
|
|
limit: 5
|
|
- type: taxonomy
|
|
params:
|
|
limit: 10
|
|
type: tags
|
|
icon: tag
|
|
- type: taxonomy
|
|
params:
|
|
limit: 10
|
|
type: categories
|
|
icon: categories
|
|
page:
|
|
- type: toc
|