starters(academic): switch from Avatar block to Biography block

This commit is contained in:
George Cushen 2023-04-20 22:02:49 +01:00
commit 859b574642
3 changed files with 4 additions and 5 deletions

View file

@ -35,13 +35,12 @@ sections:
gradient_end: '#1976d2' gradient_end: '#1976d2'
gradient_start: '#004ba0' gradient_start: '#004ba0'
text_color_light: true text_color_light: true
- block: about.avatar - block: about.biography
id: about id: about
content: content:
title: Biography
# Choose a user profile to display (a folder name within `content/authors/`) # Choose a user profile to display (a folder name within `content/authors/`)
username: admin username: admin
# Override your bio text from `authors/admin/_index.md`?
text:
- block: features - block: features
content: content:
title: Skills title: Skills

View file

@ -6,5 +6,5 @@ require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20221127215619-58b270a3e103 github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230420205746-951c7b6f709d
) )

View file

@ -3,7 +3,7 @@
publish = "public" publish = "public"
[build.environment] [build.environment]
HUGO_VERSION = "0.108.0" HUGO_VERSION = "0.111.3"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.production.environment] [context.production.environment]