diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 9fdfe41..44d8ceb 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -1,4 +1,4 @@ -title: Alan Guedes +title: Alan L. V. Guedes baseURL: 'https://alanlivio.github.io' # Website URL defaultContentLanguage: en diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 4db1b5f..387db9e 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -7,8 +7,8 @@ marketing: seo: site_type: EducationalOrganization local_business_type: '' - org_name: 'Alan Guedes' - description: 'Alan Guedes' + org_name: 'Alan L. V. Guedes' + description: 'Alan L. V. Guedes' twitter: 'alanlivio' analytics: google_analytics: '' @@ -25,7 +25,7 @@ header: highlight_active_link: true footer: copyright: - notice: '© {year} Alan Guedes. This work is licensed under {license}' + notice: '© {year} Alan L. V. Guedes. This work is licensed under {license}' license: enable: true allow_derivatives: false diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 17945f5..07b0bf2 100755 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -1,6 +1,6 @@ --- # Display name -title: Alan Guedes +title: Alan L. V. Guedes # Username (this should match the folder name and the name on publications) authors: diff --git a/scripts/update_publication.sh b/scripts/update_publication.sh index e0d57ad..0a3cb83 100755 --- a/scripts/update_publication.sh +++ b/scripts/update_publication.sh @@ -1,5 +1,5 @@ # Script: update content/publication using hugo academic cli -# Author: Alan Guedes +# Author: Alan L. V. Guedes # install hugo academic cli if ! type academic; then