-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (44 loc) · 1.25 KB
/
_config.yml
File metadata and controls
52 lines (44 loc) · 1.25 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
##The website title
name: Extended Compositions
##Markdown processor
markdown: kramdown
##syntax highlighter
highlighter: rouge
##define base_url for valid usage in sitemap.xml and robots.txt
#base_url: http://gituser.github.io (or http://example.com)
base_url: http://seanpk.github.io
sass:
sass_dir: _sass
style: :compressed
paginate: 5
paginate_path: "page:num"
##The website description (to be used in meta tags)
description: While composing it, everything takes longer than expected, even when you take into account Hofstadter's law.
##Some frequently used keywords on your website
keywords: software, open source, agile, open technology, standards
##define this for disqus comment support
#disqus: disqusdomain
##set this to enable google analytics
#ga_id: analyticsID
#ga_domain: analyticsDomain
##Some commonly used links
links:
facebook:
twitter: seanpk8
email:
github: seanpk
##put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
about_image: piano-hand.png
permalink: pretty
plugins:
- jekyll-gist
exclude:
- Bitwiser.in-theme*
# have to restate the defaults too:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/