feat: upload cli plan

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-08 22:19:40 +02:00
parent 5cfa9ced67
commit eb857e7a0a
9 changed files with 270 additions and 2342 deletions

View File

@@ -230,7 +230,7 @@ tags:
let res = transform_frontmatter(frontmatter.into())?;
assert_eq!(&res, "+++\ntitle = \"Advancing career\"\ndescription = \"2023-04-01-advanding-career\"\ndate = \"2023-04-01\"\nupdated = \"2023-04-01\"\ndraft = true\nauthors = [\"kjuulh\"]\n\n+++\n");
assert_eq!(&res, "+++\ntitle = \"Advancing career\"\ndescription = \"2023-04-01-advanding-career\"\ndate = \"2023-04-01\"\nupdated = \"2023-04-01\"\ndraft = true\nauthors = [\"kjuulh\"]\n+++");
Ok(())
}