-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (33 loc) · 850 Bytes
/
_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
name: "stephendnicholas.com"
description: "tech blog"
author: "Stephen Nicholas"
author-bio: "And this is my blog. I'm a software engineer by trade (but mostly for fun) with a wide variety of experience and interests. Some of which I'll write about here."
url: "https://stephendnicholas.com"
# Social Accounts
bluesky: stephendnicholas.com
twitter: sd_nicholas
github: stephendnicholas
linkedin: stephendnicholas
# Google Analytics
ga_domain: stephendnicholas.com
ga_tracking_id: UA-72835313-1
markdown: kramdown
permalink: pretty
highlighter: rouge
paginate: 10
paginate_path: "/all/:num"
# SCSS
sass:
sass_dir: _scss
style: :compressed
gems:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
# Exclude these files from production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME