-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
84 lines (78 loc) · 2.22 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
80
81
82
83
84
# Mandatory settings
blog_theme: light # Or use dark
name: Pleb
paginate: 10
url: https://pleb.dating
port: 4002
# Optional settings
theme_toggle: false # Change to true if you wish to show an icon in the navigation for dynamic theme toggling
about_enabled: true # Change to true if you wish to show an icon in the navigation that redirects to the about page
baseurl: # Set if blog doesn't sit at the root of the domain (format: /blog)
discus_identifier: # Add your Disqus identifier
ga_analytics: UA-135460279-1
local_fonts: false # Change to true if you wish to use local fonts
rss_enabled: true # Change to false if not
scrollappear_enabled: true # Change to false to disable
social:
dribbble: # Add your Dribbble handle
facebook: https://facebook.com/pleb.dating
flickr: # Add your Flickr handle
github: # Add your GitHub handle
linkedin: # Add your LinkedIn handle
twitter: https://twitter.com/pleb_dating
email: # Add your Email address
bitcoin: # Add your Bitcoin link or address
ethereum: # Add your Ethereum link or address
gitlab: # Add your GitLab handle
youtube: # Add your Youtube handle
twitch: # Add your Twitch handle
discord: # Add you Discord server invitation ID
tumblr: # Add your Tumblr handle
bitbucket: # Add your Bitbucket handle
docker: # Add your Docker Hub handle
instagram: https://www.instagram.com/pleb.dating/
keybase: # Add your Keybase handle
medium: # Add your Medium handle
spotify: # Add your Spotify handle
stackoverflow: # Add your Stack Overflow ID number
steam: # Add your Steam handle
# Important settings (change at own risk)
assets:
plugins:
css: { autoprefixer: {}}
img: { optim: {}}
source_maps: false
sources:
- _assets/icons
- _assets/javascripts
- _assets/stylesheets
- _assets/yarn
collections:
my_tags:
output: true
permalink: /tag/:slug/
defaults:
-
scope:
path: ""
type: my_tags
values:
layout: articles_by_tag
exclude:
- .travis.yml
- bin/*
- circle.yml
- Gemfile
- Gemfile.lock
- package.json
- package-lock.json
- README.md
- vendor/
- yarn.lock
plugins:
- jekyll-assets
- jekyll-paginate
- jekyll-sitemap
- jemoji
paginate_path: /blogs/posts/page/:num/
permalink: posts/:slug