Skip to content

Commit c041850

Browse files
authored
Move to 'hugo-bearblog' theme (#9)
* Remove theme * Move to 'hugo-bearblog' theme
1 parent 28cbdaa commit c041850

File tree

11 files changed

+78
-56
lines changed

11 files changed

+78
-56
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "themes/hello-friend"]
2-
path = themes/hello-friend
3-
url = https://github.com/panr/hugo-theme-hello-friend.git
1+
[submodule "themes/hugo-bearblog"]
2+
path = themes/hugo-bearblog
3+
url = https://github.com/janraasch/hugo-bearblog.git

config.toml

Lines changed: 48 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,55 @@
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'
187

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"
2113

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"
2522

2623
[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+
3553

3654
[[menu.main]]
3755
name = "Source"

content/_index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
+++
2+
# This title is used as the og:title on Hugo's internal
3+
# opengraph structured data template on the home page.
4+
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
5+
title = "mpvQC"
6+
+++
7+
8+
![A screenshot of the latest version](/images/screenshot.png)
9+
10+
# mpvQC
11+
12+
libmpv based application for the quick and easy creation of quality control reports of video files
13+
14+
### Download Latest Release
15+
16+
➡️ [v0.8.0](https://github.com/mpvqc/mpvQC/releases/tag/0.8.0)
17+
18+
### Download Previous Releases
19+
20+
[v0.7.0](https://github.com/mpvqc/mpvQC/releases/tag/0.7.0),
21+
[v0.5.1](https://github.com/mpvqc/mpvQC/releases/tag/0.5.1),
22+
[v0.5.0](https://github.com/mpvqc/mpvQC/releases/tag/0.5.0),
23+
[v0.4.0](https://github.com/mpvqc/mpvQC/releases/tag/0.4.0),
24+
[v0.3.0](https://github.com/mpvqc/mpvQC/releases/tag/0.3.0),
25+
[v0.2.1](https://github.com/mpvqc/mpvQC/releases/tag/0.2.1),
26+
[v0.2.0](https://github.com/mpvqc/mpvQC/releases/tag/0.2.0)

layouts/_default/index.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

static/images/favicon.ico

20 KB
Binary file not shown.
File renamed without changes.

static/images/logo.png

7.8 KB
Loading
File renamed without changes.
File renamed without changes.

themes/hello-friend

Lines changed: 0 additions & 1 deletion
This file was deleted.

themes/hugo-bearblog

Submodule hugo-bearblog added at 139ff34

0 commit comments

Comments
 (0)