-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
executable file
·79 lines (66 loc) · 1.54 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
assets:
cachebust: hard
# main text of home
title: DjangoCon US
bio:
# twitter summary info
description: "DjangoCon US"
favicon: https://fav.farm/🎪
# if it's an external image, update below for true
# better with square images
external-image: true
picture: https://avatars.githubusercontent.com/u/2891658?v=4
url: "https://djangocon.us"
enforce_ssl: "djangocon.us"
permalink: /:title/
# To enable google analytics, supply your token below
# analytics-google: 'UA-MYANALYTICS'
# if you have any of social links below, uncomment the line
# email:
# facebook:
flickr: djangocon
github: djangocon
# instagram: djangocon
twitter:
card: summary_large_image
username: djangocon
youtube: djangoconus
# do you want a larger site? change the option below
# options: [normal, large] | default: normal
# normal = 560px / large = 810px
width: normal
# if you do/don't need pagination, toggle 'enabled' between true/false below
pagination:
enabled: false
sort_reverse: true # display recent posts first
title: ":title" # Changing this will mess up the header display logic
per_page: 5
permalink: "/:num/" # pagination link that will be appended
plugins:
- jekyll-gist
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-sitemap
- jemoji
jekyll-mentions:
base_url: https://github.com
remote_theme: jefftriplett/webology-theme
compress_html:
ignore:
envs:
- development
- stage
exclude:
- "*.yaml"
- "*.yml"
- bin
- CNAME
- docker-compose.yml
- Gemfile
- Gemfile.lock
- justfile
- LICENSE
- node_modules
- README.md
- requirements.in
- vendor