Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
move output into own yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Nov 22, 2018
1 parent 122079b commit 4d2dd12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
13 changes: 13 additions & 0 deletions _output.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
html_document:
toc: true
toc_depth: 3
toc_float:
collapse: false
smooth_scroll: false
theme: paper
highlight: haddock
include:
in_header: _includes/style.html
after_body: _includes/footer.html
lib_dir: site_libs
self_contained: no
15 changes: 0 additions & 15 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,3 @@ navbar:
right:
- text: "Main site"
href: "https://au-oc.github.io"

output:
html_document:
toc: true
toc_depth: 3
toc_float:
collapse: no
smooth_scroll: no
theme: paper
highlight: haddock
include:
in_header: _includes/style.html
after_body: _includes/footer.html
lib_dir: site_libs
self_contained: no

0 comments on commit 4d2dd12

Please sign in to comment.