-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (33 loc) · 877 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
title: VAFlow
description: Long Form Jekyll theme built with SASS
url: https://long-haul.netlify.app
# Only necessary when hosting your site in a sub-directory. Project sites hosted on GitHub Pages are the common use-case of this variable.
baseurl: # Ex: /project-page
paginate_path: "blog/page:num/"
permalink: blog/:title/
# Header Option
# header: large
sass:
style: compressed
markdown: kramdown
highlighter: rouge
plugins: [jekyll-paginate]
paginate: 5
navigation:
- title: Home
url: /home
- title: Samples
url: /samples
- title: Code
url: /code
# social:
# github: brianmaierjr
# twitter: brianmaierjr
# facebook: brianmaierjr
# email: [email protected]
# linkedin: brianmaierjr
# youtube: RickAstleyYT
# tumblr: i-am-a-fish
google_analytics: "UA-58263416-1"
disqus:
shortname: brianmaierjr