diff options
| author | devels <devels@tuta.com> | 2026-09-04 20:59:23 +0100 |
|---|---|---|
| committer | devels <devels@tuta.com> | 2026-09-04 20:59:23 +0100 |
| commit | d45551a628cb51fed0dac9efe089aa223cabb196 (patch) | |
| tree | 8224085dc93052367d2ca8ef5d0fe41b2bc21489 /content | |
| download | site-d45551a628cb51fed0dac9efe089aa223cabb196.tar.gz site-d45551a628cb51fed0dac9efe089aa223cabb196.zip | |
initial commit
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 7 | ||||
| -rw-r--r-- | content/blog/_index.md | 6 | ||||
| -rw-r--r-- | content/blog/first_post.md | 8 |
3 files changed, 21 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f663a50 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,7 @@ ++++ +title = "home" ++++ + +# daniels' site + +this is my cool site diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..99811f9 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,6 @@ ++++ +title = "blog" ++++ + +hello blog + diff --git a/content/blog/first_post.md b/content/blog/first_post.md new file mode 100644 index 0000000..5f21c93 --- /dev/null +++ b/content/blog/first_post.md @@ -0,0 +1,8 @@ ++++ +title = "first post!" +date = 2026-09-01 ++++ + +hello this is my blog + +hope its nice |
