Changed tags and authors formatting.

This commit is contained in:
pablo 2021-12-08 20:14:07 +01:00
parent 65de889359
commit 714b3bfe5e
3 changed files with 21 additions and 9 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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. |
| `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. |