Sha256: 954f99068553d4183325a9702a24e5978f91d55891872e11e51631663b439213

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

# Site title and subtitle. This is used in _includes/header.html
title: 'chatterbot'
subtitle: 'twitter bots in ruby'

# Enable/show navigation. There are there options:
#   0 - always hide
#   1 - always show
#   2 - show only if posts are present
navigation: 1

# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/muffinista/chatterbot'

# Default categories (in order) to appear in the navigation
sections: [
    ['tut', 'Getting Started'],
    ['doc', 'Documentation'],
    ['dev', 'Developers'],
    ['links', 'Resources']
]

# Keep as an empty string if served up at the root. If served up at a specific
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
baseurl: '/chatterbot'

# Dates are not included in permalinks
permalink: none

# Syntax highlighting
highlighter: 'rouge'

# Since these are pages, it doesn't really matter
future: true

# Exclude non-site files
exclude: ['bin', 'README.md']

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chatterbot-2.2.0 docs/_config.yml
chatterbot-2.1.0 docs/_config.yml
chatterbot-2.0.5 docs/_config.yml
chatterbot-2.0.4 docs/_config.yml