-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use
_brand.yml
for pkgdown (#1176)
* feat: use `_brand.yml` for pkgdown * chore: fix link color * fix Sass variable names * chore: update comment
- Loading branch information
Showing
10 changed files
with
58 additions
and
46 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,30 @@ | ||
meta: | ||
name: bslib | ||
link: | ||
home: https://rstudio.github.io/bslib | ||
github: https://github.com/rstudio/bslib | ||
|
||
color: | ||
info: "#e6f2fd" | ||
|
||
typography: | ||
fonts: | ||
- family: Atkinson Hyperlegible | ||
source: google | ||
weight: [300, 400, 700] | ||
base: Atkinson Hyperlegible | ||
headings: | ||
color: "#206B72" | ||
link: | ||
color: "#216B73" | ||
decoration: underline dotted | ||
|
||
defaults: | ||
bootstrap: | ||
defaults: | ||
link-color-dark: "#cef4f9" | ||
navbar-light-bg: "#E6F2FD" | ||
navbar-dark-bg: "#333F48" | ||
# remove after r-lib/pkgdown#2847 is on CRAN | ||
pkgdown-navbar-bg: "#E6F2FD" | ||
pkgdown-navbar-bg-dark: "#333F48" |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,21 @@ | ||
{ | ||
"name": "", | ||
"short_name": "", | ||
"icons": [ | ||
{ | ||
"src": "/web-app-manifest-192x192.png", | ||
"sizes": "192x192", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
}, | ||
{ | ||
"src": "/web-app-manifest-512x512.png", | ||
"sizes": "512x512", | ||
"type": "image/png", | ||
"purpose": "maskable" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"display": "standalone" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.