-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
56 lines (52 loc) · 1.33 KB
/
_config.yml
File metadata and controls
56 lines (52 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
url: "https://learn2rag.de/"
#baseurl: "/"
repository: "learn2rag/learn2rag.github.io"
remote_theme: learn2rag/minimal-mistakes@4.26.2
plugins:
- jekyll-include-cache
- jekyll-remote-theme
locale: "de-DE"
title: "Learn2RAG"
subtitle: "RAG-Systeme in Unternehmen<br/>
Ein Forschungsprojekt zur praxisnahen Nutzung von Retrieval-Augmented Generation"
logo: "/assets/images/Learn2RAG.dark.png"
og_image: "/assets/images/Learn2RAG.dark.png"
collections:
events:
output: true
permalink: /events/:name/blog/
include: ["_pages", "_events"]
defaults:
# _pages
- scope:
path: ""
type: pages
values:
layout: single
# author_profile: true
header:
nav:
sticky: false
responsive: true
footer:
links:
- label: "Impressum"
url: "/impressum"
- label: "Downloads"
url: "/downloads"
- label: "Dokumentation"
url: "https://docs.learn2rag.de/"
- label: "Projektergebnisse"
url: "/deliverables"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/learn2rag"
- label: "LinkedIn"
icon: "fa-brands fa-linkedin"
url: "https://www.linkedin.com/company/learn2rag"
atom_feed:
hide: true
minimal_mistakes_skin: "air"
after_footer_scripts:
# Script that changes outgoing links to open in a new browser tab
- /assets/js/externalLinksHandler.js