From: moo Date: Mon, 1 Jun 2026 21:48:23 +0000 (-0700) Subject: maybe this works? X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=528c740791acff7bf56b5c8889a4c405028f8d90;p=blog.git maybe this works? --- 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/bigtest/index.html b/public/miniblog/bigtest/index.html deleted file mode 100644 index 62b8a96..0000000 --- a/public/miniblog/bigtest/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - MyBlog - - - - - -
    -
    -
    -
    - -
    -
    -

    My Blog

    - -
    - -
    - -
    -

    -

    2026-06-01

    -

    fun fu

    -

    big big

    -
    -
    - -
    -
    - -
    -
    -
    -
    - - - - - 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 @@