|
1 |
| -baseURL = 'https://mpvqc.github.io' |
2 |
| -languageCode = 'en-us' |
3 |
| -theme = 'hello-friend' |
4 |
| -title = 'mpvQC' |
5 |
| -copyright = "© mpvQC developers - powered by hugo and hello-friend" |
6 |
| -keywords = "" |
7 |
| -menuMore = "Show more" |
8 |
| -writtenBy = "Written by" |
9 |
| -readMore = "Read more" |
10 |
| -readOtherPosts = "Read other posts" |
11 |
| -newerPosts = "Newer posts" |
12 |
| -olderPosts = "Older posts" |
13 |
| -minuteReadingTime = "min read" |
14 |
| -dateFormatSingle = "2006-01-02" |
15 |
| -dateFormatList = "2006-01-02" |
16 |
| -disableKinds = ["RSS"] |
17 |
| -enableRobotsTXT = true |
| 1 | +# Base URL used when generating links to your pages |
| 2 | +# Set to the URL for your site |
| 3 | +baseURL = "https://mpvqc.github.io" |
| 4 | + |
| 5 | +# The name of this wonderful theme ;-). |
| 6 | +theme = 'hugo-bearblog' |
18 | 7 |
|
19 |
| -contentTypeName = "posts" # dir name of your blog content (default is `content/posts`). |
20 |
| - # the list of set content will show up on your index page (baseurl). |
| 8 | +# Basic metadata configuration for your blog. |
| 9 | +title = "mpvQC" |
| 10 | +author = "mpvQC developers" |
| 11 | +copyright = "© mpvQC developers - powered by hugo and hugo-bearblog theme" |
| 12 | +languageCode = "en-US" |
21 | 13 |
|
22 |
| -defaultTheme = "dark" # OS theme is default when not provided, but you can force it to "light" or "dark" |
23 |
| -showMenuItems = 2 # if you set this to 0, only submenu trigger will be visible |
24 |
| -showReadingTime = false # Show reading time in minutes for posts |
| 14 | +# Generate a nice robots.txt for SEO |
| 15 | +enableRobotsTXT = true |
| 16 | + |
| 17 | +# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/. |
| 18 | +disableKinds = ["RSS"] |
| 19 | +#[permalinks] |
| 20 | +# blog = "/:slug/" |
| 21 | +# tags = "/blog/:slug" |
25 | 22 |
|
26 | 23 | [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 |
| - |
31 |
| -[params.logo] |
32 |
| -path = "/img/logo.svg" |
33 |
| -alt = "logo" |
34 |
| -logoHomeLink = "/" |
| 24 | +# The "description" of your website. This is used in the metadata of your generated html. |
| 25 | +description = "libmpv based application for quality control of videos" |
| 26 | + |
| 27 | +# The path to your "favicon". This should be a square (at least 32px x 32px) png-file. |
| 28 | +# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder. |
| 29 | +favicon = "images/favicon.png" |
| 30 | + |
| 31 | +# These "images" are used for the structured data templates. This will show up, when |
| 32 | +# services like Twitter or Slack want to generate a preview of a link to your site. |
| 33 | +# See https://gohugo.io/templates/internal#twitter-cards and |
| 34 | +# https://gohugo.io/templates/internal#open-graph. |
| 35 | +images = ["images/logo.png"] |
| 36 | + |
| 37 | +# Another "title" :-). This one is used as the site_name on the Hugo's internal |
| 38 | +# opengraph structured data template. |
| 39 | +# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph. |
| 40 | +title = "mpvQC" |
| 41 | + |
| 42 | +# This theme will, by default, inject a made-with-line at the bottom of the page. |
| 43 | +# You can turn it off, but we would really appreciate if you don’t :-). |
| 44 | +hideMadeWithLine = false |
| 45 | + |
| 46 | +# By default, this theme displays dates with a format like "02 Jan, 2006", but |
| 47 | +# you can customize it by setting the `dateFormat` param in your site's config |
| 48 | +# file. See [Hugo's Format function docs](https://gohugo.io/functions/format/) |
| 49 | +# for details. An example TOML config that uses [ISO |
| 50 | +# 8601](https://en.wikipedia.org/wiki/ISO_8601) format: |
| 51 | +# dateFormat = "2006-01-02" |
| 52 | + |
35 | 53 |
|
36 | 54 | [[menu.main]]
|
37 | 55 | name = "Source"
|
|
0 commit comments