Skip to content

Commit

Permalink
added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-bash committed Feb 20, 2024
1 parent d70e976 commit 1177982
Show file tree
Hide file tree
Showing 47 changed files with 8,447 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .frontmatter/database/mediaDb.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"users":{"amrab":{"github":{"it-journey":{"assets":{"images":{"gravatar.png":{"caption":"gravatar logo","alt":"alt logo value","title":"Meta Data Title"}}}}}}}}
{"users":{"amrab":{"github":{"it-journey":{"assets":{"images":{"gravatar.png":{"caption":"gravatar logo","alt":"alt logo value","title":"Meta Data Title"}}}}}},"amrabdel-motaleb":{"github":{"it-journey":{"pages":{"_notes":{}}}}}}}
13 changes: 13 additions & 0 deletions .frontmatter/templates/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: RetroPie Imaging
sub-title: ""
author: ""
excerpt: ""
description: ""
snippet: 2024-02-10T23:51:06.235Z
categories: []
tags: []
draft: 2024-02-10T23:51:06.235Z
lastmod: 2024-02-10T23:51:11.480Z
type: Article
---
Binary file added assets/images/favicon_gpt_computer_retro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
107 changes: 3 additions & 104 deletions frontmatter.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
{
"name": "default",
"pageBundle": false,
"previewPath": null,
"fields": [
{
"title": "Title",
Expand All @@ -76,7 +77,7 @@
{
"title": "Is in draft",
"name": "draft",
"type": "boolean"
"type": "draft"
},
{
"title": "Tags",
Expand All @@ -87,108 +88,6 @@
"title": "Categories",
"name": "categories",
"type": "categories"
},
{
"title": "sub-title",
"name": "sub-title",
"type": "string"
},
{
"title": "author",
"name": "author",
"type": "string"
},
{
"title": "excerpt",
"name": "excerpt",
"type": "string"
},
{
"title": "snippet",
"name": "snippet",
"type": "image"
},
{
"title": "lastmod",
"name": "lastmod",
"type": "datetime"
},
{
"title": "key",
"name": "key",
"type": "string"
},
{
"title": "index",
"name": "index",
"type": "number"
},
{
"title": "subcategory",
"name": "subcategory",
"type": "string"
}
]
},
{
"name": "Article",
"pageBundle": false,
"fields": [
{
"title": "title",
"name": "title",
"type": "string"
},
{
"title": "sub-title",
"name": "sub-title",
"type": "string"
},
{
"title": "author",
"name": "author",
"type": "string"
},
{
"title": "excerpt",
"name": "excerpt",
"type": "string"
},
{
"title": "description",
"name": "description",
"type": "string"
},
{
"title": "snippet",
"name": "snippet",
"type": "datetime"
},
{
"title": "categories",
"name": "categories",
"type": "categories"
},
{
"title": "tags",
"name": "tags",
"type": "tags"
},
{
"title": "draft",
"name": "draft",
"type": "datetime"
},
{
"title": "lastmod",
"name": "lastmod",
"type": "datetime"
},
{
"name": "type",
"type": "string",
"default": "Article",
"hidden": true
}
]
}
Expand All @@ -200,5 +99,5 @@
"fields": []
}
},
"frontMatter.preview.host": "http://localhost:4000"
"frontMatter.preview.host": "http://localhost:4002"
}
Loading

0 comments on commit 1177982

Please sign in to comment.