WIP: streamline some stuff
All checks were successful
Build and deploy website / Build and Push Jekyll Site (push) Successful in 25s
All checks were successful
Build and deploy website / Build and Push Jekyll Site (push) Successful in 25s
This commit is contained in:
parent
06e94159b1
commit
747c75dffc
10 changed files with 70 additions and 112 deletions
|
@ -64,8 +64,8 @@ analytics:
|
|||
goatcounter:
|
||||
id: # fill in your GoatCounter ID
|
||||
umami:
|
||||
id: # fill in your Umami ID
|
||||
domain: # fill in your Umami domain
|
||||
id: bce05e76-5cae-4688-a389-99bb87649d44
|
||||
domain: https://umami.martin.md
|
||||
matomo:
|
||||
id: # fill in your Matomo ID
|
||||
domain: # fill in your Matomo domain
|
||||
|
@ -99,7 +99,7 @@ theme_mode: # [light | dark]
|
|||
cdn:
|
||||
|
||||
# the avatar on sidebar, support local or CORS resources
|
||||
avatar: '/assets/avatar.png'
|
||||
avatar: '/assets/img/avatar.png'
|
||||
|
||||
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
|
||||
# It can be overridden by a customized `page.image` in front matter.
|
||||
|
@ -178,7 +178,7 @@ defaults:
|
|||
type: posts
|
||||
values:
|
||||
layout: post
|
||||
comments: true # Enable comments in posts.
|
||||
comments: false # Enable comments in posts.
|
||||
toc: true # Display TOC column in posts.
|
||||
# DO NOT modify the following parameter unless you are confident enough
|
||||
# to update the code of all other post links in this project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue