-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
65 lines (58 loc) · 1.28 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
# Dependencies
plugins:
- jekyll-sitemap
- jekyll-paginate
# File rules
exclude:
# default excludes
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# custom excludes
- Makefile
- Dangerfile
- LICENSE
- README.md
- package.json
- yarn.lock
- .yarnrc
- scripts/
- .github/
include:
- .htaccess
# dependencies
- yarn_deps/bootstrap/dist/css/bootstrap.min.css
- yarn_deps/bootstrap/dist/css/bootstrap.min.css.map
- yarn_deps/bootstrap/dist/js/bootstrap.bundle.min.js
- yarn_deps/bootstrap/dist/js/bootstrap.bundle.min.js.map
- yarn_deps/jquery/dist/jquery.slim.min.js
# Site
permalink: /:year/:month/:day/:title/
img_url: /img
excerpt_separator: <!--excerpt-->
sass:
style: compressed
# Metadata
title: 'TWC Newsletter'
description: 'News and inspiration for worker power in the tech industry'
url: https://news.techworkerscoalition.org
logo: /img/newsletter-team.png
timezone: America/Los_Angeles
# Author
author:
name: 'Tech Workers Coalition'
twitter: twcnewsletter
avatar: /img/newsletter-team.png
links:
github: https://github.com/techworkersco/techworkersco.github.io
feeds:
rss: '/feed.xml'
json: '/feed.json'
limit: 30