starters: redesign of Minimal template

This commit is contained in:
Geo 2022-04-23 15:11:29 +01:00
commit 4f9bb2bb82
5 changed files with 18 additions and 8 deletions

View file

@ -16,6 +16,13 @@ ul.network-icon .big-icon {
font-size: 1.5rem;
}
.network-icon li {
@include media-breakpoint-down(sm) {
/* Min 48px Lighthouse tap targets on mobile */
margin-right: 12px;
}
}
.dark .portrait-title h3 {
color: rgba(255, 255, 255, 0.9);
font-weight: bold;

View file

@ -21,8 +21,8 @@ removePathAccents: true
module:
imports:
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
# - path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5
############################
## ADVANCED

View file

@ -19,7 +19,7 @@ status:
# url: ""
# Short bio (displayed in user profile at end of posts)
bio: My research interests include distributed robotics, mobile computing and programmable matter.
bio: ''
# Social/Academic Networking
# For available icons, see: https://wowchemy.com/docs/getting-started/page-builder/#icons
@ -53,8 +53,6 @@ social:
icon_pack: fas
label: View Resume
link: uploads/resume.pdf
# Enter email to display Gravatar (if Gravatar enabled in Config)
#email: ""
---

View file

@ -2,7 +2,4 @@ module github.com/wowchemy/starter-minimal
go 1.14
require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220412113704-f6b6d736055b // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220412113704-f6b6d736055b // indirect
)
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220421125247-378aa6124fa1 // indirect

View file

@ -8,10 +8,18 @@ footer {
footer p {
font-size: 0.75rem;
text-align: center;
@include media-breakpoint-down(sm) {
/* 12px is min size required by Lighthouse on mobile */
font-size: 12px;
}
}
footer .powered-by {
font-size: 0.67rem;
@include media-breakpoint-down(sm) {
/* 12px is min size required by Lighthouse on mobile */
font-size: 12px;
}
}
.site-footer {