removing gh-pages branch and putting everything in master
This commit is contained in:
93
configs/config_designer.yml
Normal file
93
configs/config_designer.yml
Normal file
@ -0,0 +1,93 @@
|
||||
# the audience for this site. even if you're not single sourcing, you still need to define an audience here.
|
||||
audience: designer
|
||||
|
||||
# your project's title. appears in the top nav home button.
|
||||
title: Jekyll for Designers 2.0
|
||||
|
||||
# currently the version is used only in the print cover
|
||||
version: 2.0
|
||||
|
||||
# appears above the sidebar (optional)
|
||||
tagline: Guide for designers
|
||||
|
||||
# the base hostname & protocol for your site (everything at the .com or .org and before)
|
||||
url: "http://idratherbewriting.com"
|
||||
|
||||
# the subpath of your site. If you're publishing to the root directory, just type "". Usually set this as your project name.
|
||||
baseurl: "/documentation-theme-jekyll/designer"
|
||||
|
||||
# this is how you will preview the site on your local machine. leave as is.
|
||||
host: 127.0.0.1
|
||||
|
||||
# specified here in case you have multiple sites and want to view them simultaneously in different tabs (you'll need different ports)
|
||||
port: 4007
|
||||
|
||||
# whether you want the sidebar to use an accordion, such that other sections collapse when one expands.
|
||||
sidebar_accordion: true
|
||||
|
||||
# Disqus shortname for commenting features. leave blank if you don't want a comment form.
|
||||
disqus_shortname: idrbwjekyll
|
||||
|
||||
# Insert your google analytics tracking number. leave blank if you don't want google analytics integration.
|
||||
google_analytics: UA-408430-5
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
highlighter: rouge
|
||||
|
||||
# put all files or directories that you want to exclude from your project here.
|
||||
exclude:
|
||||
- _drafts
|
||||
- bower_components
|
||||
- .idea
|
||||
- _site
|
||||
|
||||
# these are defaults that get applied to each page or post's frontmatter. leave as is.
|
||||
permalink: :title
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "tooltips"
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
# this enables the tooltip collection.
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
# this enables the tooltip collection.
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
# if you want to show a label on each page indicating the audience that can see the content, put true here.
|
||||
show_audience_label: true
|
||||
|
||||
# is this a print build? if so, put true. otherwise, false.
|
||||
print: false
|
79
configs/config_designer_print.yml
Normal file
79
configs/config_designer_print.yml
Normal file
@ -0,0 +1,79 @@
|
||||
# the audience for this site. even if you're not single sourcing, you still need to define an audience here.
|
||||
audience: designer
|
||||
|
||||
# your project's title. appears in the top nav home button.
|
||||
title: Jekyll for Designers 2.0
|
||||
|
||||
# currently the version is used only in the print cover
|
||||
version: 2.0
|
||||
|
||||
# appears above the sidebar (optional)
|
||||
tagline: Guide for designers
|
||||
|
||||
# the base hostname & protocol for your site (everything at the .com or .org and before)
|
||||
url: "http://idratherbewriting.com"
|
||||
|
||||
# the subpath of your site. If you're publishing to the root directory, just type "". Usually set this as your project name.
|
||||
baseurl: "/documentation-theme-jekyll/designer"
|
||||
|
||||
# this is how you will preview the site on your local machine. leave as is.
|
||||
host: 127.0.0.1
|
||||
|
||||
# specified here in case you have multiple sites and want to view them simultaneously in different tabs (you'll need different ports)
|
||||
port: 4005
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
highlighter: rouge
|
||||
|
||||
# put all files or directories that you want to exclude from your project here.
|
||||
exclude:
|
||||
- _drafts
|
||||
- bower_components
|
||||
- .idea
|
||||
- _site
|
||||
|
||||
# these are defaults that get applied to each page or post's frontmatter. note that the default layout for pages is page_print instead of page.
|
||||
permalink: :title
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "tooltips"
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
# this enables the tooltip collection.
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
# if you want to show a label on each page indicating the audience that can see the content, put true here.
|
||||
show_audience_label: false
|
||||
|
||||
# is this a print build? if so, put true. otherwise, false.
|
||||
print: true
|
88
configs/config_writer.yml
Normal file
88
configs/config_writer.yml
Normal file
@ -0,0 +1,88 @@
|
||||
# the audience for this site. even if you're not single sourcing, you still need to define an audience here.
|
||||
audience: writer
|
||||
|
||||
# your project's title. appears in the top nav home button.
|
||||
title: Jekyll for Technical Writers 2.0
|
||||
|
||||
# currently the version is used only in the print cover
|
||||
version: 2.0
|
||||
|
||||
# appears above the sidebar (optional)
|
||||
tagline: Guide for technical writers
|
||||
|
||||
# the base hostname & protocol for your site (everything at the .com or .org and before)
|
||||
url: "http://idratherbewriting.com"
|
||||
|
||||
# the subpath of your site. If you're publishing to the root directory, just type "". Usually set this as your project name.
|
||||
baseurl: "/documentation-theme-jekyll/writer"
|
||||
|
||||
# this is how you will preview the site on your local machine. leave as is.
|
||||
host: 127.0.0.1
|
||||
|
||||
# specified here in case you have multiple sites and want to view them simultaneously in different tabs (you'll need different ports)
|
||||
port: 4008
|
||||
|
||||
# whether you want the sidebar to use an accordion, such that other sections collapse when one expands.
|
||||
sidebar_accordion: true
|
||||
|
||||
# Disqus shortname for commenting features. leave blank if you don't want a comment form.
|
||||
disqus_shortname: idrbwjekyll
|
||||
|
||||
# Insert your google analytics tracking number. leave blank if you don't want google analytics integration.
|
||||
google_analytics: UA-408430-5
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
highlighter: rouge
|
||||
|
||||
# put all files or directories that you want to exclude from your project here.
|
||||
exclude:
|
||||
- _drafts
|
||||
- bower_components
|
||||
- .idea
|
||||
- _site
|
||||
|
||||
# this enables the tooltip collection.
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
# these are defaults that get applied to each page or post's frontmatter. leave as is.
|
||||
permalink: :title
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "tooltips"
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
# if you want to show a label on each page indicating the audience that can see the content, put true here.
|
||||
show_audience_label: true
|
||||
|
||||
# is this a print build? if so, put true. otherwise, false.
|
||||
print: false
|
79
configs/config_writer_print.yml
Normal file
79
configs/config_writer_print.yml
Normal file
@ -0,0 +1,79 @@
|
||||
# the audience for this site. even if you're not single sourcing, you still need to define an audience here.
|
||||
audience: writer
|
||||
|
||||
# your project's title. appears in the top nav home button.
|
||||
title: Jekyll for Technical Writers 2.0
|
||||
|
||||
# currently the version is used only in the print cover
|
||||
version: 2.0
|
||||
|
||||
# appears above the sidebar (optional)
|
||||
tagline: Guide for technical writers
|
||||
|
||||
# the base hostname & protocol for your site (everything at the .com or .org and before)
|
||||
url: "http://idratherbewriting.com"
|
||||
|
||||
# the subpath of your site. If you're publishing to the root directory, just type "". Usually set this as your project name.
|
||||
baseurl: "/documentation-theme-jekyll/writer"
|
||||
|
||||
# this is how you will preview the site on your local machine. leave as is.
|
||||
host: 127.0.0.1
|
||||
|
||||
# specified here in case you have multiple sites and want to view them simultaneously in different tabs (you'll need different ports)
|
||||
port: 4005
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
||||
highlighter: rouge
|
||||
|
||||
# put all files or directories that you want to exclude from your project here.
|
||||
exclude:
|
||||
- _drafts
|
||||
- bower_components
|
||||
- .idea
|
||||
- _site
|
||||
|
||||
# these are defaults that get applied to each page or post's frontmatter. note that the default layout for pages is page_print instead of page.
|
||||
permalink: :title
|
||||
defaults:
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "posts"
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "tooltips"
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
# this enables the tooltip collection.
|
||||
collections:
|
||||
tooltips:
|
||||
output: true
|
||||
|
||||
# if you want to show a label on each page indicating the audience that can see the content, put true here.
|
||||
show_audience_label: false
|
||||
|
||||
# is this a print build? if so, put true. otherwise, false.
|
||||
print: true
|
Reference in New Issue
Block a user