Skip to content

Commit

Permalink
add favicon using pckgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ramarty committed Dec 7, 2023
1 parent ce8739a commit caedb63
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# blackmarbler <img src="man/figures/hex.png" align="right" width="200" />
# blackmarbler <img src="man/figures/logo.png" align="right" width="200" />

<!-- badges: start -->

Expand Down
Binary file removed man/figures/favicon.ico
Binary file not shown.
File renamed without changes
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions readme_figures/build_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ if(F){

roxygen2::roxygenise("~/Documents/Github/blackmarbler")

pkgdown::build_favicons(pkg = "~/Documents/Github/blackmarbler",
overwrite = FALSE)

pkgdown::clean_site()

usethis::use_pkgdown()
Expand Down
2 changes: 1 addition & 1 deletion readme_figures/make_hex.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if(T){
l_x = 0.93,
l_width = 3,
l_height = 3,
filename="~/Documents/Github/blackmarbler/man/figures/hex.png")
filename="~/Documents/Github/blackmarbler/man/figures/logo.png")

# sticker(p,
# package="blackmarblepy",
Expand Down

0 comments on commit caedb63

Please sign in to comment.