-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
55 lines (46 loc) · 1.32 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
title: "Illusion Slopes"
author: "Max Kapur"
email: "[email protected]"
description: >-
I blog about culture, numerical optimization, and software. I work at a
consulting firm as an operations research and numerical modeling specialist.
All opinions are my own.
baseurl: "" # Site subpath, e.g. /blog
url: "https://maxkapur.com" # Hostname & protocol, e.g. https://example.com
github_username: "maxkapur"
linkedin_username: "maxkapur"
rss: "via RSS"
# Build settings
excerpt_separator: "<!--more-->"
future: false # Don't publish posts dated in future
show_excerpts: true # on homepage
gems: [jekyll-paginate-v2]
plugins:
- "jekyll-redirect-from"
- "jekyll-paginate-v2"
theme: "minima"
# Select markdown processor. kramdown is the default
markdown: "kramdown"
kramdown:
math_engine: "katex" # Let kramdown render KaTeX during build process
pagination:
enabled: true
# Exclude from processing (and therefore from _site/)
exclude:
- ".conda/"
- "README.md"
- "**/README.md"
- "*.sh"
- "**/*.sh"
# Jekyll also automatically excludes files with a leading underscore in their
# name, as well as the following default excludes:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/