-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·66 lines (58 loc) · 1.14 KB
/
_config.yml
File metadata and controls
executable file
·66 lines (58 loc) · 1.14 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
# Set theme
remote_theme: daviddarnes/alembic
# File excludes
exclude:
- README.md
- Gemfile
- Gemfile.lock
# Set plugins
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jekyll-default-layout
- jekyll-feed
- jemoji
- jekyll-remote-theme
# Site settings
url: 'https://origin.seamlessaccess.org/'
baseurl: ''
title: 'SA Site'
description: 'SeamlessAccess'
permalink: pretty
logo: "/assets/img/brand/SeamlessAccess-Logo_Blue_50.png"
# Pagination
paginate: 5
paginate_path: news-events/page:num
# Header nav
navigation_header:
- title: Home
url: /
- title: What is Seamless Access?
url: /about/
- title: FAQ
url: /FAQ/
- title: News & Events
url: /news-events/
- title: Get Started
url: /get-started/
# Footer nav
navigation_footer:
- title: Back to top
url: "#top"
# Collections
collections:
posts:
title: News & Events
output: true
description: "Stay up to date on Seamless Access news and events."
feature_text:
feature_image: "https://picsum.photos/2560/600?image=866"
# Front Matter generator
defaults:
- scope:
path: "assets/img"
values:
image: true