[+] Added widgets
This commit is contained in:
parent
3004407284
commit
706f34401a
@ -6,6 +6,11 @@ theme: hugo-theme-stack
|
||||
defaultContentLanguage: en
|
||||
defaultContentLanguageInSubdir: true
|
||||
|
||||
rssFullContent: true
|
||||
|
||||
services:
|
||||
disqus:
|
||||
shortname: realsunyz
|
||||
|
||||
pagination:
|
||||
pagerSize: 5
|
6
config/_default/menu.yaml
Normal file
6
config/_default/menu.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
social:
|
||||
- identifier: github
|
||||
name: GitHub
|
||||
url: https://github.com/realSunyz
|
||||
params:
|
||||
icon: brand-github
|
@ -22,6 +22,15 @@ article:
|
||||
readingTime: true
|
||||
license:
|
||||
enabled: true
|
||||
default: Licensed under CC BY-NC-SA 4.0
|
||||
|
||||
widgets:
|
||||
homepage:
|
||||
- type: search
|
||||
- type: archives
|
||||
- type: categories
|
||||
page:
|
||||
- type: toc
|
||||
|
||||
colorScheme:
|
||||
toggle: true
|
||||
@ -35,4 +44,4 @@ imageProcessing:
|
||||
cover:
|
||||
enabled: true
|
||||
content:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user