Sha256: dab5325df96393fcd7a766cd91c2aede5f019d0c142dcea7d11649e59ff94f75

Contents?: true

Size: 753 Bytes

Versions: 2

Compression:

Stored size: 753 Bytes

Contents

title: Rock Paper Scissors Game
description: A Ruby Programmed Rock Paper Scissors Game
show_downloads: true
google_analytics: false
theme: jekyll-theme-cayman # important
repository: "bag3318/RPSG"
port: 1988
include:
  - index.md
exclude:
  - Gemfile
  - Gemfile.lock
  - jekyll-theme-cayman.gemspec
  - thumbnail.png
  - LICENSE
  - script
plugins:  # gems:
  - github-pages
# Sass/SCSS
sass:
  sass_dir: _sass
  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
liquid:
  error_mode: warn
keep_files:
  - ".git" 
  - ".svn"
include:              
  - ".htaccess"
destination:  ./_site
layouts_dir:  _layouts
includes_dir: _includes
defaults:
  -
    values:
      layout: "default"
      author: "bag3318"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rpsg-0.2.6 docs/_config.yml
rpsg-0.2.5 docs/_config.yml