-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
66 lines (59 loc) · 2.49 KB
/
_pkgdown.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
#https://pkgdown.r-lib.org/articles/customise.html
#url: https://ChristinaSchmidt1.github.io/MetaProViz/
name: My Website
output_dir: docs
template:
bootstrap: 5
bootswatch: journal #https://bootswatch.com/ has different themes you can use #solar, journal
#bslib:
# bg: "#f1f4f1" # colour of page background
# fg: "black" # colour of text
# primary: "#f1f4f1" #colour of the links and the (translucent) hover colour in the navbar and sidebar.
# full list of bslib settings can be found here: https://rstudio.github.io/bslib/articles/bs5-variables.html
navbar:
bg: primary #If you want a different style you can check on bootstrap, e.g. for bootswatch: flatly = https://bootswatch.com/flatly/
structure:
left: [home, intro, articles, reference, tutorials, news] #intro: “Get Started”, which links to a vignette with the same name as the package.#reference, if there are any .Rd files. #articles, if there are any vignettes or articles.#tutorials, if there any tutorials. #news, if NEWS.md exists.
right: [search, github, homepage, homepage2]
components:
#Customize articles:
articles:
text: Tutorials
icon: fa-book-open # icons can be found here: https://fontawesome.com/icons?d=gallery
menu:
- text: Standard Metabolomics
href: articles/Standard Metabolomics.html
- text: CoRe Metabolomics
href: articles/CoRe Metabolomics.html
- text: Enrichment Analysis
href: articles/EnrichmentAnalysis.html
- text: Metadata Analysis
href: articles/Metadata Analysis.html
#customize intro:
reference:
text: Reference
icon: "fa-solid fa-rocket"
href: reference/index.html
#Customize github:
github:
icon: "fa-brands fa-github"
href: https://github.com/saezlab/MetaProViz
#Customize homepage:
homepage:
icon: "fas fa-university"
href: https://saezlab.org/
homepage2:
icon: "fas fa-university" # Add the icon you want
href: https://frezza.cecad-labs.uni-koeln.de/home
home:
sidebar:
structure: [links, citation, authors, license, funding, toc] #other options: dev, links, community
components:
links:
title: Links
text: Browse [source code](https://github.com/saezlab/MetaProViz)
funding:
title: Funding
text: We are grateful for [***SmartCare***](https://smart-care.mscoresys.de/research/computational-data-analysis)
#include:
# after_body: css/custom_styles.css # This line specifies the custom CSS file