Sha256: 27ed0f7297dd326ed0b58e0e4f497cc2474daa15c191debde9d9cc6035ae157c

Contents?: true

Size: 677 Bytes

Versions: 3

Compression:

Stored size: 677 Bytes

Contents

# ==================
# Environment
# ==================
environment: development

# Site settings
title: Pusher Chameleon
gitrepo: https://github.com/pusher/chameleon
version: 0.1.9

# Build settings
markdown: kramdown

gems: [jekyll-assets, rouge, autoprefixer-rails, kramdown, octopress-autoprefixer]

exclude: [
  "Gemfile",
  "Gemfile.lock",
  "Rakefile"
]

kramdown:
  input: GFM
  syntax_highlighter: rouge

highlighter: rouge

kramdown:
  input: GFM
  syntax_highlighter: rouge
  syntax_highlighter_opts:
    css_class: 'highlight'

assets:
  baseurl: http://127.0.0.1:4000/
  cache: false
  cachebust: none
  css_compressor: sass
  js_compressor: uglifier
  debug: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pusher_chameleon-1.0.3 docs/_config.yml
pusher_chameleon-1.0.2 docs/_config.yml
pusher_chameleon-1.0.0 docs/_config.yml