-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
38 lines (33 loc) · 996 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
# Site settings
title: Sorta Insightful
description: > # this means to ignore newlines until "baseurl:"
In a world where everyone has opinions, one man...also has opinions
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://www.alexirpan.com" # the base hostname & protocol for your site
github_username: alexirpan
timezone: "America/Los_Angeles"
gems: [jekyll-paginate]
paginate: 3
# Get around Jekyll default ordering and requirement to have
# a page for all header links. Hardcoded + repeated but not
# worth doing it right at this time
header_links:
- url: "/recs/"
title: "Reviews"
- url: "/projects/"
title: "Projects"
- url: "/puzzles/"
title: "Puzzles"
- url: "/archive/"
title: "Archive"
- url: "/research/"
title: "Research"
- url: "/about/"
title: "About"
- url: "/feed.xml"
image: /public/feed-icon.png
# Build settings
highlighter: rouge
markdown: kramdown
kramdown:
math_engine: mathjax