diff --git a/src/content/posts/test-new-blog/.write-source.json b/src/content/posts/test-new-blog/.write-source.json new file mode 100644 index 0000000..91eaef8 --- /dev/null +++ b/src/content/posts/test-new-blog/.write-source.json @@ -0,0 +1,70 @@ +{ + "kind": "mlsys-write-source", + "version": 1, + "meta": { + "title": "Test Blog 2", + "summary": "Testing Another blog", + "authors": [ + "guest" + ], + "writerName": "David", + "topicId": "training", + "topicName": "Training Systems", + "tags": [ + "kernels", + "memory" + ], + "slug": "test-new-blog", + "coverFileName": "18084626-2.jpg", + "proposedTopic": "Memory Systems" + }, + "blocks": [ + { + "id": "815dbda3-3f21-4c49-a0bd-f5ae222af6b3", + "type": "paragraph", + "props": { + "backgroundColor": "default", + "textColor": "default", + "textAlignment": "left" + }, + "content": [ + { + "type": "text", + "text": "testing blogs", + "styles": {} + } + ], + "children": [] + }, + { + "id": "2b309d1a-2290-44fc-891c-042279d598eb", + "type": "figure", + "props": { + "fileName": "gatech-building.jpg", + "src": "", + "alt": "GATECH - The Great!", + "caption": "GATECH - The Great!", + "width": 620 + }, + "children": [] + }, + { + "id": "9d1171ea-7d90-491d-af3a-81caa28e23e8", + "type": "paragraph", + "props": { + "backgroundColor": "default", + "textColor": "default", + "textAlignment": "left" + }, + "content": [ + { + "type": "text", + "text": "Nice!", + "styles": {} + } + ], + "children": [] + } + ], + "tableVariants": {} +} diff --git a/src/content/posts/test-new-blog/18084626-2.jpg b/src/content/posts/test-new-blog/18084626-2.jpg new file mode 100644 index 0000000..03eb1f6 Binary files /dev/null and b/src/content/posts/test-new-blog/18084626-2.jpg differ diff --git a/src/content/posts/test-new-blog/gatech-building.jpg b/src/content/posts/test-new-blog/gatech-building.jpg new file mode 100644 index 0000000..ef7e544 Binary files /dev/null and b/src/content/posts/test-new-blog/gatech-building.jpg differ diff --git a/src/content/posts/test-new-blog/index.mdx b/src/content/posts/test-new-blog/index.mdx new file mode 100644 index 0000000..7c00679 --- /dev/null +++ b/src/content/posts/test-new-blog/index.mdx @@ -0,0 +1,24 @@ +--- +title: 'Test Blog 2' +summary: 'Testing Another blog' +authors: ['guest'] +date: '2026-07-14' +updated: '2026-07-14' +readMin: 1 +topic: 'Training Systems' +topicId: 'training' +tags: ['kernels', 'memory'] +proposedTopic: 'Memory Systems' +cover: './18084626-2.jpg' +--- + +import { Image } from 'astro:assets'; +import gatechBuilding from './gatech-building.jpg'; + +testing blogs + +
+ GATECH - The Great! +
+ +Nice!