Skip to content

Commit b8941b6

Browse files
committed
Configure demo site
- Add Google Analytics tracking ID - Add Disqus comments - Set permalink - Compress SCSS
1 parent ae3d1da commit b8941b6

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

docs/_config.yml

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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
19
lang: en-US
210
title: Basically Basic
311
@@ -12,15 +20,44 @@ author:
1220
twitter_username: Towlette_Pettetucci
1321
github_username: Towlette_Pettetucci
1422
logo: /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
1728
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
1954
gems:
2055
- jekyll-feed
2156
- jekyll-seo-tag
2257
- jekyll-sitemap
2358
- jekyll-paginate
59+
60+
# Jekyll Feed
2461
feed:
2562
path: atom.xml
2663

0 commit comments

Comments
 (0)