Very initial commit to get going
This commit is contained in:
commit
58d06e9f0d
20 changed files with 4705 additions and 0 deletions
21
src/posts/another-post.md
Normal file
21
src/posts/another-post.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: wahoo this is another post
|
||||
description: This post also has a proper description lmao
|
||||
date: 2023-02-11 09:13:21
|
||||
---
|
||||
|
||||
## Wow!
|
||||
|
||||
This is yet another post.
|
||||
|
||||
Here is a [link](https://ddg.gg)
|
||||
|
||||
Here is an [not pressed link](https://example.org)
|
||||
|
||||
<p style="background: var(--bg)">bg</p>
|
||||
<p style="background: var(--fg)">fg</p>
|
||||
<p style="background: var(--link)">link</p>
|
||||
<p style="background: var(--link_v)">link_v</p>
|
||||
<p style="background: var(--link_h)">link_h</p>
|
||||
<p style="background: var(--bg_grey)">bg_grey</p>
|
||||
<p style="background: var(--dark_grey)">dark_grey</p>
|
4
src/posts/posts.json
Normal file
4
src/posts/posts.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"layout": "post.njk",
|
||||
"tags": "posts"
|
||||
}
|
9
src/posts/test-post.md
Normal file
9
src/posts/test-post.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
tags: posts
|
||||
title: This is a test post!
|
||||
date: 2022-02-12
|
||||
---
|
||||
|
||||
Here I am going to write **something**.
|
||||
> Very fancy
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue