forked from nielsenramon/chalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·82 lines (77 loc) · 2.26 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
# Mandatory settings
name: Daniel Howard's Blog
baseurl: /blog
paginate: 25
paginate_path: "/posts/page/:num/"
url: https://dphow.github.io # add site url http://example.com/
blog_theme: dark # Or use light
# Optional settings
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
discus_identifier: dphow # Add your Disqus identifier
ga_analytics: UA-91183310-1 # Add your GA Tracking Id
about_enabled: true # Change to true if you wish to show an icon in the navigation that redirects to the about page
social:
dribbble: # Add your Dribbble handle
facebook: FinalDanish # Add your Facebook handle
flickr: # Add your Flickr handle
github: dphow # Add your GitHub handle
linkedin: dphoward # Add your LinkedIn handle
twitter: dphow # Add your Twitter handle
email: [email protected] # Add your Email address
ethereum: # Add your Ethereum link or address
gitlab: # Add your GitLab handle
youtube: FinalDanish # 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: FinalDanish # Add your Instagram handle
keybase: # Add your Keybase handle
medium: # Add your Medium handle
spotify: FinalDanish # Add your Spotify handle
stackoverflow: # Add your Stack Overflow ID number
steam: FinalDanish # Add your Steam handle
bitcoin: 1AN2rrZCj8kdBNjQSRXDMTJiDcRXsnn62i # Add your Bitcoin link or address
# 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: /posts/page/:num/
permalink: posts/:slug