File tree Expand file tree Collapse file tree 1 file changed +39
-2
lines changed Expand file tree Collapse file tree 1 file changed +39
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Welcome to Jekyll!
2
+ #
3
+ # This config file is meant for settings that affect your entire site, values
4
+ # which you are expected to set up once and rarely need to edit after that.
5
+ # For technical reasons, this file is *NOT* reloaded automatically when you use
6
+ # `jekyll serve`. If you change this file, please restart the server process.
7
+
8
+ # Site Settings
1
9
lang : en-US
2
10
title : Basically Basic
3
11
@@ -12,15 +20,44 @@ author:
12
20
twitter_username : Towlette_Pettetucci
13
21
github_username : Towlette_Pettetucci
14
22
logo : /assets/icons/basically-basic-logo-light.svg
23
+ google_analytics : UA-2011187-6
24
+ disqus :
25
+ shortname : basically-basic-theme
15
26
16
- # Build settings
27
+ # Conversion
17
28
markdown : kramdown
18
- # theme: jekyll-theme-basically-basic
29
+ highlighter : rouge
30
+ lsi : false
31
+ incremental : false
32
+
33
+ # Markdown Processing
34
+ kramdown :
35
+ input : GFM
36
+ hard_wrap : false
37
+ auto_ids : true
38
+ footnote_nr : 1
39
+ entity_output : as_char
40
+ toc_levels : 1..6
41
+ smart_quotes : lsquo,rsquo,ldquo,rdquo
42
+ enable_coderay : false
43
+
44
+ # Sass/SCSS
45
+ sass :
46
+ sass_dir : _sass
47
+ style : compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
48
+
49
+ # Outputting
50
+ permalink : /:categories/:title/
51
+ timezone : America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
52
+
53
+ # Plugins
19
54
gems :
20
55
- jekyll-feed
21
56
- jekyll-seo-tag
22
57
- jekyll-sitemap
23
58
- jekyll-paginate
59
+
60
+ # Jekyll Feed
24
61
feed :
25
62
path : atom.xml
26
63
You can’t perform that action at this time.
0 commit comments