Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetypes/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
4 changes: 2 additions & 2 deletions archetypes/marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions archetypes/section.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down
2 changes: 1 addition & 1 deletion archetypes/shortguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading