-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·66 lines (62 loc) · 1.79 KB
/
Copy path_config.yml
File metadata and controls
executable file
·66 lines (62 loc) · 1.79 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
# Mandatory settings
blog_theme: dark # Or use light
name: Apare
paginate: 25
url: # add your site url (format: https://example.com)
# Optional settings
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: # Add your GA Tracking Id
rss_enabled: true # Change to false if not
social:
dribbble: # Add your Dribbble handle
facebook: # Add your Facebook handle
flickr: # Add your Flickr handle
github: apare # Add your GitHub handle
linkedin: alexandrepare # Add your LinkedIn handle
twitter: # Add your Twitter handle
email: alex.pare.inc@gmail.com # 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: # Add your Instagram handle
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
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-paginate
- jekyll-sitemap
- jemoji
paginate_path: /posts/page/:num/
permalink: posts/:slug