-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (38 loc) · 843 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
38
title: Betterbox
description: >- # this means to ignore newlines until "baseurl:"
A design tool for ethical, effective technologies
baseurl: "/betterbox" # Confirm this is correct for your project
url: "https://laurawmcd.github.io"
repository: laurawmcd/betterbox
github_username: laurawmcd
# Build settings
theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
# Jekyll SEO Tag settings
lang: en_US
social:
name: Laura Walker McDonald
links:
- https://twitter.com/techladylaura
- https://github.com/laurawmcd
# Navigation
nav:
- title: Home
url: /
- title: Cards
url: /cards/
# Exclude from processing.
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/