We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_config.yml
1 parent 5f411ac commit 47d3297Copy full SHA for 47d3297
_config.yml
@@ -2,13 +2,20 @@ title: German Center for Open Source AI Software Research
2
email: [email protected]
3
description: Non-profit open source AI software for the D&EU tech landscape, and supporting openly/publicly governed open source.
4
5
+# Root URL of GitHub Pages site
6
+url: "https://gc-os-ai.github.io"
7
+baseurl: ""
8
+
9
+# Permalink setting
10
permalink: /:name
11
12
+# Collections
13
collections:
14
involvement_opportunities:
15
permalink: /:url
16
projects:
17
ouput: true
18
19
+# Plugins
20
plugins:
21
- jemoji
0 commit comments