Skip to content

Commit 9cac8a3

Browse files
author
Tony Wasserka
committed
Add logo
1 parent 0e7a639 commit 9cac8a3

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

assets/3dbrew2.png

24.7 KB
Loading

assets/scss/custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.sidebar header {
2+
.site-avatar {
3+
.site-logo {
4+
border-radius: 0%;
5+
box-shadow: none;
6+
}
7+
}
8+
}

config/_default/params.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ type = "categories"
33

44
[[widgets.page]]
55
type = "toc"
6+
7+
[sidebar.avatar]
8+
src = "3dbrew2.png"

0 commit comments

Comments
 (0)