diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-29 13:53:48 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-29 13:53:48 -0400 |
| commit | 41924391280f3ab06396dc9f88a2e4117904f853 (patch) | |
| tree | 279d79c2548408a9d80fad9605370a43ed700e89 /site/content/posts | |
| parent | bc678e31c9dbc1a33febe8f5a5107ab2eab5aa62 (diff) | |
made site
Diffstat (limited to 'site/content/posts')
| -rw-r--r-- | site/content/posts/first.md | 14 | ||||
| -rw-r--r-- | site/content/posts/fourth.md | 7 | ||||
| -rw-r--r-- | site/content/posts/my-first-post.md | 11 | ||||
| -rw-r--r-- | site/content/posts/second.md | 8 | ||||
| -rw-r--r-- | site/content/posts/third.md | 8 |
5 files changed, 37 insertions, 11 deletions
diff --git a/site/content/posts/first.md b/site/content/posts/first.md new file mode 100644 index 0000000..fcfff8e --- /dev/null +++ b/site/content/posts/first.md @@ -0,0 +1,14 @@ ++++ +date = '2025-09-11T12:59:35-04:00' +draft = true +title = 'My First Post' +tags = ['first'] ++++ + +hello this is a post **bold** + +this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line this is a really long line + +- item1 +- item2 +- item3 diff --git a/site/content/posts/fourth.md b/site/content/posts/fourth.md new file mode 100644 index 0000000..8895d3a --- /dev/null +++ b/site/content/posts/fourth.md @@ -0,0 +1,7 @@ ++++ +date = '2025-09-12T10:57:10-04:00' +draft = true +title = 'Fourth' ++++ + +this is my fourth post diff --git a/site/content/posts/my-first-post.md b/site/content/posts/my-first-post.md deleted file mode 100644 index 8b8be8e..0000000 --- a/site/content/posts/my-first-post.md +++ /dev/null @@ -1,11 +0,0 @@ -+++ -date = '2025-09-11T12:59:35-04:00' -draft = true -title = 'My First Post' -+++ - -hello this is a post **bold** - -- item1 -- item2 -- item3 diff --git a/site/content/posts/second.md b/site/content/posts/second.md new file mode 100644 index 0000000..1aea261 --- /dev/null +++ b/site/content/posts/second.md @@ -0,0 +1,8 @@ ++++ +date = '2025-09-12T10:56:59-04:00' +draft = true +title = 'Second' +tags = ['second'] ++++ + +this is my second post diff --git a/site/content/posts/third.md b/site/content/posts/third.md new file mode 100644 index 0000000..37b9b2e --- /dev/null +++ b/site/content/posts/third.md @@ -0,0 +1,8 @@ ++++ +date = '2025-09-12T10:57:06-04:00' +draft = true +title = 'Third' +tags = ['third'] ++++ + +this is my third post |
