Changed tags and authors formatting.
This commit is contained in:
parent
65de889359
commit
714b3bfe5e
3 changed files with 21 additions and 9 deletions
|
|
@ -1,7 +1,13 @@
|
||||||
title: Loss functions should be owned by business
|
title: Loss functions should be owned by business
|
||||||
date: 2021-12-07 09:00:00
|
date: 2021-12-07 09:00:00
|
||||||
category: stories
|
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
|
slug: loss-functions-should-be-owned-by-business
|
||||||
authors: Pablo
|
authors:
|
||||||
|
- Pablo
|
||||||
summary: My view on why business profiles should define loss functions.
|
summary: My view on why business profiles should define loss functions.
|
||||||
|
|
@ -1,7 +1,13 @@
|
||||||
title: Negotiate contracts with git
|
title: Negotiate contracts with git
|
||||||
date: 2021-11-16 22:32:00
|
date: 2021-11-16 22:32:00
|
||||||
category: stories
|
category: stories
|
||||||
tags: legal,git,version control,stories,negotiation
|
tags:
|
||||||
|
- legal
|
||||||
|
- git
|
||||||
|
- version control
|
||||||
|
- stories
|
||||||
|
- negotiation
|
||||||
slug: negotiate-contracts-with-git
|
slug: negotiate-contracts-with-git
|
||||||
authors: Pablo
|
authors:
|
||||||
|
- Pablo
|
||||||
summary: A story about legal text, people and git.
|
summary: A story about legal text, people and git.
|
||||||
10
readme.md
10
readme.md
|
|
@ -20,8 +20,8 @@ Posts should be stored in the `posts` folder. Each post:
|
||||||
|------------|---------------------------------------------------------------------------------------------|
|
|------------|---------------------------------------------------------------------------------------------|
|
||||||
| `title` | The human readable title for the 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. |
|
| `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. |
|
| `category` | A category for the post. |
|
||||||
| `tags` | A list of tags, represented as comma separated strings. |
|
| `tags` | A list of tags. |
|
||||||
| `slug` | Unique, machine readable slug. |
|
| `slug` | Unique, machine readable slug. |
|
||||||
| `authors` | List of authors, represented as comma separated strings. |
|
| `authors` | A list of authors. |
|
||||||
| `summary` | A brief, human readable summary for the post. |
|
| `summary` | A brief, human readable summary for the post. |
|
||||||
Loading…
Add table
Add a link
Reference in a new issue