-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
37 lines (34 loc) · 908 Bytes
/
_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
remote_theme: daattali/beautiful-jekyll
title: Linn Libraries of Oregon
author: Linn Libraries Consortium
defaults:
-
scope:
path: ""
values:
layout: "page"
show-avatar: true
css:
- assets/css/linn.css
plugins:
- jekyll-remote-theme
avatar: "/assets/images/logo.png"
navbar-links:
About: "index"
Books and more: "https://catalog.linnlibraries.org/"
Research and homework: "research"
Member libraries: "members"
Literacy partnership: "https://literacy.linnlibraries.org/"
Staff tools:
- Circulation: "staff-tools/circulation/index"
- Cataloging: "staff-tools/cataloging/index"
navbar-col: "#eff7f7"
navbar-text-col: "#404040"
navbar-border-col: "red"
page-col: "#fcf9f9"
link-col: "teal"
hover-col: "red"
footer-col: "#eff7f7"
footer-text-col: "red"
footer-link-col: "teal"
exclude: [Gemfile, Gemfile.lock, Rakefile, README.md, spec, vendor]