File size: 1.33Kb
# Site title and subtitle. This is used in _includes/header.html
title: 'gridmanager.js'
subtitle: 'Structural editor for rows and columns in popular CSS frameworks'
source: "./src/docs"
destination: "./docs"
# 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/bruth/jekyll-docs-template'
# Default categories (in order) to appear in the navigation
sections: [
['doc', 'Documentation'],
['tut', 'Examples'],
['ref', 'Reference'],
['dev', 'Developers'],
['post', 'Posts']
]
# 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: '/jQuery-gridmanager/docs'
# Dates are not included in permalinks
permalink: none
# Syntax highlighting
highlighter: pygments
# Since these are pages, it doesn't really matter
future: true
# Exclude non-site files
exclude: ['bin', 'README.md']
# Use the redcarpet Markdown renderer
markdown: redcarpet
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]