Skip to content

Commit 49d925e

Browse files
committed
shown posts
1 parent 9d965b6 commit 49d925e

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

public/data/shownPosts.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"file": "warning-post",
4+
"date": "2025-10-14",
5+
"updated": "2025-10-15"
6+
},
7+
28
{
39
"file": "code-example-post",
410
"date": "2025-10-15",

public/posts/warning-post.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: My Second Post
3+
date: 2025-10-15
4+
tags: ["writing", "updates"]
5+
---
6+
7+
# My Warning Post
8+
9+
> **warning**
10+
>
11+
> asda
12+
>
13+
> asd
14+
15+
This is my second post. I'm getting the hang of this.
16+
17+
- Item 1
18+
- Item 2
19+
- Item 3

tailwind.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ module.exports = {
6060
figcaption: {
6161
color: theme('colors.gray.500'),
6262
},
63+
64+
blockquote: {
65+
color: theme('colors.gray.400'),
66+
'border-left-color': theme('colors.primary.400'),
67+
quotes: '"" ""' ,
68+
lineHeight: '0.4',
69+
},
70+
71+
li: {
72+
lineHeight: '1.0',
73+
},
6374
},
6475
},
6576
}),

0 commit comments

Comments
 (0)