From a0eb2d322056892c6bff901c685fda80f86ead66 Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 19 Nov 2023 01:19:43 -0500 Subject: [PATCH] feat: add featured works --- assets/images/star.svg | 1 + components/PostPreviewCard.vue | 10 +++++++--- content/blog/2021/primoprod-progress-report.md | 1 + content/blog/2022/primoprod-progress-report-2.md | 1 + content/stories/unstagnation/2020/injustice.md | 1 + .../2020/java-lang-nullpointerexception.md | 1 + content/stories/unstagnation/2020/wet-hair.md | 1 + content/stories/unstagnation/2021/a-favour.md | 1 + .../unstagnation/2021/birds-waffle-supremacy.md | 1 + content/stories/unstagnation/2021/kuro-in-baccalor.md | 1 + content/stories/unstagnation/2022/a-is-for-alcohol.md | 1 + data/specialTags.ts | 3 +++ data/tagInfo.ts | 4 ++++ 13 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 assets/images/star.svg create mode 100644 data/specialTags.ts diff --git a/assets/images/star.svg b/assets/images/star.svg new file mode 100644 index 0000000..75c19c6 --- /dev/null +++ b/assets/images/star.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/PostPreviewCard.vue b/components/PostPreviewCard.vue index 44c5465..ae1e1f5 100644 --- a/components/PostPreviewCard.vue +++ b/components/PostPreviewCard.vue @@ -1,6 +1,8 @@