-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
29 lines (29 loc) · 956 Bytes
/
_site.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
name: "Sequencing & Bioinformatics Resources"
navbar:
title: "The Resources"
left:
- text: "Home"
href: index.html
- text: "Workflows"
menu:
- text: "Amplicon Sequencing Worfklow"
href: amplicon_workflow.html
icon: fa-solid fa-dna
- text: "Tutorials"
menu:
- text: "Bash Basics Tutorial"
href: Basic_Bash_Tutorial.html
icon: fa-solid fa-terminal
output_dir: "."
output:
html_document:
toc: true # table of content true
toc_depth: 3 # upto three depths of headings (specified by #, ## and ###)
number_sections: true ## if you want number sections at each table header
theme: cosmo # many options for theme, see here: https://www.datadreaming.org/post/r-markdown-theme-gallery/
highlight: pygments # specifies the syntax highlighting style
code_folding: show
toc_float: true
collapsed: true
smooth_scroll: true
fontsize: 15pt