Skip to content

Commit

Permalink
test frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Prins committed Jun 10, 2024
1 parent b22c114 commit 98bc68e
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 4 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .frontmatter/database/mediaDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .frontmatter/database/pinnedItemsDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions .frontmatter/database/taxonomyDb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"taxonomy":{"tags":["Azure","Cost Allocation","FinOps","Platform Engineering"],"categories":[]}}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"[markdown]": {
},
"frontMatter.content.pageFolders": [
{
"title": "cost-allocation",
"path": "[[workspace]]/content/posts/cost-allocation"
}
]
}
Binary file modified assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/favicon2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions content/posts/cost-allocation/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---
author: "Dylan Prins"
author: Dylan Prins
title: "Mastering Cost Allocation in Azure: A Guide to Internal Charging"
date: "2024-6-06"
description: "How you can move costs to other subscriptions to create internal charging"
tags: ["Cost Allocation", "Azure", "FinOps", "Platform Engineering"]
date: 2024-6-06
description: How you can move costs to other subscriptions to create internal charging
tags:
- Cost Allocation
- Azure
- FinOps
- Platform Engineering
draft: false
preview: /cost-allocation.png
---

## What is Cost allocation?
Expand Down
53 changes: 53 additions & 0 deletions frontmatter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "https://frontmatter.codes/frontmatter.schema.json",
"frontMatter.taxonomy.contentTypes": [
{
"name": "default",
"pageBundle": false,
"previewPath": null,
"fields": [
{
"title": "Title",
"name": "title",
"type": "string"
},
{
"title": "Description",
"name": "description",
"type": "string"
},
{
"title": "Publishing date",
"name": "date",
"type": "datetime",
"default": "{{now}}",
"isPublishDate": true
},
{
"title": "Content preview",
"name": "preview",
"type": "image"
},
{
"title": "Is in draft",
"name": "draft",
"type": "draft"
},
{
"title": "Tags",
"name": "tags",
"type": "tags"
},
{
"title": "Categories",
"name": "categories",
"type": "categories"
}
]
}
],
"frontMatter.framework.id": "hugo",
"frontMatter.content.publicFolder": "static",
"frontMatter.preview.host": "http://localhost:1313",
"frontMatter.git.enabled": true
}
File renamed without changes

0 comments on commit 98bc68e

Please sign in to comment.