Skip to content

Commit b8dbf75

Browse files
committed
fixing docs display
1 parent a3e1a1e commit b8dbf75

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

docs/_config.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Welcome to Jekyll!
22
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely edit after that. If you find
5-
# yourself editing this file very often, consider using Jekyll's data files
6-
# feature for the data you need to update frequently.
7-
#
83
# For technical reasons, this file is *NOT* reloaded automatically when you use
94
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
105
#
@@ -19,13 +14,13 @@
1914
# in the templates via {{ site.myvariable }}.
2015

2116
title: InterSystems ObjectScript for VS Code
22-
17+
2318
description: >- # this means to ignore newlines until "baseurl:"
2419
InterSystems ObjectScript language support for Visual Studio Code.
25-
baseurl: "" # the subpath of your site, e.g. /blog
26-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
27-
twitter_username: ""
28-
github_username: ""
20+
baseurl: "/vscode-objectscript" # the subpath of your site, e.g. /blog
21+
url: "https://intersystems-community.github.io" # the base hostname & protocol for your site, e.g. http://example.com
22+
# twitter_username: ""
23+
# github_username: ""
2924

3025
# Build settings
3126
# theme: "just-the-docs"

0 commit comments

Comments
 (0)