-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (33 loc) · 816 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
# Site settings
title: petebachant.me
include: ["_pages"]
email: [email protected]
description: My personal website
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://petebachant.me" # the base hostname & protocol for your site
twitter_username: petebachant
github_username: petebachant
permalink: /:title/
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-redirect-from
- jekyll-paginate
paginate: 2
navigation:
- title: Home
url: /index.html
- title: Projects
url: /projects
- title: Posts
url: /posts
- title: Research
url: /research
- title: Wiki
url: https://github.com/petebachant/petebachant.github.io/wiki
social:
github: petebachant
twitter: petebachant
email: [email protected]
linkedin: petebachant
google_analytics: "UA-83958101-2"