-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
110 lines (99 loc) · 2.49 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
108
109
110
title: My site
subtitle: Just some words
author: George Washington
description: >
Here is my website. This description will appear in the meta
data on the site and in the feed.xml site description.
# git edit capabilities
baseurl: /JasonGaylord.com
remote_theme: jasongaylord/SpaacedOut
git:
# host: https://github.com/
repository: jasongaylord/SpaacedOut
branch: gh-pages
# pagination and permalink
show_excerpts: true
paginate: 5
page_group_size: 5
paginate_path: "/blog/page/:num"
permalink: /blog/:year/:month/:day/:title
# content expansion
content:
head-s: false
# header-s: false
# Since GitHub Pages targets Jekyll 3.8 and not Jekyll 4, we are limited on loading includes in
# dynamically. Hopefully they change it in the future. So, the commented out blocks below are
# for future usage. Since they'll never be true, the Jekyll processor will skip these. If
# and when these are allowed, I'll post in the Theme README how to safely "upgrade."
# head-suffix: head-suffix.html
# header-suffix: header-suffix.html
# contact
contact:
# avatar-image: /assets/images/avatar.png
# email: email@gmail.com # Uncomment if you want feedback via email (it will expose your email)
# url: https://domain.com/contact.html # Uncomment if you want to provide a contact form
# social links (uncomment the links you'd like to include and)
social:
# facebook: jekyll
# github: jekyll
# instagram: jekyll
# linkedin: jekyll
# mastodonUser: jekyll
# mastodonServer: tech.social
# pinterest: jekyll
# stackoverflow: "11111"
# twitter: jekyllrb
# youtube: jekyll
google:
# analytics: UA-NNNNNNNN-N
# adsense: ca-pub-NNNNNNNNNNNNNNNN
rss: rss
# The site generates a feed at /feed.xml. Uncomment below to override
# feed:
# path: /myfeed.xml
# comments
comments:
# enabled: false
# show_count: false
# disqus_shortname: jekyll
# front matter
defaults:
-
scope:
path: "_posts"
type: "posts"
values:
layout: post
comments: true
-
scope:
path: "pages"
type: "pages"
values:
layout: page
comments: false
-
scope:
path: "assets/pages"
type: "pages"
values:
layout: page
comments: false
#Kramdown Configuration
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
plugins:
- jekyll-avatar
- jekyll-feed
- jekyll-paginate
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap