forked from tomjoht/documentation-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
committing new version of jekyll doc theme -- 5.0, with some refineme…
…nts to come with the documentation
- Loading branch information
Showing
206 changed files
with
4,350 additions
and
6,051 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
_site/ | ||
.sass-cache/ | ||
.idea | ||
.jekyll-metadata | ||
_pdf | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source 'https://rubygems.org' | ||
# A sample Gemfile | ||
source "https://rubygems.org" | ||
|
||
# gem "rails" | ||
gem 'github-pages' | ||
gem 'pygments.rb' | ||
gem 'redcarpet' | ||
gem 'jekyll' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Tom Johnson | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,30 @@ | ||
# this is simply copied over from config/config_designers.yml | ||
|
||
# project definitions | ||
project: mydoc_designers | ||
audience: designers | ||
product: doc | ||
platform: all | ||
version: all | ||
permalink: /:year/:month/:day/:title/ | ||
url: http://idratherbewriting.com | ||
baseurl: "/documentation-theme-jekyll" | ||
output: web | ||
destination: ../doc_outputs/mydoc/designers | ||
topnav_title: Jekyll Documentation Theme | ||
homepage_title: Jekyll doc theme for designers | ||
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/reviews | ||
disqus_shortname: idrbwjekyll | ||
# variables | ||
|
||
|
||
sidebar_tagline: Designers | ||
sidebar_version: Version 4.0 | ||
theme_file: theme-blue.css | ||
pdf_file_name: mydoc_designers_pdf.pdf | ||
|
||
# the algolia entries here are experimental only. | ||
|
||
#gems: | ||
# - algoliasearch-jekyll | ||
#algolia: | ||
# application_id: 'HXUBJERYYB' | ||
# index_name: 'documentation_theme_jekyll_designers' | ||
host: 127.0.0.1 | ||
port: 4009 | ||
|
||
exclude: | ||
- _site | ||
- _drafts | ||
- configs/ | ||
- doc/mydoc_writers* | ||
|
||
# same for all | ||
host: 127.0.0.1 | ||
feedback_email: [email protected] | ||
|
||
# these settings should work, but they don't seem to apply the right highlighting | ||
|
||
#highlighter: rouge | ||
#markdown: kramdown | ||
#kramdown: | ||
# input: GFM | ||
# auto_ids: true | ||
# hard_wrap: false | ||
# syntax_highlighter: rouge | ||
|
||
highlighter: pygments | ||
markdown: redcarpet | ||
redcarpet: | ||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"] | ||
highlighter: rouge | ||
markdown: kramdown | ||
kramdown: | ||
input: GFM | ||
auto_ids: true | ||
hard_wrap: false | ||
syntax_highlighter: rouge | ||
|
||
|
||
collections: | ||
|
@@ -72,6 +40,7 @@ defaults: | |
layout: "page" | ||
comments: true | ||
search: true | ||
sidebar: home_sidebar | ||
- | ||
scope: | ||
path: "" | ||
|
@@ -82,3 +51,17 @@ defaults: | |
search: true | ||
tooltip: true | ||
|
||
- | ||
scope: | ||
path: "" | ||
type: "posts" | ||
values: | ||
layout: "post" | ||
comments: true | ||
search: true | ||
sidebar: tags_sidebar | ||
|
||
|
||
|
||
# the description is used in the feed.xml file | ||
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features." |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.