-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (47 loc) · 1.55 KB
/
Copy path_config.yml
File metadata and controls
55 lines (47 loc) · 1.55 KB
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
49
50
51
52
53
54
55
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "changelog.md"]
markdown: kramdown
highlighter: rouge
permalink: pretty
# Title
name: TEST
# Author/Organization info to be displayed in the templates
author:
name: George
url: https://www.fisheries.noaa.gov/new-england-mid-atlantic/climate/partnering-fishing-industry-monitor-northeast-shelf
# When using this template with a project (repository) 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: '/guides-template'
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTXw37aBwv3ak6LsuTLNa8Hrh1r3xUbXpsNHQ&s
# Navigation
# List links that should appear in the site sidebar here
navigation:
- text: Introduction
internal: true
url: ./
- text: Add a new page
internal: true
url: add-a-new-page
- text: Configure the Guide
internal: true
url: configure-the-guide
- text: GitHub Setup
internal: true
url: github
- text: Create a Glossary
glossary: true
- text: Edit this Repo
internal: false
url: https://github.com/DCgov/guides-template
# Repo list
# List repos that you would like to appear on the homepage here
repos:
- name: guides-template
description:
url: https://github.com/DCgov/guides-template
google_analytics_ua:
# Style Variables
brand_color: "#DA253B"