-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·39 lines (37 loc) · 1.03 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
title: Lekan Molu #(ぇかん) #オグンモゥ
locale: en_US
email: [email protected] #[email protected]
description: > # this means to ignore newlines until "baseurl:" > # Still Attacking Cancer
Rerum Cognoscere Causas
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://scriptedonachip.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: robotsorcerer
github_username: robotsorcerer
docker_username: robotsorcerer
timezone: America/New-York
quora_username: Lekan-Molu
sass:
sass_dir: _sass
style: compressed
defaults:
- scope:
path: "_quotes/quote_files"
values:
static: "true"
markdown: kramdown
plugins:
- jekyll-watch
exclude:
- Gemfile
- Gemfile.lock
- README.md
- .DS_Store
- .travis.yml
- validate.rb
- bower_components
- update-vendor-deps.sh
- vendor/bundle
- vendor/bower.json
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d-%b-%y'