-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
25 lines (21 loc) · 794 Bytes
/
_pkgdown.yml
File metadata and controls
25 lines (21 loc) · 794 Bytes
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
url: https://dalyanalytics.github.io/avilistr/
home:
title: Access and Work with the AviList Global Avian Checklis
authors:
Jasmine Daly:
href: https://www.dalyanalytics.com/
template:
bootstrap: 5
light-switch: true
bootswatch: cosmo
includes:
before_body: |
<style>
.navbar {background: linear-gradient(-45deg, #F9B397, #D68A93, #AD92B1, #B07891); background-size: 200% 100%; animation: gradient 15s ease infinite;}
@keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; }}
.navbar-nav .nav-link {color: white;}
</style>
bslib:
base_font: {google: "Manrope"}
heading_font: {google: "Frank Ruhl Libre"}
code_font: {google: "JetBrains Mono"}