wip: make theme workable with hugoBasicExample site
This commit is contained in:
parent
07e816219f
commit
e7b2fba1b0
24 changed files with 343 additions and 34 deletions
|
@ -26,9 +26,10 @@
|
|||
}
|
||||
|
||||
.home img {
|
||||
width: 160px;
|
||||
max-width: 50%;
|
||||
height: auto;
|
||||
width: 172px;
|
||||
height: 172px;
|
||||
background-color: #f9fafc;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.home .greeting {
|
||||
|
|
|
@ -34,6 +34,8 @@ body {
|
|||
.author-profile img {
|
||||
height: 120px;
|
||||
width: 120px;
|
||||
background-color: #f9fafc;
|
||||
padding: 5px;
|
||||
}
|
||||
.author-profile p {
|
||||
color: #8392a5;
|
||||
|
|
28
static/assets/images/default-avatar.svg
Normal file
28
static/assets/images/default-avatar.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 19 KiB |
BIN
static/assets/images/default-background.jpg
Normal file
BIN
static/assets/images/default-background.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
static/assets/images/default-hero.jpg
Normal file
BIN
static/assets/images/default-hero.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
Binary file not shown.
Before Width: | Height: | Size: 155 KiB |
Loading…
Add table
Add a link
Reference in a new issue