2020-05-16 10:32:49 +00:00
|
|
|
# site settings
|
|
|
|
locale: "en-US"
|
|
|
|
title: "Video2X"
|
|
|
|
title_separator: "-"
|
|
|
|
subtitle: "Machine learning video/GIF/image upscaling"
|
|
|
|
name: "K4YT3X"
|
|
|
|
description: "An amazing website."
|
|
|
|
url: "https://video2x.org"
|
|
|
|
repository: "k4yt3x/video2x"
|
|
|
|
|
2020-05-16 10:21:30 +00:00
|
|
|
# set rendering style to be GitHub flavor
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
|
|
|
|
# use Minimal Mistakes theme
|
2020-05-16 08:00:26 +00:00
|
|
|
remote_theme: mmistakes/minimal-mistakes
|
2020-05-16 10:21:30 +00:00
|
|
|
|
|
|
|
# plugin required for the Minimal Mistakes theme
|
2020-05-16 08:00:26 +00:00
|
|
|
plugins:
|
2020-05-16 10:21:30 +00:00
|
|
|
- jekyll-include-cache
|