forked from USG-Website-Templates/microsite-template-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (41 loc) · 1.34 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
# Base configuration
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: kramdown
pygments: true
# Title
name: Microsite Template 2
subtitle: A Jekyll template for project documentation
# When using this template with a project page set the baseurl to '/project-name'
# For user/organization pages set this to an empty string
# When working locally use jekyll serve --baseurl '' so that you can view everything at localhost:4000
# See http://jekyllrb.com/docs/github-pages/ for more info
#baseurl: ''
baseurl: '/microsite-template-2'
# Author/Organization info to be displayed in the templates
author:
name: Name
url: http://localhost:4000
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl:
logoalt:
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Home
url: index.html
internal: true
- text: Example Page
url: example_page.html
internal: true
- text: Template Repo
url: https://github.com/USG-Website-Templates/microsite-template-2
internal: false
# Repo list
# List repos that you would like to appear on the homepage here
repos:
- name: Microsite Template 2
description: Jekyll template for docs
url: https://github.com/USG-Website-Templates/microsite-template-2
# Style Variables
brand_color: "#2cb34a"