-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
50 lines (43 loc) · 1.13 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title: svtplay-dl
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Small command-line program to download videos from various sites.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://svtplay-dl.se" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: j0hanandersson
github_username: spaam
google_analytics: UA-67802142-1
# Build settings
# Below remote theme is usable, but for this site it's included in source instead.
# remote_theme: granbom/jekyll-theme-bootstrap4-navbar-cdn
permalink: /:title/
navbar: light # other option dark
navbar-bg: light # other option dark
navbar-fixed-top: false # if true, also add _sass/bootstrap4-cdn.scss padding top
plugins:
- jekyll-feed
- jekyll-sitemap
include: ["_pages"]
defaults:
-
scope:
path: ""
type: "posts"
values:
author: "spaam"
layout: "post"
-
scope:
path: ""
type: "pages"
values:
author: "spaam"
layout: "page"
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- README.md
- LICENSE
- deploy_rsa.enc
- vendor