kramdown adjustments

This commit is contained in:
Tom Johnson
2016-02-04 19:31:01 -08:00
parent a01c474df4
commit d0d573aade
9 changed files with 176 additions and 79 deletions

View File

@@ -12,51 +12,27 @@ site_title: Jekyll theme for designers
project_folder: mydoc
company_name: Your company
footer_image_location: ../common_images/company_logo.png
github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/docreviews
github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
disqus_shortname: idrbwjekyll
# variables
markdown: kramdown
kramdown:
auto_ids: true
sidebar_tagline: Designers
sidebar_version: Version 4.0
theme_file: theme-blue.css
pdf_file_name: mydoc_designers_pdf.pdf
# algolia settings
gems:
- algoliasearch-jekyll
algolia:
application_id: 'HXUBJERYYB'
index_name: 'documentation_theme_jekyll_designers'
search_only_api_key: '82f9e5197317a79bdec5f45ec91bf4e7'
record_css_selector: 'p,ul'
excluded_files:
- _data
- _drafts
- _includes
- _layouts
- _tooltips
- css
- fonts
- js
- licenses
- mydoc/images
- _site
- _drafts
- configs/
- doc/mydoc_writers*
settings:
attributesToIndex:
- title
- h1
- h2
- h3
- h4
- h5
- h6
- summary
- body
# the algolia entries here are experimental only.
#gems:
# - algoliasearch-jekyll
#algolia:
# application_id: 'HXUBJERYYB'
# index_name: 'documentation_theme_jekyll_designers'
port: 4009
exclude:
@@ -69,12 +45,7 @@ exclude:
host: 127.0.0.1
feedback_email: tomjohnson1492@gmail.com
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
highlighter: pygments
highlighter: rouge
collections:
tooltips: