-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: put back docstring for fnl template
- Loading branch information
1 parent
f9f2bb0
commit 520921e
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
""" | ||
Quarto HTML format with FNL branding guidelines | ||
First run `ccbr_tools quarto-add fnl`, then modify the `_quarto.yml` file with the following: | ||
```yaml | ||
website: | ||
... | ||
page-footer: | ||
background: black | ||
foreground: white | ||
left: | | ||
[![](/_extensions/fnl/fnl-logo-dark.png){height=70px}](https://frederick.cancer.gov/research/science-areas/bioinformatics-and-computational-science/advanced-biomedical-computational-science) | ||
center: | | ||
Created by the | ||
[CCR Collaborative Bioinformatics Resource](https://github.com/CCBR) | ||
format: fnl-html | ||
``` | ||
""" |