module: update

This commit is contained in:
George Cushen 2020-10-21 23:38:06 +01:00
parent 328dd598a9
commit 9e4469443a
3 changed files with 5 additions and 11 deletions

View file

@ -2,10 +2,6 @@
# Display name # Display name
title: Nelson Bighetti title: Nelson Bighetti
# Username (this should match the folder name)
authors:
- admin
# Is this the primary user of the site? # Is this the primary user of the site?
superuser: true superuser: true
@ -44,7 +40,7 @@ education:
social: social:
- icon: envelope - icon: envelope
icon_pack: fas icon_pack: fas
link: '#contact' # For a direct email link, use "mailto:test@example.org". link: '/#contact' # For a direct email link, use "mailto:test@example.org".
- icon: twitter - icon: twitter
icon_pack: fab icon_pack: fab
link: https://twitter.com/GeorgeCushen link: https://twitter.com/GeorgeCushen

4
go.mod
View file

@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15 go 1.15
require ( require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301 // indirect github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301 // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect
) )

6
go.sum
View file

@ -1,4 +1,2 @@
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301 h1:YjpiJZ9UiNs57P5cIsBooWl8W0i5vmw1udoamdxonYs= github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201008203720-98d093a07301/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301 h1:GinasQHy9ehJ5aD1dMdsL6ZzMx9EHk2u7lzeFbUOyE4=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201008203720-98d093a07301/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=