Skip to content

Commit 4bf0f71

Browse files
committed
Add subtitle & description
1 parent 8ce06eb commit 4bf0f71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ baseURL = 'https://mpvqc.github.io'
22
languageCode = 'en-us'
33
theme = 'hello-friend'
44
title = 'mpvQC'
5-
subtitle = ""
65
copyright = "© mpvQC developers - powered by hugo and hello-friend"
76
keywords = ""
87
menuMore = "Show more"
@@ -24,6 +23,11 @@ defaultTheme = "dark" # OS theme is default when not provided, but you can
2423
showMenuItems = 2 # if you set this to 0, only submenu trigger will be visible
2524
showReadingTime = false # Show reading time in minutes for posts
2625

26+
[params]
27+
subtitle = 'libmpv based application for quality control of videos'
28+
summary = 'libmpv based application for quality control of videos'
29+
description = 'libmpv based application for quality control of videos'
30+
2731
[params.logo]
2832
path = "/img/logo.svg"
2933
alt = "logo"

0 commit comments

Comments
 (0)