generated from cds-snc/project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
81 lines (71 loc) · 2.13 KB
/
_config.yml
File metadata and controls
81 lines (71 loc) · 2.13 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Site settings
title: GC Forms API
repository: cds-snc/forms-api
description: >-
This documentation site is for developers who want to use the GC Forms API to retrieve form submission data programmatically into their department’s web application or back-office system.
# Base configuration
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
markdown: kramdown, GFM
lsi: false
safe: true
source: [your repo's top level directory]
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
collections:
pages:
output: true
permalink: /:path/
# Theme
remote_theme: pages-themes/minimal@v0.2.0
#Plugins
plugins:
- jekyll-coffeescript
- jekyll-commonmark-ghpages
- jekyll-default-layout
- jekyll-gfm-admonitions
- jekyll-gist
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-remote-theme
- jekyll-relative-links
- jekyll-titles-from-headings
- jekyll-relative-links
- jekyll-seo-tag
- kramdown-parser-gfm
# Title
name: GC Forms API
subtitle: This documentation is for developers who want to use the GC Forms API to retrieve form submission data programmatically into their department’s web application or back-office system.
# 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: '/forms-api'
# Author/Organization info to be displayed in the templates
author:
name: GC Forms
url: https://articles.alpha.canada.ca/forms-formulaires/
author2:
name: Canadian Digital Service
url: https://digital.canada.ca
# Point the logo URL at a file in your repo or hosted elsewhere by your organization
logourl:
logoalt:
# Repo list
# List repos that you would like to appear on the homepage here
repos:
- name:
description:
url:
# Style Variables
brand_color: "#9d8cf2ff"
# Offline caching
offline_cache: false
cache_name: DOCter-v1.1