fix search, add yaml tutorial
This commit is contained in:
@@ -44,6 +44,7 @@ feedback_email: tomjohnson1492@gmail.com
|
||||
highlighter: rouge
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
input: GFM
|
||||
auto_ids: true
|
||||
|
||||
collections:
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# project definitions
|
||||
project: mydoc_designers
|
||||
audience: designers
|
||||
project: mydoc_writers
|
||||
audience: writers
|
||||
product: doc
|
||||
platform: all
|
||||
version: all
|
||||
output: web
|
||||
destination: ../doc_outputs/mydoc/designers
|
||||
destination: ../doc_outputs/mydoc/writers
|
||||
topnav_title: Jekyll Documentation Theme
|
||||
homepage_title: Jekyll doc theme for designers
|
||||
site_title: Jekyll theme for designers
|
||||
homepage_title: Jekyll doc theme for writers
|
||||
site_title: Jekyll theme for writers
|
||||
project_folder: mydoc
|
||||
company_name: Your company
|
||||
footer_image_location: ../common_images/company_logo.png
|
||||
@@ -16,10 +16,11 @@ github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
|
||||
disqus_shortname: idrbwjekyll
|
||||
# variables
|
||||
|
||||
sidebar_tagline: Designers
|
||||
|
||||
sidebar_tagline: Writers
|
||||
sidebar_version: Version 4.0
|
||||
theme_file: theme-blue.css
|
||||
pdf_file_name: mydoc_designers_pdf.pdf
|
||||
theme_file: theme-green.css
|
||||
pdf_file_name: mydoc_writers_pdf.pdf
|
||||
|
||||
# the algolia entries here are experimental only.
|
||||
|
||||
@@ -27,7 +28,7 @@ pdf_file_name: mydoc_designers_pdf.pdf
|
||||
# - algoliasearch-jekyll
|
||||
#algolia:
|
||||
# application_id: 'HXUBJERYYB'
|
||||
# index_name: 'documentation_theme_jekyll_designers'
|
||||
# index_name: 'documentation_theme_jekyll_writers'
|
||||
port: 4009
|
||||
|
||||
exclude:
|
||||
@@ -43,6 +44,7 @@ feedback_email: tomjohnson1492@gmail.com
|
||||
highlighter: rouge
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
input: GFM
|
||||
auto_ids: true
|
||||
|
||||
collections:
|
||||
|
||||
Reference in New Issue
Block a user