-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
47 lines (43 loc) · 1.28 KB
/
_pkgdown.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
38
39
40
41
42
43
44
45
46
47
template:
bootstrap: 5
bootswatch: yeti # A modern theme with clean design
bslib:
bg: "#ffffff" # Page background color
fg: "#000000" # Default text color
primary: "#007bff" # Modern blue color for links and accents
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
light-switch: true # Enable light/dark mode switching
navbar:
bg: "#007bff" # Modern blue background color
type: dark # Black text for a light-themed navbar
structure:
left: [intro, reference, articles, news]
right: [search, github, lightswitch]
components:
github:
icon: fa-github
href: https://github.com/favstats/metatargetr
aria-label: GitHub
articles:
- title: "Get Started"
contents:
- introduction
- title: "Working with Targeting Data"
contents:
- retrieving-targeting-data
- retrieve-historical-data
- retrieve-targeting-metadata
- title: "Google Transparency Integration"
contents:
- google-transparency-report
news:
one_page: true
footer:
structure:
left: developed_by
right: built_with
components:
developed_by: "Developed by Fabio Votta and Philipp Mendoza."
built_with: "Built with ❤️ and pkgdown."