-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (60 loc) · 1.47 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
lang: en-US
title: Samuel Dotson
email: [email protected]
description: "Sam Dotson's Personal Website. Opinions his own."
baseurl: ""# the optional subpath of your site, e.g. "/blog"
url: "samgdotson.github.io"
author:
name: Samuel Dotson
twitter: samgdotson
picture: /assets/images/dotsons.png
twitter_username: samgdotson
github_username: samgdotson
logo: # path of site logo, e.g. "/assets/images/logo.png"
search: false # true, false (default)
search_full_content: false # true, false (default)
search_provider: # lunr (default), algolia
algolia:
application_id: # YOUR_APPLICATION_ID
index_name: # YOUR_INDEX_NAME
search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
powered_by: # true (default), false
remote_theme: "mmistakes/jekyll-theme-basically-basic"
# Liquid
liquid:
error_mode: strict
BASE_PATH: /samgdotson.github.io
# Build settings
markdown: kramdown
# remote_theme: jekyll-theme-basically-basic
plugins: # previously gems
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-remote-theme
feed:
path: atom.xml
# Pagination - https://jekyllrb.com/docs/pagination/
paginate: 10
paginate_path: /page:num/
# Collections
collections:
guides:
output: true
permalink: /:collection/:path/
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: post
read_time: true
# _guides
- scope:
path: "_guides"
type: guides
values:
layout: post
read_time: true