-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweaks to the alignstats reports and lumen theme (#203)
* rm unclear * deal with na and nan * rm comments * add lumen style back, with flair * rm the is.nan() call b/c is.na() apparently treats NaN as NA. shrug
- Loading branch information
Showing
5 changed files
with
84 additions
and
94 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 |
---|---|---|
@@ -1,20 +1,26 @@ | ||
brand: | ||
logo: | ||
medium: https://raw.githubusercontent.com/pdimens/harpy/docs/static/logo_report.png | ||
logo: | ||
medium: https://raw.githubusercontent.com/pdimens/harpy/docs/static/favicon_report.svg | ||
execute: | ||
echo: false | ||
warning: false | ||
embed-resources: true | ||
format: | ||
format: | ||
dashboard: | ||
theme: materia | ||
theme: | ||
- lumen | ||
- harpy.scss | ||
scrolling: true | ||
expandable: false | ||
logo: https://raw.githubusercontent.com/pdimens/harpy/docs/static/logo_report.png | ||
logo: https://raw.githubusercontent.com/pdimens/harpy/docs/static/favicon_report.svg | ||
nav-buttons: | ||
- icon: book-half | ||
href: https://pdimens.github.io/harpy | ||
- icon: bug | ||
href: https://github.com/pdimens/harpy/issues/new/choose | ||
- icon: code-slash | ||
href: https://github.com/pdimens/harpy | ||
href: https://github.com/pdimens/harpy | ||
include-in-header: | ||
text: | | ||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/pdimens/harpy/docs/static/favicon_report.svg" /> | ||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/pdimens/harpy/docs/static/favicon_report.svg"> |
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
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,17 @@ | ||
/*-- scss:defaults --*/ | ||
$navbar-bg: #f4f4f4; | ||
$navbar-fg: #3d3d3d; | ||
|
||
// Fonts | ||
|
||
$font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !default; | ||
$font-size-root: 1rem !default; | ||
$font-weight-base: 400 !default; | ||
|
||
/*-- scss:rules --*/ | ||
// Variables | ||
|
||
$web-font-path: "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" !default; | ||
@if $web-font-path { | ||
@import url($web-font-path); | ||
} |
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