Cleanup configuration for contact and metadata
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -4,44 +4,6 @@ appearance:
|
||||
font: minimal
|
||||
font_size: M
|
||||
|
||||
marketing:
|
||||
seo:
|
||||
site_type: Person
|
||||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'Personal site for Jens True'
|
||||
|
||||
# Contact (edit or remove options as required)
|
||||
|
||||
email: jens.chr.true@gmail.com
|
||||
phone: +45 29 88 22 28
|
||||
address:
|
||||
street: Hasselgården 3
|
||||
city: Lemvig
|
||||
region: ''
|
||||
postcode: '7620'
|
||||
country: 'Denmark'
|
||||
country_code: 'DK'
|
||||
coordinates:
|
||||
latitude: '56.543939'
|
||||
longitude: '8.415900'
|
||||
contact_links:
|
||||
- icon: at
|
||||
icon_pack: fas
|
||||
name: Email Me
|
||||
link: 'mailto:jens.chr.true@gmail.com'
|
||||
- icon: whatsapp
|
||||
icon_pack: fab
|
||||
name: WhatsApp Me
|
||||
link: 'https://wa.me/4529882228'
|
||||
- icon: telegram
|
||||
icon_pack: fab
|
||||
name: Telegram Me
|
||||
link: 'https://telegram.me/@jcktrue'
|
||||
- icon: skype
|
||||
icon_pack: fab
|
||||
name: Skype Me
|
||||
link: 'skype:jct-leax'
|
||||
|
||||
header:
|
||||
navbar:
|
||||
@ -60,7 +22,6 @@ locale:
|
||||
address_format: dk
|
||||
|
||||
footer:
|
||||
#text: "© 2022 Jens True"
|
||||
copyright:
|
||||
notice: '© {year} Jens True. This work is licensed under {license}'
|
||||
license:
|
||||
@ -81,6 +42,8 @@ features:
|
||||
extensions:
|
||||
academicons:
|
||||
enable: false
|
||||
cms:
|
||||
branch: master
|
||||
|
||||
show_related:
|
||||
book: true
|
||||
|
@ -8,5 +8,35 @@ title: "Contact"
|
||||
subtitle: "Ways to get hold of me"
|
||||
|
||||
autolink: true
|
||||
|
||||
content:
|
||||
email: jens.chr.true@gmail.com
|
||||
phone: +45 29 88 22 28
|
||||
address:
|
||||
street: Hasselgården 3
|
||||
city: Lemvig
|
||||
postcode: '7620'
|
||||
country: 'Denmark'
|
||||
coordinates:
|
||||
latitude: '56.543939'
|
||||
longitude: '8.415900'
|
||||
contact_links:
|
||||
- icon: at
|
||||
icon_pack: fas
|
||||
name: Email Me
|
||||
link: 'mailto:jens.chr.true@gmail.com'
|
||||
- icon: whatsapp
|
||||
icon_pack: fab
|
||||
name: WhatsApp Me
|
||||
link: 'https://wa.me/4529882228'
|
||||
- icon: telegram
|
||||
icon_pack: fab
|
||||
name: Telegram Me
|
||||
link: 'https://telegram.me/@jcktrue'
|
||||
- icon: skype
|
||||
icon_pack: fab
|
||||
name: Skype Me
|
||||
link: 'skype:jct-leax'
|
||||
|
||||
---
|
||||
Jens Christian Kallesøe True
|
4
go.mod
4
go.mod
@ -4,6 +4,6 @@ go 1.15
|
||||
|
||||
require (
|
||||
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925-d0da1f21994f // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da1f21994f // indirect
|
||||
)
|
||||
|
4
go.sum
4
go.sum
@ -29,6 +29,8 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d h1:uONU7ooo67FFFavRlN0rbUrpiQABsKX4GA8RWBHNM0I=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925-d0da1f21994f h1:/IZ+BJ0BC5fjUNRvtUmwdhw15wUvmFaU+Lj3mUAFJj8=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220216215925-d0da1f21994f/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
@ -58,3 +60,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d h1:N5damWvtILZVscFXVZ7VMXwNL9OvOvLJxpfIXs1NDSs=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da1f21994f h1:vkShCXtNAkYvCVml/FJmPOrEzNNC0hPuyU6vBNDTgZs=
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220216215925-d0da1f21994f/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
|
||||
|
Reference in New Issue
Block a user