Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ project:

website:
title: "Joshua Kunst"
site-url: https://jbkunst.github.io
draft-mode: unlinked
site-url: https://jkunst.com
favicon: assets/images/jkunst-logo-dark.svg\n draft-mode: unlinked
search: false
navbar:
title: "jk"
title: false\n logo: assets/images/jkunst-logo-light.svg\n logo-alt: "Joshua Kunst"
pinned: true
right:
- text: Blog
Expand Down
13 changes: 13 additions & 0 deletions assets/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@
text-transform: lowercase;
}

#quarto-header .navbar-brand-logo,
#quarto-header .navbar-brand img {
width: 2.65rem;
height: 2.5rem;
max-height: none;
object-fit: contain;
}

body:not(.landing-page) #quarto-header .navbar-brand-logo,
body:not(.landing-page) #quarto-header .navbar-brand img {
content: url("../images/jkunst-logo-dark.svg");
}

#quarto-header .navbar-nav {
gap: .4rem;
}
Expand Down
8 changes: 8 additions & 0 deletions assets/images/jkunst-logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/images/jkunst-logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.