Skip to content
Merged
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
# MkDocs
.cache
_site
Expand Down
Binary file removed assets/images/logo-2.png
Binary file not shown.
Binary file removed assets/images/logo-2.webp
Binary file not shown.
Binary file removed assets/images/logo-dark.png
Binary file not shown.
Binary file removed assets/images/logo-square.png
Binary file not shown.
8 changes: 8 additions & 0 deletions assets/images/logo-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/logo.png
Binary file not shown.
19 changes: 19 additions & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions logo-original.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ theme:
font:
text: DM Sans
code: Roboto Mono
favicon: assets/images/logo-square.png
logo: assets/images/logo-dark.png
favicon: assets/images/logo-square.svg
logo: assets/images/logo.svg
icon:
repo: fontawesome/brands/github

Expand Down
2 changes: 1 addition & 1 deletion overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="md-grid md-typeset">
<div class="mdx-hero">
<div class="mdx-hero__image">
<img src="assets/images/logo-2.png" alt="GradleUp logo" width="360" draggable="false">
<img src="assets/images/logo.svg" alt="GradleUp logo" width="360" draggable="false">
</div>
<div class="mdx-hero__content">
<h1>GradleUp</h1>
Expand Down
Loading