From 53d19d2e6eb071ddebc42d1ad39556589e9bdd38 Mon Sep 17 00:00:00 2001 From: jxnshi Date: Wed, 29 Jan 2025 15:15:26 +0100 Subject: [PATCH] Merge books and essays into writings --- public/books/index.html | 10 ---------- public/books/le-monde-de-ponpon/index.html | 12 ------------ public/essays/index.html | 6 ------ public/layout.html | 3 +-- .../books/le-monde-de-ponpon/chapter-1-v1.md | 0 .../books/le-monde-de-ponpon/chapter-1.md | 0 .../books/le-monde-de-ponpon/chapter-2.md | 0 .../books/le-monde-de-ponpon/chapter-3.md | 0 .../writings/books/le-monde-de-ponpon/index.html | 12 ++++++++++++ .../a-socialist-love-letter-to-cryptocurrency.md | 0 public/writings/index.html | 16 ++++++++++++++++ 11 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 public/books/index.html delete mode 100644 public/books/le-monde-de-ponpon/index.html delete mode 100644 public/essays/index.html rename public/{ => writings}/books/le-monde-de-ponpon/chapter-1-v1.md (100%) rename public/{ => writings}/books/le-monde-de-ponpon/chapter-1.md (100%) rename public/{ => writings}/books/le-monde-de-ponpon/chapter-2.md (100%) rename public/{ => writings}/books/le-monde-de-ponpon/chapter-3.md (100%) create mode 100644 public/writings/books/le-monde-de-ponpon/index.html rename public/{ => writings}/essays/a-socialist-love-letter-to-cryptocurrency.md (100%) create mode 100644 public/writings/index.html diff --git a/public/books/index.html b/public/books/index.html deleted file mode 100644 index 7534f6e..0000000 --- a/public/books/index.html +++ /dev/null @@ -1,10 +0,0 @@ -
-

My books!

- -
diff --git a/public/books/le-monde-de-ponpon/index.html b/public/books/le-monde-de-ponpon/index.html deleted file mode 100644 index 29c8de8..0000000 --- a/public/books/le-monde-de-ponpon/index.html +++ /dev/null @@ -1,12 +0,0 @@ -
-

Current

-
    -
  1. Chapitre 1: Pattes de hérisson.
  2. -
  3. Chapitre 2: Omg des Crackeos !
  4. -
  5. Chapitre 3: Grand maman serait d'accord.
  6. -
-

Old

- -
diff --git a/public/essays/index.html b/public/essays/index.html deleted file mode 100644 index a972e4d..0000000 --- a/public/essays/index.html +++ /dev/null @@ -1,6 +0,0 @@ -
-

My essays!

- -
diff --git a/public/layout.html b/public/layout.html index bdff35d..75dbf9a 100644 --- a/public/layout.html +++ b/public/layout.html @@ -16,10 +16,9 @@

My Stuff

diff --git a/public/books/le-monde-de-ponpon/chapter-1-v1.md b/public/writings/books/le-monde-de-ponpon/chapter-1-v1.md similarity index 100% rename from public/books/le-monde-de-ponpon/chapter-1-v1.md rename to public/writings/books/le-monde-de-ponpon/chapter-1-v1.md diff --git a/public/books/le-monde-de-ponpon/chapter-1.md b/public/writings/books/le-monde-de-ponpon/chapter-1.md similarity index 100% rename from public/books/le-monde-de-ponpon/chapter-1.md rename to public/writings/books/le-monde-de-ponpon/chapter-1.md diff --git a/public/books/le-monde-de-ponpon/chapter-2.md b/public/writings/books/le-monde-de-ponpon/chapter-2.md similarity index 100% rename from public/books/le-monde-de-ponpon/chapter-2.md rename to public/writings/books/le-monde-de-ponpon/chapter-2.md diff --git a/public/books/le-monde-de-ponpon/chapter-3.md b/public/writings/books/le-monde-de-ponpon/chapter-3.md similarity index 100% rename from public/books/le-monde-de-ponpon/chapter-3.md rename to public/writings/books/le-monde-de-ponpon/chapter-3.md diff --git a/public/writings/books/le-monde-de-ponpon/index.html b/public/writings/books/le-monde-de-ponpon/index.html new file mode 100644 index 0000000..58305b4 --- /dev/null +++ b/public/writings/books/le-monde-de-ponpon/index.html @@ -0,0 +1,12 @@ +
+

Current

+
    +
  1. Chapitre 1: Pattes de hérisson.
  2. +
  3. Chapitre 2: Omg des Crackeos !
  4. +
  5. Chapitre 3: Grand maman serait d'accord.
  6. +
+

Old

+ +
diff --git a/public/essays/a-socialist-love-letter-to-cryptocurrency.md b/public/writings/essays/a-socialist-love-letter-to-cryptocurrency.md similarity index 100% rename from public/essays/a-socialist-love-letter-to-cryptocurrency.md rename to public/writings/essays/a-socialist-love-letter-to-cryptocurrency.md diff --git a/public/writings/index.html b/public/writings/index.html new file mode 100644 index 0000000..ebcd2fc --- /dev/null +++ b/public/writings/index.html @@ -0,0 +1,16 @@ +
+

My books!

+ +
+
+

My essays!

+ +
-- 2.49.0