Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit e54d1dc

Browse files
committed
Small change
1 parent 039e1e1 commit e54d1dc

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/_config.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Just the Docs
17-
description: A Jekyll theme for documentation
18-
baseurl: "" # the subpath of your site, e.g. /blog
19-
url: "https://just-the-docs.com" # the base hostname & protocol for your site, e.g. http://example.com
20-
repository: just-the-docs/just-the-docs # for github-metadata
16+
17+
title: YOUR TITLE
18+
description: YOUR DESCRIPTION
19+
theme: just-the-docs
20+
21+
# the base hostname & protocol for your site, e.g. http://example.com
22+
url: https://jernesstar.github.io/VolcanicEngine
23+
# the subpath of your site, e.g. /blog
24+
baseurl: ""
25+
repository: Jernesstar/VolcanicEngine # for github-metadata
2126

2227
permalink: pretty
2328

0 commit comments

Comments
 (0)