diff --git a/archetypes/content.md b/archetypes/content.md index ab3c465685..1c2f4ab255 100644 --- a/archetypes/content.md +++ b/archetypes/content.md @@ -3,8 +3,8 @@ slug: {{ path.Base .File.Dir }} title: "{{ replace (path.Base .File.Dir) "-" " " | title }}" description: "Two to three sentences describing your guide." 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." -authors: ["Linode"] -contributors: ["Linode"] +authors: ["Akamai"] +contributors: ["Akamai"] published: {{ now.Format "2006-01-02" }} keywords: ['list','of','keywords','and key phrases'] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' diff --git a/archetypes/marketplace.md b/archetypes/marketplace.md index 6df91a0126..755000eb6c 100644 --- a/archetypes/marketplace.md +++ b/archetypes/marketplace.md @@ -2,8 +2,8 @@ title: "Deploy ___App_Name___ through the Linode Marketplace" description: "Two to three sentences describing your guide." og_description: "Two to three sentences describing your guide when shared on social media. Delete this if not needed." -authors: ["Linode"] -contributors: ["Linode"] +authors: ["Akamai"] +contributors: ["Akamai"] published: {{ now.Format "2006-01-02" }} keywords: ['list','of','keywords','and key phrases'] tags: ["marketplace", "linode platform", "cloud manager"] diff --git a/archetypes/section.md b/archetypes/section.md index 7874d6c699..f9b7635249 100644 --- a/archetypes/section.md +++ b/archetypes/section.md @@ -2,8 +2,8 @@ title: Section Title description: "A text passage which will appear below the title of the section on the section's page." og_description: 'Two to three sentences describing your guide when shared on social media.' -authors: ["Linode"] -contributors: ["Linode"] +authors: ["Akamai"] +contributors: ["Akamai"] published: {{ now.Format "2006-01-02" }} keywords: ["keyword1", "keyword2"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' diff --git a/archetypes/shortguide.md b/archetypes/shortguide.md index bc250fa137..f4f07f471f 100644 --- a/archetypes/shortguide.md +++ b/archetypes/shortguide.md @@ -3,7 +3,7 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}" description: 'Two to three sentences describing your guide.' keywords: [] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' -contributors: ["Linode"] +contributors: ["Akamai"] published: {{ now.Format "2006-01-02" }} modified: {{ now.Format "2006-01-02" }} headless: true