-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
153 lines (122 loc) · 3.2 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
#
# bundle exec jekyll serve --config "_config.yml,_config_dev.yml" --incremental
#
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: Ideas
tagline: 'Cause a Scene'
description: 'A collection of ideas compiled by <a href="https://twitter.com/realdavidawad" target="_blank">@realdavidawad</a>.'
url: http://davidawad.com
baseurl: ''
# baseurl: /
# url: https://localhost
webserver_headers:
"Access-Control-Allow-Origin": "*"
"Server": "CustomServerName"
webserver_headers:
- - Access-Control-Allow-Origin
- "*"
- - Access-Control-Allow-Methods
- GET, OPTIONS, HEAD
webrick:
headers:
Access-Control-Allow-Origin: "*"
# project-images: public/img/projects
# imageoptim:
# svgo: false
# verbose: false
# # css compression hopefully
# sass:
# style: compressed
# assets:
# digest: true
# defaults:
# js: {integrity: true} # true on JEKYLL_ENV=production
# css: {integrity: true} # true on JEKYLL_ENV=production
# img: {integrity: true} # true on JEKYLL_ENV=production
author:
name: 'David Awad'
url: https://twitter.com/realdavidawad
paginate: 5
github:
repo: https://github.com/davidawad/blog
# Gems
plugins:
- jekyll-paginate
- jekyll-archives
- jekyll-seo-tag
# - jekyll-assets
# - jekyll-offline
# - jekyll-compress-images
links:
email: [email protected]
fb: https://fb.com/david.a.awad
twitter: https://twitter.com/realdavidawad
instagram: https://instagram.com/realdavidawad
spotify: https://open.spotify.com/user/1253499829
angellist: https://angel.co/davidawad
github: https://github.com/davidawad
linkedin: https://linkedin.com/in/davidawad64
so: https://stackoverflow.com/users/2178438/davidawad
# for jekyll-seo
twitter:
username: realdavidawad
# TODO maybe breaking build for jekyll-offline
# offline:
# strategy: cache-first-network-fallback
caching:
path: ".jekyll-cache/assets"
type: file # Possible values: memory, file
enabled: true
social:
name: David Awad
links:
- https://twitter.com/realdavidawad
- https://www.facebook.com/david.a.awad
- https://www.linkedin.com/in/davidawad64
- https://plus.google.com/+davidawad64
- https://github.com/davidawad
- https://instagram.com/_davidawad
- https://stackoverflow.com/users/2178438/davidawad
## jekyll archives configuration
jekyll-archives:
enabled:
- year
- month
- day
- tag
layouts:
year: year-archive
month: month-archive
day: day-archive
tag: tag-archive
permalinks:
year: /:year/
month: /:year/:month/
day: /:year/:month/:day/
tag: /tag/:name/
# KEYS
# bitcoin pubkey address
pubkey: 1gtRkH3399UipceRUG2xWRyYsYQk84SFM
# thankfully just comments gives no fucks
just_comments_key: dc79fd19-c673-45cc-a6ca-077cde204565
sources:
- public/css
# jekyll compilation time speedup by ignoring files
exclude:
- _site
- _assets
- bourbon
- node_modules
- bower_components
# don't blow away the git submodule
keep_files: [
.git,
.nojekyll
]
# fix stupid local warning in dev
github: [metadata]