Skip to content

Commit a2fe1f2

Browse files
committed
Update author/contributor in Hugo archectypes from Linode to Akamai
1 parent b458933 commit a2fe1f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

archetypes/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ slug: {{ path.Base .File.Dir }}
33
title: "{{ replace (path.Base .File.Dir) "-" " " | title }}"
44
description: "Two to three sentences describing your guide."
55
og_description: "Optional two to three sentences describing your guide when shared on social media. If omitted, the `description` parameter is used within social links."
6-
authors: ["Linode"]
7-
contributors: ["Linode"]
6+
authors: ["Akamai"]
7+
contributors: ["Akamai"]
88
published: {{ now.Format "2006-01-02" }}
99
keywords: ['list','of','keywords','and key phrases']
1010
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'

archetypes/marketplace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: "Deploy ___App_Name___ through the Linode Marketplace"
33
description: "Two to three sentences describing your guide."
44
og_description: "Two to three sentences describing your guide when shared on social media. Delete this if not needed."
5-
authors: ["Linode"]
6-
contributors: ["Linode"]
5+
authors: ["Akamai"]
6+
contributors: ["Akamai"]
77
published: {{ now.Format "2006-01-02" }}
88
keywords: ['list','of','keywords','and key phrases']
99
tags: ["marketplace", "linode platform", "cloud manager"]

archetypes/section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Section Title
33
description: "A text passage which will appear below the title of the section on the section's page."
44
og_description: 'Two to three sentences describing your guide when shared on social media.'
5-
authors: ["Linode"]
6-
contributors: ["Linode"]
5+
authors: ["Akamai"]
6+
contributors: ["Akamai"]
77
published: {{ now.Format "2006-01-02" }}
88
keywords: ["keyword1", "keyword2"]
99
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'

archetypes/shortguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}"
33
description: 'Two to three sentences describing your guide.'
44
keywords: []
55
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
6-
contributors: ["Linode"]
6+
contributors: ["Akamai"]
77
published: {{ now.Format "2006-01-02" }}
88
modified: {{ now.Format "2006-01-02" }}
99
headless: true

0 commit comments

Comments
 (0)