-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
101 lines (81 loc) · 1.81 KB
/
_config.yml
File metadata and controls
101 lines (81 loc) · 1.81 KB
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
# site settings
title: Lilith
description: The landing and ramblings page for all things me; Lilith.
taglong: Homepage and gallery of Lilith the demon wolf.
tagshort: Lilith's homepage.
url: https://lilithwolf.vip
baseurl: ""
permalink: pretty
repo: https://github.com/lili7h/lili7h.github.io
collections:
lists:
output: true
schemas:
output: true
lore:
output: true
defaults:
-
scope:
path: "mac"
values:
layout: post
toc: true
# author settings
author:
pretty: Lilith
name: Lilith Wolf
email: nocontact@example.com
photo: /assets/jpg/photo.jpg
github_name: lili7h
telegram_name: Lilith_and_halo
discord_id: "131553714581405696"
steam_name: __lilith
twitter_name: lilith_and_halo # not calling this X ever
fursuit_makers:
twisted: http://www.twistedleopard.com/
# build settings
exclude:
- LICENSE
- README.md
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-toc
whitelist:
- jekyll-sitemap
markdown: kramdown
kramdown:
# syntax_highlighter: coderay
syntax_highlighter_opts:
line_numbers: false
css: class
sass:
sass_dir: _sass
style: compressed
sourcemap: never
feed:
path: atom.xml
default_posts_image:
path: "assets/jpg/purple_streaks.jpg"
alt: "Picture by FLY:D from Unsplash"
caption: "Purple Streaks by FLY:D on Unslpash"
default_banner_image:
path: "assets/jpg/purple_pour.jpg"
alt: "Picture by Alex Perez from Unsplash"
caption: "Picture by Alex Perez from Unsplash"
default_footer_image:
path: "assets/jpg/purple_orb.jpg"
alt: "Picture by Danny Lines from Unsplash"
caption: "Picture by Danny Lines from Unsplash"
autopages:
enabled: false
pagination:
enabled: true
per_page: 1
sort_reverse: true
permalink: /:num/
title: ":title · Page :num"