-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path_config.yml
More file actions
102 lines (84 loc) · 3.13 KB
/
_config.yml
File metadata and controls
102 lines (84 loc) · 3.13 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
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# blog info
title: Performance Matters
description: >- # this means to ignore newlines until "baseurl:"
A blog about low-level software and hardware performance.
baseurl: # the subpath of your site, e.g. /blog
logo: /assets/rabbit3.png
url: "https://travisdowns.github.io"
permalink: /:categories/:year/:month/:day/:title:output_ext
google_analytics: UA-136594956-1
show_excerpts: true
# me info
email: &email travis.downs@gmail.com
author:
name: Travis Downs
email: *email
twitter: trav_downs
twitter_username: trav_downs
github_username: travisdowns
# minima-specific social links
minima:
no-default-css: true
social_links:
twitter: trav_downs
github: travisdowns
# jekyll-seo-tag
# wants different format from minima
twitter:
username: trav_downs
# global settings
markdown: kramdown
kramdown:
show_warnings: true
theme: minima
plugins:
- jekyll-feed
# when using a local theme gem, the _config.yml may be picked
# from the local dir, when it wouldn't be when used as a packaged
# gem unless the gemspec also includes the file
# see https://github.com/jekyll/minima/issues/603
ignore_theme_config: true
include:
- .nojekyll
# staticman (comments) configuration
staticman_url: https://staticman-travisdownsio.herokuapp.com/v2/entry/travisdowns/travisdowns.github.io/master/comments
# this section should be identical to the same section in staticman.yml
reCaptcha:
enabled: false
siteKey: 6LcWstQUAAAAALoGBcmKsgCFbMQqkiGiEt361nK1
secret: eteZTgxDkxg3sbrLwAPwiaAcdUh/zFRQQzjlmxdurvWvGqaFLOOBwFWUsA6NcMyoeAB1z0kl93Pdno4v0RelTKFXiwrcLAdQaOpR1Ckz7mim/9p8/Jvu7I00d0/OO3ZUPpDw5NGP6f7SKafKCT53dAzWyiWvpt7JfbnUMUubfA0rUTMGCToBIya/IrMVOPkjc1N25k0fz3uigElI6n1R2MwVOxmrpWyl99r8fpx8evKL7R4ycUkaL+CyUL4fCrfaAvOfyGnNG5eJQhv188OXpRuaxut2sXs273WH5BaDoU0vEGSMo9RrQwYl3oNTgb9aFTOhd5Npz+EpZuul+jwuCnZwDXQ2uc7i8+hDacSJy43IrTxrWkxANik3BvUIZHCKbrpKFUxQfjYCX8J6pjIt5uSpqxRfYDQwo8mKAHX9Fhg/r5a+e2NPG5HWZy6LEkAS4ny3l5lKGmM3EuJWzSOpYTpCXAbVTKfkjvd0gACJnbBhNR21xKfHfWhmH9bJE8/QqKrajqO3Myg+JHhMwRp/r7tNkuGWUhN3UBvYZRSpiSi53/fQvrYDhOQSPKSoMlbKO0AilrQj7mUxwBrpYAm0GP/5ptUIMDbUedXIDWEPyxLYSnNXrTJ/A71w8u1Fw3mURquylVUUP4si172SBOMZl/0auV6geG5UqXqvPxRxgFQ=
defaults:
# Post defaults
- scope:
path: _posts
type: posts
values:
comments: true
lock_comments: false
- scope:
path: tags
values:
layout: tag-list
header_pages:
- about.md
- settings.md
darkmode:
hide_banner: true
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/