-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
executable file
·37 lines (37 loc) · 1.06 KB
/
_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
30
31
32
33
34
35
36
37
name: "Marine Energy Environmental Toolkit"
navbar:
title: <a class="navbar-brand" href="index.html"><img src="images/logo-horizontal-white.svg" width="190px" height="24px" class="d-inline-block align-text-top"></a>
type: default
left:
- text: "Reporting Tool"
#icon: fa-institution
icon: fa-file-medical-alt
href: https://shiny.marineenergy.app/report-v2
- text: "Regulations"
icon: fa-institution
href: regs.html
- text: "More"
menu:
- text: "Interactions"
#icon: fa-gears
href: env.html
- text: "About"
href: about.html
- text: "FAQ"
href: faq.html
- text: "Report a Bug"
href: __js-replace_by_bug-url__.html # see regs-state.Rmd for js script to replace
output:
html_document:
theme:
version: 4
bg: "#FFFFFF"
fg: "#08274D"
navbar-bg: "#08274D"
navbar-fg: "FFFFFF"
css: libs/styles.css
mathjax: null
include:
in_header: "_header.html"
after_body: "_footer.html"
output_dir: "."