fixes typo in vignette's file name.
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+site_name: RSeqAn |
|
2 |
+site_author: August Guang |
|
3 |
+repo_url: https://github.com/compbiocore/RSeqAn |
|
4 |
+site_description: Documentation for Bioconductor package RSeqAn. |
|
5 |
+site_url: https://compbiocore.github.io/RSeqAn #this is the main site! |
|
6 |
+ |
|
7 |
+theme: |
|
8 |
+ name: material |
|
9 |
+ palette: |
|
10 |
+ primary: 'blue grey' |
|
11 |
+ accent: 'indigo' |
|
12 |
+ logo: images/cbc-logo.svg |
|
13 |
+ |
|
14 |
+extra_css: |
|
15 |
+ - styles/dark_mode.css |
|
16 |
+ |
|
17 |
+markdown_extensions: |
|
18 |
+ - extra |
|
19 |
+ - tables |
|
20 |
+ - fenced_code |
|
21 |
+ - admonition |
|
22 |
+ - codehilite |
|
23 |
+ - footnotes |
|
24 |
+ |
|
25 |
+nav: |
|
26 |
+ - Home: 'index.md' |
|
27 |
+ - Vignette: 'first-example.md' |
|
0 | 28 |
\ No newline at end of file |