From 714b3bfe5e9a892ff0c2d4acfbd19e76982e2ec4 Mon Sep 17 00:00:00 2001 From: pablo Date: Wed, 8 Dec 2021 20:14:07 +0100 Subject: [PATCH] Changed tags and authors formatting. --- .../meta.yaml | 10 ++++++++-- posts/negotiate-contracts-with-git/meta.yaml | 10 ++++++++-- readme.md | 10 +++++----- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/posts/loss-functions-should-be-owned-by-business/meta.yaml b/posts/loss-functions-should-be-owned-by-business/meta.yaml index 504a7d7..60b9b00 100644 --- a/posts/loss-functions-should-be-owned-by-business/meta.yaml +++ b/posts/loss-functions-should-be-owned-by-business/meta.yaml @@ -1,7 +1,13 @@ title: Loss functions should be owned by business date: 2021-12-07 09:00:00 category: stories -tags: data science, optimization, management, analytics translation, organizational design +tags: + - data science + - optimization + - management + - analytics translation + - organizational design slug: loss-functions-should-be-owned-by-business -authors: Pablo +authors: + - Pablo summary: My view on why business profiles should define loss functions. \ No newline at end of file diff --git a/posts/negotiate-contracts-with-git/meta.yaml b/posts/negotiate-contracts-with-git/meta.yaml index 2df12d6..ec70b7f 100644 --- a/posts/negotiate-contracts-with-git/meta.yaml +++ b/posts/negotiate-contracts-with-git/meta.yaml @@ -1,7 +1,13 @@ title: Negotiate contracts with git date: 2021-11-16 22:32:00 category: stories -tags: legal,git,version control,stories,negotiation +tags: + - legal + - git + - version control + - stories + - negotiation slug: negotiate-contracts-with-git -authors: Pablo +authors: + - Pablo summary: A story about legal text, people and git. \ No newline at end of file diff --git a/readme.md b/readme.md index 6c9bafb..c9a18ef 100644 --- a/readme.md +++ b/readme.md @@ -20,8 +20,8 @@ Posts should be stored in the `posts` folder. Each post: |------------|---------------------------------------------------------------------------------------------| | `title` | The human readable title for the post. | | `date` | The posting date of the post, with format `YYYY-MM-DD HH:MM:SS`, as in 2021-05-30 11:59:59. | -| `category` | A category for the post. | -| `tags` | A list of tags, represented as comma separated strings. | -| `slug` | Unique, machine readable slug. | -| `authors` | List of authors, represented as comma separated strings. | -| `summary` | A brief, human readable summary for the post. | \ No newline at end of file +| `category` | A category for the post. | +| `tags` | A list of tags. | +| `slug` | Unique, machine readable slug. | +| `authors` | A list of authors. | +| `summary` | A brief, human readable summary for the post. | \ No newline at end of file