major updates across the theme to make it more user-centered
This commit is contained in:
@@ -20,7 +20,10 @@ baseurl: "/documentation-theme-jekyll/designer"
|
||||
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
|
||||
port: 4007
|
||||
|
||||
# Add a feedback email for the top navigation bar
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
# whether you want the sidebar to use an accordion, such that other sections collapse when one expands.
|
||||
sidebar_accordion: true
|
||||
@@ -55,7 +58,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -63,7 +66,7 @@ defaults:
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -71,7 +74,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
search: true
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
@@ -21,6 +21,7 @@ host: 127.0.0.1
|
||||
|
||||
port: 4005 # specified here in case you have multiple sites and want to view them simultaneously (you'll need different ports)
|
||||
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
@@ -46,7 +47,7 @@ defaults:
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -54,7 +55,7 @@ defaults:
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -62,7 +63,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
search: true
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
@@ -31,6 +31,8 @@ disqus_shortname: idrbwjekyll
|
||||
# Insert your google analytics tracking number. leave blank if you don't want google analytics integration.
|
||||
google_analytics: UA-408430-5
|
||||
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
@@ -60,7 +62,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -68,7 +70,7 @@ defaults:
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -76,7 +78,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
search: true
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
@@ -21,6 +21,8 @@ host: 127.0.0.1
|
||||
|
||||
port: 4005 # specified here in case you have multiple sites and want to view them simultaneously (you'll need different ports)
|
||||
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
# options for the redcarpet markdown processing. leave as is, especially the "with_toc_data" or the mini-toc won't appear.
|
||||
@@ -45,7 +47,7 @@ defaults:
|
||||
values:
|
||||
layout: "page_print"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -53,7 +55,7 @@ defaults:
|
||||
values:
|
||||
layout: "post"
|
||||
comments: true
|
||||
search: include
|
||||
search: true
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
@@ -61,7 +63,7 @@ defaults:
|
||||
values:
|
||||
layout: "page"
|
||||
tooltip: true
|
||||
search: include
|
||||
search: true
|
||||
|
||||
sass:
|
||||
sass_dir: _sass
|
||||
|
||||
Reference in New Issue
Block a user