-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
120 lines (107 loc) · 3.1 KB
/
_config.yml
File metadata and controls
120 lines (107 loc) · 3.1 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
################################################################################
# _config.yml #
# #
# This config file is the global configuration file, which will be applied in #
# all production and development builds. #
################################################################################
# Site settings
title: Ben's Realm
email: BenJetson@users.noreply.github.com
description: The internet home for all of my personal projects and thoughts.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.bengodfrey.net" #interwebz
repository: BenJetson/benjetson.github.io
profileIMG: https://avatars1.githubusercontent.com/u/10427974?s=460&v=4
brand_color: "#01579b"
# Social Links
# If these are updates, you might want to check _data/stack.yml for entries that
# need updating.
social_urls:
twitter: https://twitter.com/BenJetson
instagram: https://instagram.com/bfgodfr
github: https://github.com/BenJetson
linkedin: https://linkedin.com/in/bfgodfrey
# Build settings
tier: prod
recaptcha_site_id: 6LfaaLQZAAAAAFqauKWQA3LRGVvHvnl-JJ99tEJI
contact_form_id: WzEyMCwxMTEsMTEzLDExNCwxMDAsMTE4LDExOSwxMTJd
timezone: America/New_York
remoteURL: "https://www.bengodfrey.net"
markdown: kramdown
highlighter: rouge
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
sass:
style: compressed
permalink: /blog/:year/:month/:day-:title
# Blog settings
paginate: 6
paginate_path: "/blog/page:num/"
jekyll-mentions:
base-url: https://www.github.com/
# Counter settings
counter:
namespace: bengodfrey.net
key: visitors
# Plugins used for production.
# WARNING: any changes to plugins should be made to _config_dev.yml also!
plugins:
# GitHub Pages mandatory plugins
# See also: https://docs.github.com/en/github/working-with-github-pages/about-github-pages-and-jekyll#plugins
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-mentions
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links
# Site plugins
- jekyll-feed
- rouge
# Collection Settings
# See also: https://jekyllrb.com/docs/collections/
collections:
projects:
output: true
sort_by: rank # Not supported in Jekyll 3.8.5 -- requires at least 3.8.6?
# Page defaults
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "posts"
values:
layout: "blogpost"
comments: true
- scope:
path: "_projects"
values:
layout: "project"
username: ""
repo: ""
issues: false
wiki: false
featured: false
photo: https://dummyimage.com/400x400/ff0000/ffffff&text=MISSING
comments: true
# Exclude from processing.
exclude:
- Makefile
- scripts/
- README.md
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- node_modules
- Dockerfile
- docker-compose.yml