version 3.0 of the theme -- complete overhaul
This commit is contained in:
90
_config.yml
90
_config.yml
@ -1,59 +1,46 @@
|
||||
project: documentation-theme-jekyll-designer
|
||||
|
||||
audience: designer
|
||||
|
||||
## This content is duplicated here from configs/config_designers.yml because I'm building this site through Github Pages, and Github Pages just looks for the _config.yml file in the root directory to create the build.
|
||||
project: doc
|
||||
audience: designers
|
||||
product: all
|
||||
|
||||
platform: all
|
||||
|
||||
version: all
|
||||
|
||||
topnav_title: Jekyll for Designers
|
||||
|
||||
topnav_version: 2.1
|
||||
|
||||
homepage_title: Doc theme for Jekyll
|
||||
|
||||
site_title: Documentation theme for Jekyll
|
||||
|
||||
tagline: Guide for designers
|
||||
|
||||
baseurl: "/documentation-theme-jekyll"
|
||||
|
||||
port: 4006
|
||||
|
||||
host: 127.0.0.1
|
||||
|
||||
url: "http://tomjohnson1492.github.io"
|
||||
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
sidebar_accordion: true
|
||||
|
||||
destination: /Applications/XAMPP/xamppfiles/htdocs/jekyll-documentation-theme/designers
|
||||
topnav_title: Jekyll Documentation Theme
|
||||
homepage_title: Jekyll Documentation Theme — Designers
|
||||
site_title: Jekyll Documentation Theme — Designers
|
||||
disqus_shortname: idrbwjekyll
|
||||
|
||||
google_analytics: UA-408430-5
|
||||
# variables
|
||||
|
||||
sidebar_tagline: designers
|
||||
sidebar_version: version 3.0
|
||||
|
||||
port: 4001
|
||||
|
||||
exclude:
|
||||
- doc_writer*
|
||||
- configs/
|
||||
- _site
|
||||
- di_multi*
|
||||
|
||||
# same for all
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
sidebar_accordion: true
|
||||
markdown: redcarpet
|
||||
print: false
|
||||
theme_file: theme-blue.css
|
||||
# only use suffix if you need to force index.html to display
|
||||
# suffix: index.html
|
||||
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
print: false
|
||||
|
||||
floating_nav: true
|
||||
|
||||
# suffix: index.html
|
||||
|
||||
exclude:
|
||||
- _drafts
|
||||
- bower_components
|
||||
- .idea
|
||||
- _site
|
||||
|
||||
permalink: :title
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
defaults:
|
||||
-
|
||||
@ -72,18 +59,3 @@ defaults:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "tooltips"
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: true
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
Reference in New Issue
Block a user