-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (38 loc) · 1.56 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
# Dependencies
markdown: kramdown
highlighter: rouge
remote_theme: fongandrew/hydeout
# Setup
title: VisionEval
tagline: 'VisionEval Homepage'
description: 'A common framework for strategic planning models.'
url: https://visioneval.github.io/
baseurl: # the optional subpath of your site, e.g. "/blog"
# NB: This applies to all pages in your Jekyll site.
# If you want to move just the blog index pages but keep
# other pages at root, see the paginate_path and
# sidebar_blog_link below.
author:
name: 'VisionEval'
url: https://github.com/visioneval
paginate: 5
# paginate_path: '/page:num'
# Or '/blog/page:num' if you want to move your index pages
whitelist: [jekyll-analytics]
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-analytics
jekyll_analytics:
GoogleAnalytics: # Add, if you want to track with Google Analytics
id: UA-111927800-1 # From Google Analytics
anonymizeIp: false # Optional - Default: false - set to true for anonymized tracking
# Custom vars
# version: 3.6.0
sidebar_home_link: true
# sidebar_blog_link: '/blog' # By default, your home page is your blog
# page. If you change your paginate_path,
# set this to the root of the paginate_path
# to enable a separate blog link.
repository: visioneval/visioneval