diff _site.yml @ 4:b3e5f4753856 draft

planemo upload commit 104ae24ee30761a0099eeb91362ed1e3e13aba4b-dirty
author mingchen0919
date Tue, 01 May 2018 11:20:13 -0400
parents
children cf3fde5d0834
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_site.yml	Tue May 01 11:20:13 2018 -0400
@@ -0,0 +1,19 @@
+name: "Aurora Tool Website"
+output_dir: "."
+navbar:
+    title: "Aurora Tool"
+    type: inverse
+    left:
+        - text: "Job 1"
+          href: 01_rmarkdown.html
+        - text: "Job 2"
+          menu:
+            - text: "Sub-job 1"
+              href: 02_rmarkdown.html
+            - text: "Sub-job 2"
+              href: 03_rmarkdown.html
+
+output:
+  html_document:
+    theme: cosmo
+    highlight: textmate
\ No newline at end of file