initial commit
This commit is contained in:
commit
6c1c2fc043
11 changed files with 3112 additions and 0 deletions
8
data/posts/other_post.html
Normal file
8
data/posts/other_post.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<head>
|
||||
<meta name="title" content="Other Post">
|
||||
<meta name="date" content="2024-09-24T00:00:00Z">
|
||||
</head>
|
||||
<article>
|
||||
<h1>Welcome to another post!</h1>
|
||||
<p>another one!</p>
|
||||
</article>
|
||||
4
data/posts/test_post.html
Normal file
4
data/posts/test_post.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<article>
|
||||
<h1>Test</h1>
|
||||
<p>This is just a test!</p>
|
||||
</article>
|
||||
Loading…
Add table
Add a link
Reference in a new issue