-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
60 lines (53 loc) · 1.24 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
title: assert_not magic?
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Programming blog by Ryan Palo. Code is not magic, and anyone can do it. Python, Ruby, JavaScript, shell scripting, systems, the web, and more!
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://assertnotmagic.com" # the base hostname & protocol for your site
twitter_username: paytastic
github_username: rpalo
permalink: pretty
source: src
# Build settings
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
sass:
style: compressed
# Other configurations
timezone: America/Los_Angeles
# Images
cloudinary:
cloud_name: duninnjce
verbose: true
presets:
default:
min_width: 320
max_width: 1600
fallback_max_width: 800
steps: 5
sizes: "(min-width: 50rem) 50rem, 90vw"
# File Inclusions
exclude: [
README.md,
blog.sublime-project,
blog.sublime-workspace,
deploy.sh,
maketag.sh,
purge_cache.sh,
secrets.sh,
notes.md,
.gitignore,
Gemfile,
Gemfile.lock,
cloudinary.yml,
]
# Gems
plugins:
- jekyll-autoprefixer
- jekyll-sitemap
# Asciidoc
asciidoc: {}
asciidoctor:
base_dir: :source