-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
68 lines (68 loc) · 1.22 KB
/
_config.yml
File metadata and controls
68 lines (68 loc) · 1.22 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
title: Elephantopolis
url: https://www.elphantropolis.com
markdown: kramdown
version: 1.0.0
timezone: America/Los_Angeles
lang: en
dir: ltr
charset: utf-8
paginate: 8
paginate_path: "/blog/:num/"
og-type: website
description: "Map, events, and news app for Whiskey Flat Days"
defaults:
- scope:
path: _posts
values:
layout: post
permalink: /blog/:categories/:year/:month/:day/:title
index: true
- scope:
path: _drafts
values:
layout: post
permalink: /blog/:categories/:year/:month/:day/:title
plugins:
- jekyll-admin
- jekyll-watch
- jekyll-paginate
include:
# Folders with dotfiles are ignored by default.
- .well-known
- _headers
- _redirects
- img/
- img/*
exclude:
- CHANGELOG.md
- netlify.toml
- ".gitkeep"
- "*.rb"
- "*.gemspec"
- "*.php"
- "*.sh"
- "*.csv"
- "*.sfd"
- "*.ai"
- "*.psd"
- "*.sketch"
- "*.yml"
- "*.lock"
- "*.log"
- "tags.*"
- "*.config.js"
- docs/
- "/*-theme.xml"
- "/.github/"
- Gemfile
- node_modules/
- palette.xml
- README.md
- LICENSE
- package.json
- package-lock.json
- "/img/octicons/*.md"
- "/img/octicons/LICENSE"
- "/img/octicons/script"
- "/img/adwaita-icons/docs"
- "/img/adwaita-icons/LICENSE"