-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
107 lines (101 loc) · 1.82 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: 🍿eroyx
title: 🍿eroyx
description: 🍿News & Fresh reviews of all time best epic Movies, Serieses & Franchises are here. Also get the Streaming links over the best platforms and telegram download links.
baseurl: ""
paginate_path: "/_page/page:num/"
paginate: 9
sass:
sass_dir: _sass
style: compressed
markdown: kramdown
url: https://eroyx.tk
# Collections
collections:
series:
output: true
permalink: /series/:title/
franchises:
output: true
permalink: /franchise/:title/
authors:
output: true
genre:
output: true
permalink: /genre/:title/
countries:
output: true
permalink: /country/:title/
languages:
output: true
permalink: /language/:title/
subtitle:
output: true
director:
output: true
# Defaults
defaults:
# all Series
- scope:
path: ""
type: "series"
values:
layout: "series"
# all Languages
- scope:
path: ""
type: "languages"
values:
layout: "language"
# Franchises
- scope:
path: ""
type: "franchises"
values:
layout: franchise
# All genre
- scope:
path: ""
type: "genre"
values:
layout: "genre"
# All country
- scope:
path: ""
type: "countries"
values:
layout: "country"
# Indian Language
- scope:
path: "language"
values:
layout: language
# Archives
jekyll-archives:
enabled:
- categories
layout: archive
permalinks:
category: /category/:name/
# Markdown
kramdown:
syntax_highlighter_opts:
disable: true
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives
- jekyll-figure
highlighter: rouge
include:
- _pages
permalink: /:path/:title/
# Exclude
exclude:
- changelog.md
- LICENSE.txt
- README.md
- Gemfile
- Gemfile.lock