Skip to content

Commit

Permalink
feat: add template(archetype) for guide
Browse files Browse the repository at this point in the history
Now we can use `hugo create content guides/title.md` to create a new guide.
  • Loading branch information
that-ambuj committed Dec 7, 2023
1 parent d72e162 commit cf8cf7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions archetypes/guides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: '{{ replace .File.ContentBaseName `-` ` ` | title }} Guide for Motorola G32(devon), G42(hawao) and G52(rhode)'
meta-title: '{{ replace .File.ContentBaseName `-` ` ` | title }} Guide for Motorola G32(devon), G42(hawao) and G52(rhode)'
description: '{{ replace .File.ContentBaseName `-` ` ` | title }} Guide for Motorola devices with Snapdragon 680 chipset like G32(codename devon), G42(codename hawao) and G52(codename rhode)'
data: '{{ .Date }}'
image: "/images/image-placeholder.png"
author: "Motorola Snapdragon 680 Community"
categories: []
tags: []
draft: true
type: blog
---

0 comments on commit cf8cf7e

Please sign in to comment.