@@ -3,22 +3,22 @@ repository: tomjoht/documentation-theme-jekyll
33output : web
44# this property is useful for conditional filtering of content that is separate from the PDF.
55
6- topnav_title : Jekyll Documentation Theme
6+ topnav_title : UIUDH Documentation
77# this appears on the top navigation bar next to the home button
88
9- site_title : Jekyll theme for documentation
9+ site_title : Documentation for UIU Developers Hub
1010# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
1111
12- company_name : Copyright 2021 Google LLC
12+ company_name : Copyright 2022 United International University
1313# this appears in the footer
1414
15- github_editme_path : tomjoht/documentation-theme-jekyll/blob/gh-pages/
15+ github_editme_path :
1616# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
1717
1818# gitlab_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
1919# if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
2020
21- google_analytics : UA-66296557-1
21+ google_analytics :
2222# if you have google-analytics ID, put it in. if not, edit this value to blank.
2323
2424host : 127.0.0.1
@@ -38,7 +38,7 @@ feedback_subject_line: Jekyll documentation theme
3838feedback_email : tomjoht@gmail.com
3939# used as a contact email for the Feedback link in the top navigation bar
4040
41- # feedback_disable: true
41+ feedback_disable : true
4242# if you uncomment the previous line, the Feedback link gets removed
4343
4444# feedback_text: "Need help?"
@@ -71,10 +71,10 @@ defaults:
7171 type : " pages"
7272 values :
7373 layout : " page"
74- comments : true
74+ comments : false
7575 # if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
7676 search : true
77- sidebar : home_sidebar
77+ # sidebar: home_sidebar
7878 topnav : topnav
7979 -
8080 scope :
@@ -94,7 +94,7 @@ defaults:
9494 comments : true
9595 # if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
9696 search : true
97- sidebar : home_sidebar
97+ # sidebar: home_sidebar
9898 topnav : topnav
9999
100100# these are defaults used for the frontmatter for these file types
0 commit comments