From 528c740791acff7bf56b5c8889a4c405028f8d90 Mon Sep 17 00:00:00 2001 From: moo Date: Mon, 1 Jun 2026 14:48:23 -0700 Subject: [PATCH] maybe this works? --- content/blog/test.md | 4 -- content/miniblog/bigtest.md | 9 --- content/miniblog/newtest.md | 6 ++ content/miniblog/test-mo.md | 6 -- justfile | 3 + public/blog/index.html | 5 -- public/blog/test/index.html | 68 ------------------ public/miniblog/index.html | 7 +- .../miniblog/{bigtest => newtest}/index.html | 7 +- public/miniblog/test-mo/index.html | 69 ------------------- public/sitemap.xml | 10 +-- 11 files changed, 14 insertions(+), 180 deletions(-) delete mode 100644 content/blog/test.md delete mode 100644 content/miniblog/bigtest.md create mode 100644 content/miniblog/newtest.md delete mode 100644 content/miniblog/test-mo.md delete mode 100644 public/blog/test/index.html rename public/miniblog/{bigtest => newtest}/index.html (93%) delete mode 100644 public/miniblog/test-mo/index.html diff --git a/content/blog/test.md b/content/blog/test.md deleted file mode 100644 index e03dc13..0000000 --- a/content/blog/test.md +++ /dev/null @@ -1,4 +0,0 @@ -+++ -name = "test" -date = 2026-06-01 -+++ diff --git a/content/miniblog/bigtest.md b/content/miniblog/bigtest.md deleted file mode 100644 index a3ad3ea..0000000 --- a/content/miniblog/bigtest.md +++ /dev/null @@ -1,9 +0,0 @@ -+++ -name = "bigtest" -date = 2026-06-01 -+++ - -fun fu - - -big big diff --git a/content/miniblog/newtest.md b/content/miniblog/newtest.md new file mode 100644 index 0000000..6180c03 --- /dev/null +++ b/content/miniblog/newtest.md @@ -0,0 +1,6 @@ ++++ +title = "newtest" +date = 2026-06-01 ++++ + +i think this might work diff --git a/content/miniblog/test-mo.md b/content/miniblog/test-mo.md deleted file mode 100644 index 10275bb..0000000 --- a/content/miniblog/test-mo.md +++ /dev/null @@ -1,6 +0,0 @@ -+++ -name = "test-mo" -date = 2026-06-01 -+++ - -testing more diff --git a/justfile b/justfile index fdddd5a..00be340 100644 --- a/justfile +++ b/justfile @@ -21,3 +21,6 @@ deploy: git commit -a git push ssh root@taranathan.com 'cd /root/blog/ && git fetch && git reset --hard origin/main' + +deploy-raw: + ssh root@taranathan.com 'cd /root/blog/ && git fetch && git reset --hard origin/main' diff --git a/public/blog/index.html b/public/blog/index.html index a68759a..335081a 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -35,11 +35,6 @@ -
  • - - -
  • -
  • first post diff --git a/public/blog/test/index.html b/public/blog/test/index.html deleted file mode 100644 index 522c8d0..0000000 --- a/public/blog/test/index.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - MyBlog - - - - - -
    -
    -
    -
    - -
    -
    -

    My Blog

    - -
    - -
    - -
    -

    -

    2026-06-01

    -
    -
    - -
    -
    - -
    -
    -
    -
    - - - - - diff --git a/public/miniblog/index.html b/public/miniblog/index.html index 9bee83a..a4d5cb8 100644 --- a/public/miniblog/index.html +++ b/public/miniblog/index.html @@ -31,12 +31,7 @@