From 633cf4508c47ab2431f4f94cf0eb38d8153f8924 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Wed, 24 Nov 2021 17:21:29 -0500 Subject: [PATCH] add reference to sample contents.lr --- service/blog.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/service/blog.md b/service/blog.md index cf94b261..5ce0b949 100644 --- a/service/blog.md +++ b/service/blog.md @@ -44,7 +44,7 @@ title: Blog #### 10. In the text editor which appears, draft the new blog post * Required fields are `title`, `author`, `pub_date`, `summary` and `body` and - `categories` + `categories` ([sample contents.lr](#sample-contentslr)) * Markdown is accepted in `summary` and `body` fields @@ -107,7 +107,9 @@ title: Blog [Pipelines]: https://gitlab.torproject.org/tpo/web/blog/-/pipelines [Environments]: https://gitlab.torproject.org/tpo/web/blog/-/environments -### Sample contents.lr +# Reference + +## Sample contents.lr ``` title: New Tor Blog @@ -116,6 +118,8 @@ author: lavamind --- pub_date: 2021-08-17 --- +categories: announcements +--- summary: The new Tor Blog is here! --- @@ -125,8 +129,6 @@ The new Tor Blog is here! The new Tor Blog now runs on top of the Lektor static site generator. ``` -# Reference - ## List of categories In the process of migrating the blog from Drupal to Lektor, the number of tags -- GitLab