Skip to content

Commit 1935cbb

Browse files
authored
feat(webpage): Add QA submissions (#301)
* feat(webpage): Add QA submissions * feat(submission): Update submission instruction * feat: Update website * feat(submission): Add description how to add dataset * feat: Update submissions * feat: Add T5 inference results
1 parent ed47c0c commit 1935cbb

26 files changed

Lines changed: 259 additions & 599 deletions

webpage/config.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
baseURL = "https://embeddings.ml"
1+
baseURL = "http://lepiszcze.clarin-pl.eu"
22
languageCode = "en-us"
33
title = "Clarin-PL Embeddigs Library"
4-
theme = "hugo-geekdoc"
4+
theme = "hugo-geekdoc"
5+
pygmentsCodeFences = true
6+
pygmentsUseClasses = false
7+
8+
[markup]
9+
defaultMarkdownHandler = 'goldmark'
10+
[markup.goldmark]
11+
[markup.goldmark.renderer]
12+
unsafe = true

0 commit comments

Comments
 (0)