Adding music shelf
This commit is contained in:
parent
c2af88d118
commit
bdd00ec9e8
18 changed files with 394 additions and 110 deletions
41
config.yml
41
config.yml
|
|
@ -6,7 +6,6 @@ buildFuture: false
|
|||
buildExpired: false
|
||||
enableEmoji: true
|
||||
|
||||
# Fixed: Changed from 'paginate: 5' to pagination block
|
||||
pagination:
|
||||
pagerSize: 5
|
||||
|
||||
|
|
@ -14,6 +13,8 @@ minify:
|
|||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
enableGitInfo: true
|
||||
|
||||
frontmatter:
|
||||
lastmod:
|
||||
- lastmod
|
||||
|
|
@ -21,6 +22,9 @@ frontmatter:
|
|||
- date
|
||||
- publishDate
|
||||
|
||||
disableKinds: ["taxonomy", "term"]
|
||||
taxonomies: {}
|
||||
|
||||
params:
|
||||
env: production
|
||||
|
||||
|
|
@ -30,35 +34,6 @@ params:
|
|||
iconImageHeight: 35
|
||||
iconHeight: 70
|
||||
|
||||
profileMode:
|
||||
enabled: false
|
||||
title: ExampleSite
|
||||
subtitle: "This is subtitle"
|
||||
imageUrl: "<img location>"
|
||||
imageWidth: 120
|
||||
imageHeight: 120
|
||||
imageTitle: my image
|
||||
buttons:
|
||||
- name: Posts
|
||||
url: posts
|
||||
- name: Tags
|
||||
url: tags
|
||||
|
||||
socialIcons:
|
||||
- name: instagram
|
||||
url: "https://www.instagram.com/ritualphotos"
|
||||
- name: mastodon
|
||||
url: "https://dice.camp/@ritual"
|
||||
- name: github
|
||||
url: "https://github.com/unbolt"
|
||||
- name: lastfm
|
||||
url: "https://www.last.fm/user/ritualplays"
|
||||
|
||||
cover:
|
||||
hidden: false
|
||||
hiddenInList: true
|
||||
hiddenInSingle: false
|
||||
|
||||
fuseOpts:
|
||||
isCaseSensitive: false
|
||||
shouldSort: true
|
||||
|
|
@ -88,8 +63,6 @@ menu:
|
|||
url: /tags/
|
||||
weight: 20
|
||||
|
||||
pygmentsUseClasses: true
|
||||
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
|
|
@ -97,7 +70,3 @@ markup:
|
|||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/hugo-mods/lazyimg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue