Configure demo site
- Add Google Analytics tracking ID - Add Disqus comments - Set permalink - Compress SCSS
This commit is contained in:
parent
ae3d1da3aa
commit
b8941b67f4
|
@ -1,3 +1,11 @@
|
||||||
|
# Welcome to Jekyll!
|
||||||
|
#
|
||||||
|
# This config file is meant for settings that affect your entire site, values
|
||||||
|
# which you are expected to set up once and rarely need to edit after that.
|
||||||
|
# For technical reasons, this file is *NOT* reloaded automatically when you use
|
||||||
|
# `jekyll serve`. If you change this file, please restart the server process.
|
||||||
|
|
||||||
|
# Site Settings
|
||||||
lang: en-US
|
lang: en-US
|
||||||
title: Basically Basic
|
title: Basically Basic
|
||||||
email: dugan.nash@mailinator.com
|
email: dugan.nash@mailinator.com
|
||||||
|
@ -12,15 +20,44 @@ author:
|
||||||
twitter_username: Towlette_Pettetucci
|
twitter_username: Towlette_Pettetucci
|
||||||
github_username: Towlette_Pettetucci
|
github_username: Towlette_Pettetucci
|
||||||
logo: /assets/icons/basically-basic-logo-light.svg
|
logo: /assets/icons/basically-basic-logo-light.svg
|
||||||
|
google_analytics: UA-2011187-6
|
||||||
|
disqus:
|
||||||
|
shortname: basically-basic-theme
|
||||||
|
|
||||||
# Build settings
|
# Conversion
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
# theme: jekyll-theme-basically-basic
|
highlighter: rouge
|
||||||
|
lsi: false
|
||||||
|
incremental: false
|
||||||
|
|
||||||
|
# Markdown Processing
|
||||||
|
kramdown:
|
||||||
|
input: GFM
|
||||||
|
hard_wrap: false
|
||||||
|
auto_ids: true
|
||||||
|
footnote_nr: 1
|
||||||
|
entity_output: as_char
|
||||||
|
toc_levels: 1..6
|
||||||
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
||||||
|
enable_coderay: false
|
||||||
|
|
||||||
|
# Sass/SCSS
|
||||||
|
sass:
|
||||||
|
sass_dir: _sass
|
||||||
|
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
|
||||||
|
|
||||||
|
# Outputting
|
||||||
|
permalink: /:categories/:title/
|
||||||
|
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
|
|
||||||
|
# Plugins
|
||||||
gems:
|
gems:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-paginate
|
- jekyll-paginate
|
||||||
|
|
||||||
|
# Jekyll Feed
|
||||||
feed:
|
feed:
|
||||||
path: atom.xml
|
path: atom.xml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue