-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yaml
More file actions
57 lines (52 loc) · 1.16 KB
/
_config.yaml
File metadata and controls
57 lines (52 loc) · 1.16 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
# Site settings
title: Bracket Bot Capstone [bracketbotcapstone]
author: Bracket Bot Capstone
description: "Capstone"
baseurl: ""
url: "https://bracketbotcapstone.github.io/"
date_format: "%b %-d, %Y"
# Optional features
show_related_posts: True
show_post_footers: True
show_social_icons: True
ajaxify_contact_form: false
enable_mathjax: false
extended_fonts: false
enable_anchorjs: true
# Social icons
github_username: BracketBotCapstone
discord_invite: https://discord.com/invite/RXRgJyAq93
stackoverflow_id:
twitter_username:
linkedin_username:
text:
pagination:
newer: "Newer"
older: "Older"
post:
updated: "Updated"
minute_read: "minute read"
related_posts: "More to read"
index:
coming_soon: "Coming soon..."
og_locale: "en_US"
# Build settings
markdown: kramdown
redcarpet:
extensions: ["smart", "tables", "with_toc_data", "footnotes"]
permalink: pretty
paginate: 12
paginate_path: "/design_log/:num/"
sass:
compressed: true
plugins:
- jekyll-paginate
- jekyll-sitemap
# https://github.com/jekyll/jekyll/issues/2938
exclude: [vendor]
collections_dir: collections
collections:
reviews:
output: true
portfolio:
output: true