Skip to content

Commit adc8e14

Browse files
author
lper0012
committed
testing logos -5
1 parent d2d2564 commit adc8e14

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

_output.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@ bookdown::bs4_book:
22
include:
33
before_body: title.html
44
css: style.css
5-
config:
6-
toc:
7-
after: |
8-
<a href="https://www.example.com/">
9-
<img src="Sydney_informatics_hub_logo.png" width="280" alt="Logo">
10-
</a>
11-
<li><a href="./">An example Resource</a></li>
12-
# includes:
13-
# in_header: custom-header.html
14-
# before_body: custom.js
15-
# includes:
16-
# in_header: custom.js
175
theme:
186
primary: "green"
197
repo: https://github.com/MonashBioinformaticsPlatform/Functional_Enrichment_BioCommons_2024
@@ -24,13 +12,4 @@ bookdown::pdf_book:
2412
latex_engine: xelatex
2513
citation_package: natbib
2614
keep_tex: yes
27-
bookdown::epub_book: default
28-
bookdown::gitbook:
29-
css: style.css
30-
config:
31-
toc:
32-
after: |
33-
<a href="https://www.example.com/">
34-
<img src="Sydney_informatics_hub_logo.png" width="280" alt="Logo">
35-
</a>
36-
<li><a href="./">An example Resource</a></li>
15+
bookdown::epub_book: default

index.Rmd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ author: "Australian Biocommons, Sydney Informatics Hub (USYD) and Monash Genomic
44
date: "Compiled: `r format(Sys.Date(), '%B %d, %Y')`"
55
site: bookdown::bookdown_site
66
output: bookdown::bs4_book
7-
config:
8-
toc:
9-
after: |
10-
<a href="https://www.example.com/">
11-
<img src="Sydney_informatics_hub_logo.png" width="280" alt="Logo">
12-
</a>
13-
<li><a href="./">An example Resource</a></li>
147
documentclass: book
158
bibliography: [book.bib, packages.bib]
169
description: |

0 commit comments

Comments
 (0)