-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
74 lines (66 loc) · 1.83 KB
/
_quarto.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
project:
type: website
output-dir: docs
preview:
port: 5100
website:
title: "SWINNO Codebook"
repo-url: https://github.com/swinnoproject/living_codebook
repo-actions: [edit, issue]
navbar:
right:
- about.qmd
- codebook.qmd
sidebar:
style: docked
contents:
- section: Innovation
contents:
- text: Innovation Table
href: structured/innovation.qmd
- text: Exploiter
href: structured/exploiter.qmd
- text: Origin
href: structured/origin.qmd
- text: Spin-off
href: structured/spinoff.qmd
- text: Technological Knowhow
href: structured/tech_know.qmd
- text: User Sector
href: structured/use_sector.qmd
- section: Innovation Fields
contents: structured/innovation/*qmd
- section: Entity
contents:
- text: Entity Table
href: structured/entity.qmd
- text: Innovation to Entity Table
href: structured/innovation_entity.qmd
- section: Entity Fields
contents: structured/entity/*qmd
- section: Article
contents:
- text: Article Table
href: structured/article.qmd
- text: Innovation to Article Table
href: structured/innovation_article.qmd
- section: Article Fields
contents: structured/article/*qmd
page-footer:
background: "#161324"
left: |
Copyright © 2024 [SWINNO Project](https://www.swedishinnovationdata.se)
# center:
# - href: https://github.com/swinnoproject
# icon: github
# aria-label: GitHub
right: |
[Terms and Conditions](/tscs.qmd)
format:
html:
theme: [lux, bw.scss, archivo.scss]
css: styles.css
toc: true
grid:
body-width: 750px
margin-width: 250