feat(web/website): init
This adds a new Website/Docs for Snix, using Thulite / Doks, which is mostly hugo and a bit of npm. Change-Id: Iea10d4068fa783ec0ddd6bcaba5c8d92b1a1168f
This commit is contained in:
parent
2705517e6d
commit
91d8b86b39
55 changed files with 6205 additions and 0 deletions
25
web/website/content/blog/example/index.md
Normal file
25
web/website/content/blog/example/index.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: "Example Post"
|
||||
description: "Just an example post."
|
||||
summary: "You can use blog posts for announcing product updates and features."
|
||||
date: 2023-09-07T16:27:22+02:00
|
||||
lastmod: 2023-09-07T16:27:22+02:00
|
||||
draft: true
|
||||
weight: 50
|
||||
categories: []
|
||||
tags: []
|
||||
contributors: []
|
||||
pinned: false
|
||||
homepage: false
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
robots: "" # custom robot tags (optional)
|
||||
---
|
||||
|
||||
Well-thought-through product announcements will help increase feature awareness and engage users with new functionality. Just like [sharing your public roadmap](https://canny.io/blog/should-you-have-a-public-roadmap/), it's also a great way to let potential customers see that you're constantly improving.
|
||||
|
||||
## Further reading
|
||||
|
||||
- Read [How to announce product updates and features](https://canny.io/blog/announce-product-updates-features/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue