Browse code

Removed unused vignette from pkgdown build

Federico Marini authored on 04/12/2019 18:23:01
Showing 1 changed files
... ...
@@ -29,9 +29,6 @@ navbar:
29 29
       - text: |
30 30
           The `GeneTonic` User's Guide
31 31
         href: articles/GeneTonic_manual.html
32
-      - text: |
33
-          The `GeneTonic` Functionality, as it comes along
34
-        href: articles/functionality_and_more.html
35 32
     news:
36 33
       text: Changelog
37 34
       href: news/index.html
Browse code

Added pkgdown config

Federico Marini authored on 11/11/2019 09:39:03
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
1
+authors:
2
+  Federico Marini:
3
+    href: https://federicomarini.github.io
4
+
5
+template:
6
+  params:
7
+    bootswatch: cosmo
8
+
9
+navbar:
10
+  structure:
11
+    left:
12
+    - home
13
+    - intro
14
+    - reference
15
+    - articles
16
+    - tutorials
17
+    - news
18
+    right: github
19
+  components:
20
+    home:
21
+      icon: fa-home fa-lg
22
+      href: index.html
23
+    reference:
24
+      text: Reference
25
+      href: reference/index.html
26
+    articles:
27
+      text: Articles
28
+      menu:
29
+      - text: |
30
+          The `GeneTonic` User's Guide
31
+        href: articles/GeneTonic_manual.html
32
+      - text: |
33
+          The `GeneTonic` Functionality, as it comes along
34
+        href: articles/functionality_and_more.html
35
+    news:
36
+      text: Changelog
37
+      href: news/index.html
38
+    github:
39
+      icon: fab fa-github fa-lg
40
+      href: https://github.com/federicomarini/GeneTonic