Skip to content

Commit fbf7284

Browse files
committed
update to use fullname
1 parent 416a131 commit fbf7284

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

config/_default/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Alan Guedes
1+
title: Alan L. V. Guedes
22
baseURL: 'https://alanlivio.github.io' # Website URL
33

44
defaultContentLanguage: en

config/_default/params.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ marketing:
77
seo:
88
site_type: EducationalOrganization
99
local_business_type: ''
10-
org_name: 'Alan Guedes'
11-
description: 'Alan Guedes'
10+
org_name: 'Alan L. V. Guedes'
11+
description: 'Alan L. V. Guedes'
1212
twitter: 'alanlivio'
1313
analytics:
1414
google_analytics: ''
@@ -25,7 +25,7 @@ header:
2525
highlight_active_link: true
2626
footer:
2727
copyright:
28-
notice: '© {year} Alan Guedes. This work is licensed under {license}'
28+
notice: '© {year} Alan L. V. Guedes. This work is licensed under {license}'
2929
license:
3030
enable: true
3131
allow_derivatives: false

content/authors/admin/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Display name
3-
title: Alan Guedes
3+
title: Alan L. V. Guedes
44

55
# Username (this should match the folder name and the name on publications)
66
authors:

scripts/update_publication.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Script: update content/publication using hugo academic cli
2-
# Author: Alan Guedes <[email protected]>
2+
# Author: Alan L. V. Guedes <[email protected]>
33

44
# install hugo academic cli
55
if ! type academic; then

0 commit comments

Comments
 (0)