diff --git a/content/articles/first.md b/content/articles/first.md index 9c0bdcf..e4524f6 100644 --- a/content/articles/first.md +++ b/content/articles/first.md @@ -4,8 +4,6 @@ description: "This is a test article." navigation: true --- -## Hello World - Foobarbazbuz. ## Component Rendering diff --git a/content/articles/second.md b/content/articles/second.md index 1e90575..9590273 100644 --- a/content/articles/second.md +++ b/content/articles/second.md @@ -3,6 +3,4 @@ title: "My Second Blog Post" description: "This is another article." --- -# Test! - This is another article. diff --git a/src/components/content/ProseImg.vue b/src/components/content/ProseImg.vue new file mode 100644 index 0000000..d0787cf --- /dev/null +++ b/src/components/content/ProseImg.vue @@ -0,0 +1,69 @@ + + + + + + + + + diff --git a/src/pages/articles/[slug].vue b/src/pages/articles/[slug].vue index 00602cb..2e90c5d 100644 --- a/src/pages/articles/[slug].vue +++ b/src/pages/articles/[slug].vue @@ -4,7 +4,6 @@

{{ article.title }}

-

{{ article.description }}