version 3.0 of the theme -- complete overhaul
This commit is contained in:
63
configs/config_designers.yml
Normal file
63
configs/config_designers.yml
Normal file
@ -0,0 +1,63 @@
|
||||
# project definitions
|
||||
project: doc
|
||||
audience: designers
|
||||
product: all
|
||||
platform: all
|
||||
version: all
|
||||
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
|
||||
|
||||
# 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", "tables", "with_toc_data"]
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: true
|
||||
|
||||
|
16
configs/config_designers_pdf.yml
Normal file
16
configs/config_designers_pdf.yml
Normal file
@ -0,0 +1,16 @@
|
||||
destination: /Applications/XAMPP/xamppfiles/htdocs/documentation-theme-jekyll/designers-pdf
|
||||
url: "http://127.0.0.1:4002"
|
||||
baseurl: "/designers"
|
||||
port: 4002
|
||||
print: true
|
||||
print_title: Jekyll Documentation Theme for Designers
|
||||
print_subtitle: version 3.0
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: true
|
64
configs/config_writers.yml
Normal file
64
configs/config_writers.yml
Normal file
@ -0,0 +1,64 @@
|
||||
# project definitions
|
||||
project: doc
|
||||
audience: writers
|
||||
product: all
|
||||
platform: all
|
||||
version: all
|
||||
destination: /Applications/XAMPP/xamppfiles/htdocs/jekyll-documentation-theme/writers
|
||||
topnav_title: Jekyll Documentation Theme
|
||||
homepage_title: Jekyll Documentation Theme — Writers
|
||||
site_title: Jekyll Documentation Theme — Writers
|
||||
disqus_shortname: idrbwjekyll
|
||||
|
||||
# variables
|
||||
|
||||
sidebar_tagline: writers
|
||||
sidebar_version: version 3.0
|
||||
theme_file: theme-green.css
|
||||
|
||||
port: 4003
|
||||
exclude:
|
||||
- doc_designers*
|
||||
- configs/
|
||||
- _site
|
||||
- _drafts
|
||||
- di_multi*
|
||||
|
||||
# same for all
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
sidebar_accordion: true
|
||||
markdown: redcarpet
|
||||
print: false
|
||||
|
||||
# only use suffix if you need to force index.html to display
|
||||
# suffix: index.html
|
||||
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||
|
||||
highlighter: pygments
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: true
|
||||
|
||||
|
16
configs/config_writers_pdf.yml
Normal file
16
configs/config_writers_pdf.yml
Normal file
@ -0,0 +1,16 @@
|
||||
destination: /Applications/XAMPP/xamppfiles/htdocs/documentation-theme-jekyll/writers-pdf
|
||||
url: "http://127.0.0.1:4004"
|
||||
baseurl: "/writers"
|
||||
port: 4004
|
||||
print: true
|
||||
print_title: Jekyll Documentation Theme for Writers
|
||||
print_subtitle: version 3.0
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: true
|
Reference in New Issue
Block a user