mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
starters: redesign of Minimal template
This commit is contained in:
parent
378aa6124f
commit
4f9bb2bb82
5 changed files with 18 additions and 8 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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: ""
|
||||
---
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue