Skip to content

Commit 4821611

Browse files
committed
Adjusted _config.yml for tutorial
1 parent 1fc3fce commit 4821611

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
repository: tomjoht/documentation-theme-jekyll
1+
repository: vda-lab/visualisation-tutorial
22

33
output: 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: Data Visualisation Tutorial
77
# this appears on the top navigation bar next to the home button
88

9-
site_title: Jekyll theme for documentation
9+
site_title: Data Visualisation Tutorial
1010
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
1111

12-
company_name: Your company
12+
company_name: Visual Data Analysis Lab
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

2424
host: 127.0.0.1
@@ -33,12 +33,12 @@ exclude:
3333
- vendor
3434
# these are the files and directories that jekyll will exclude from the build
3535

36-
feedback_subject_line: Jekyll documentation theme
36+
feedback_subject_line: Data Visualisation Tutorial
3737

38-
feedback_email: [email protected]
38+
feedback_email: [email protected]
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,7 +71,7 @@ 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
7777
sidebar: home_sidebar
@@ -91,7 +91,7 @@ defaults:
9191
type: "posts"
9292
values:
9393
layout: "post"
94-
comments: true
94+
comments: false
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
9797
sidebar: home_sidebar
@@ -106,7 +106,7 @@ sidebars:
106106
- product2_sidebar
107107
- other
108108

109-
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
109+
description: "Data visualisation tutorial, focussing on vega, vega-lite and holoviz"
110110
# the description is used in the feed.xml file
111111

112112
# needed for sitemap.xml file only

0 commit comments

Comments
 (0)