Skip to content

Commit 47d3297

Browse files
authored
[MNT] configures _config.yml to serve to GitHub pages (#7)
configures `_config.yml` to serve to GitHub pages
1 parent 5f411ac commit 47d3297

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@ title: German Center for Open Source AI Software Research
22
33
description: Non-profit open source AI software for the D&EU tech landscape, and supporting openly/publicly governed open source.
44

5+
# Root URL of GitHub Pages site
6+
url: "https://gc-os-ai.github.io"
7+
baseurl: ""
8+
9+
# Permalink setting
510
permalink: /:name
611

12+
# Collections
713
collections:
814
involvement_opportunities:
915
permalink: /:url
1016
projects:
1117
ouput: true
1218

19+
# Plugins
1320
plugins:
1421
- jemoji

0 commit comments

Comments
 (0)