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
19lang : en-US
210title : Basically Basic
311email : dugan.nash@mailinator.com
@@ -12,15 +20,44 @@ author:
1220twitter_username : Towlette_Pettetucci
1321github_username : Towlette_Pettetucci
1422logo : /assets/icons/basically-basic-logo-light.svg
23+ google_analytics : UA-2011187-6
24+ disqus :
25+ shortname : basically-basic-theme
1526
16- # Build settings
27+ # Conversion
1728markdown : 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
1954gems :
2055 - jekyll-feed
2156 - jekyll-seo-tag
2257 - jekyll-sitemap
2358 - jekyll-paginate
59+
60+ # Jekyll Feed
2461feed :
2562 path : atom.xml
2663
You can’t perform that action at this time.
0 commit comments