diff --git a/dev/CODE_OF_CONDUCT.html b/dev/CODE_OF_CONDUCT.html index 8ca5140..7626752 100644 --- a/dev/CODE_OF_CONDUCT.html +++ b/dev/CODE_OF_CONDUCT.html @@ -1,11 +1,5 @@ -Contributor Covenant Code of Conduct • taylor +Contributor Covenant Code of Conduct • taylor Skip to contents diff --git a/dev/CONTRIBUTING.html b/dev/CONTRIBUTING.html index 6b93213..4ebbadd 100644 --- a/dev/CONTRIBUTING.html +++ b/dev/CONTRIBUTING.html @@ -1,11 +1,5 @@ -Contributing to taylor • taylor +Contributing to taylor • taylor Skip to contents diff --git a/dev/LICENSE-text.html b/dev/LICENSE-text.html index 7be6f33..c5e1f68 100644 --- a/dev/LICENSE-text.html +++ b/dev/LICENSE-text.html @@ -1,11 +1,5 @@ -License • taylor +License • taylor Skip to contents diff --git a/dev/LICENSE.html b/dev/LICENSE.html index a6030fc..9836565 100644 --- a/dev/LICENSE.html +++ b/dev/LICENSE.html @@ -1,11 +1,5 @@ -MIT License • taylor +MIT License • taylor Skip to contents diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index 50e1661..0b08e85 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/index.html b/dev/articles/index.html index 09c3dea..30254c9 100644 --- a/dev/articles/index.html +++ b/dev/articles/index.html @@ -1,11 +1,5 @@ -Articles • taylor +Articles • taylor Skip to contents diff --git a/dev/articles/lyrics.html b/dev/articles/lyrics.html index 0ae0708..44e7e4e 100644 --- a/dev/articles/lyrics.html +++ b/dev/articles/lyrics.html @@ -29,14 +29,6 @@ - - Skip to contents @@ -113,8 +105,6 @@ list-column.

 library(taylor)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 library(dplyr)
 
 track_lyrics <- taylor_album_songs %>%
diff --git a/dev/articles/palettes.html b/dev/articles/palettes.html
index b3fbb63..9ae87f8 100644
--- a/dev/articles/palettes.html
+++ b/dev/articles/palettes.html
@@ -29,14 +29,6 @@
 
 
 
-
-
 
 
     Skip to contents
@@ -121,8 +113,6 @@ 

Creating palettes
 library(taylor)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 
 my_pal <- color_palette(c("firebrick", "turquoise", "#0051ba"))
 my_pal
diff --git a/dev/articles/plotting.html b/dev/articles/plotting.html
index 28e5e94..975e17f 100644
--- a/dev/articles/plotting.html
+++ b/dev/articles/plotting.html
@@ -29,14 +29,6 @@
 
 
 
-
-
 
 
     Skip to contents
@@ -141,8 +133,6 @@ 

Discrete scalesevermore.

 library(taylor)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
 library(ggplot2)
 
 evermore <- subset(taylor_album_songs, album_name == "evermore")
diff --git a/dev/articles/taylor.html b/dev/articles/taylor.html
index 93852a5..a18560e 100644
--- a/dev/articles/taylor.html
+++ b/dev/articles/taylor.html
@@ -29,14 +29,6 @@
 
 
 
-
-
 
 
     Skip to contents
@@ -115,9 +107,7 @@
 

This document introduces you to taylor’s functionality, and shows you how to use them to learn about Taylor Swift’s music.

-library(taylor)
-#> Error in get(paste0(generic, ".", class), envir = get_method_env()) : 
-#>   object 'type_sum.accel' not found
+library(taylor)

I trace the evidence

diff --git a/dev/authors.html b/dev/authors.html index 5174d88..5c48485 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -1,11 +1,5 @@ -Authors and Citation • taylor +Authors and Citation • taylor Skip to contents diff --git a/dev/extra.css b/dev/extra.css index dde79d3..6b29279 100644 --- a/dev/extra.css +++ b/dev/extra.css @@ -1,22 +1,22 @@ :root { - --nav-bkg: #1C160F; /* nav bar background */ - --nav-link: #ADA795; /* nav bar link color */ - --nav-higl: #ADA795; /* nav hover background */ + --nav-bkg: #000000; /* nav bar background */ + --nav-link: #FFFFFF; /* nav bar link color */ + --nav-higl: #FFFFFF; /* nav hover background */ - --sdb-link: #1C160F; /* hyperlinks in sidebar */ - --sdb-hover: #635B3A; /* hyperlink hover in sidebar*/ + --sdb-link: #6a80b7; /* hyperlinks in sidebar */ + --sdb-hover: #c1dee4; /* hyperlink hover in sidebar*/ --sdb-roles: #00000094; /* author roles */ - --pg-header: #1C160F; /* heading color & text links */ - --text-link: #3F3824; /* hyperlinks in text */ - --a-hover: #635B3A; /* hyperlink hover */ + --pg-header: #000000; /* heading color & text links */ + --text-link: #5c3e42; /* hyperlinks in text */ + --a-hover: #e69fb1; /* hyperlink hover */ - --btn-color: #1C160F; /* copy button color */ - --btn-hover: #635B3A; /* copy button hover */ + --btn-color: #000000; /* copy button color */ + --btn-hover: #c9bccd; /* copy button hover */ - --toc-active: #ADA795; /* background color for active TOC */ - --toc-hover: #ADA795; /* background color for hover TOC */ - --toc-htext: #1C160F; /* color of TOC hover text (default to --nav-bkg */ + --toc-active: #dde9c3; /* background color for active TOC */ + --toc-hover: #dde9c3; /* background color for hover TOC */ + --toc-htext: #000000; /* color of TOC hover text (default to --nav-bkg) */ } @@ -32,6 +32,39 @@ a.anchor { } +/* Home page ---------------------------------------------------------------- */ +.template-home { + .page-header { + display: flex; + gap: 1rem; + align-items: center; + min-height: 0; + margin: 2rem 0; + padding: 2rem 0; + border-bottom: 1px solid $faint-border; + + h1 {margin-top: 0rem} + + @include media-breakpoint-down(sm) { + margin: 0.5rem 0; + padding: 0.5rem 0; + } + } + img.logo { + margin-left: 0; + + @include media-breakpoint-down(sm) { + width: 100px; + } + } +} + + +figcaption { + display: none; +} + + /* Navbar ------------------------------------------------------------------- */ /* Navbar color */ .bg-light { @@ -44,13 +77,13 @@ a.anchor { } /* active nav links */ -.navbar-light .navbar-nav .active>.nav-link { +.navbar-nav .active>.nav-link { background: var(--nav-link); color: var(--nav-bkg) !important; } /* inactive nav links hover */ -.navbar-light .navbar-nav .nav-item>.nav-link:hover { +.navbar-nav .nav-item>.nav-link:hover { background: var(--nav-higl); color: var(--nav-bkg) !important; } @@ -91,7 +124,7 @@ li.nav-item { } /* Collapsible menu button on mobile */ -.navbar-light .navbar-toggler { +.navbar-toggler { border-color: var(--nav-bkg); color: var(--nav-higl); } diff --git a/dev/favicon-96x96.png b/dev/favicon-96x96.png new file mode 100644 index 0000000..32d30fc Binary files /dev/null and b/dev/favicon-96x96.png differ diff --git a/dev/favicon.ico b/dev/favicon.ico index 19f3e0c..41a915c 100644 Binary files a/dev/favicon.ico and b/dev/favicon.ico differ diff --git a/dev/favicon.svg b/dev/favicon.svg new file mode 100644 index 0000000..709f049 --- /dev/null +++ b/dev/favicon.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index 804a12e..7c08a2d 100644 --- a/dev/index.html +++ b/dev/index.html @@ -5,7 +5,7 @@ -Taylor Swift song data • taylor +Lyrics and Song Data for Taylor Swift's Discography • taylor @@ -19,7 +19,7 @@ - + @@ -27,14 +27,6 @@ - - Skip to contents @@ -92,11 +84,15 @@
- +
-

Overview Hex logo for the taylor R package +

Overview

The goal of taylor is to provide easy access to a curated data set of Taylor Swift songs, including lyrics and audio characteristics. Data comes Genius and the Spotify API.

GIF of Taylor saying “yes”