forked from djangocon/2010.djangocon.us
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (46 loc) · 1.01 KB
/
_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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: DjangoCon US
url: "https://2010.djangocon.us"
author : DjangoCon US
enforce_ssl: "2010.djangocon.us"
relative_permalinks: false
permalink: news/:title/ # permalink: date
include:
- _pages
- .surgeignore
# Build settings
markdown: kramdown
gems:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
exclude:
- .editorconfig
- .gitignore
- bower_components
- CONTRIBUTING.md
- deploy_surge.sh
- Gemfile
- Gemfile.lock
- gulpfile.js
- LICENSE
- node_modules
- package.json
- Rakefile
- README.md
collections: # process the _data folder
components:
output: false
# SEO Plugin settings
twitter:
username: djangocon
# This is the default logo that people see with opengraph
logo: /static/2010-logos/squares-and-social/djangocon-square.png
# Frontmatter fallback settings
# This is the default logo that people see on blog posts
defaults:
- scope:
path: ""
values:
image: /static/2010-logos/squares-and-social/djangocon-square.png