about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-26 22:04:34 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-01-26 22:07:04 +0900
commit61fc04a1f1c6cb676df3aa42aee1bd22bf79a61d (patch)
tree3c17972d6dd55dd1dda751f9755763227cf5c841
parent80f2bf40067360b4a36d64a7e55048586562827d (diff)
downloadpx-61fc04a1f1c6cb676df3aa42aee1bd22bf79a61d.tar.gz
Add a couple more posts
-rw-r--r--03/cans.jpgbin0 -> 4727187 bytes
-rw-r--r--03/grass-flowers-0.jpgbin0 -> 4000077 bytes
-rw-r--r--03/grass-flowers-1.jpgbin0 -> 5944119 bytes
-rw-r--r--03/index.xml23
-rw-r--r--03/pigeons-0.jpgbin0 -> 3627965 bytes
-rw-r--r--03/pigeons-1.jpgbin0 -> 3362085 bytes
-rw-r--r--03/pigeons-2.jpgbin0 -> 4014266 bytes
-rw-r--r--03/pigeons-3.jpgbin0 -> 6598032 bytes
-rw-r--r--03/pigeons-4.jpgbin0 -> 3458147 bytes
-rw-r--r--README.md2
10 files changed, 24 insertions, 1 deletions
diff --git a/03/cans.jpg b/03/cans.jpg
new file mode 100644
index 0000000..62ca714
--- /dev/null
+++ b/03/cans.jpg
Binary files differdiff --git a/03/grass-flowers-0.jpg b/03/grass-flowers-0.jpg
new file mode 100644
index 0000000..1552744
--- /dev/null
+++ b/03/grass-flowers-0.jpg
Binary files differdiff --git a/03/grass-flowers-1.jpg b/03/grass-flowers-1.jpg
new file mode 100644
index 0000000..fddd945
--- /dev/null
+++ b/03/grass-flowers-1.jpg
Binary files differdiff --git a/03/index.xml b/03/index.xml
index df0087f..882cdfd 100644
--- a/03/index.xml
+++ b/03/index.xml
@@ -8,5 +8,28 @@
              desc="cloudy sky with tree silhouette in the twilight"/>
     <time>2022-10-04T10:59:39Z</time>
   </post>
+  <post id="dance-of-the-dinosaurs">
+    <picture filename="pigeons-0"
+             desc="two pigeons facing opposite directions"/>
+    <picture filename="pigeons-1"
+             desc="two pigeons facing the camera"/>
+    <picture filename="pigeons-2"
+             desc="two pigeons facing right, one pecking"/>
+    <picture filename="pigeons-3"
+             desc="three pigeons"/>
+    <picture filename="pigeons-4"
+             desc="one walking pigeon in the middle of two pecking ones"/>
+    <time>2022-10-10T05:18:52Z</time>
+  </post>
+  <post id="phất-cờ">
+    <picture filename="grass-flowers-0" desc="true grass flowers"/>
+    <picture filename="grass-flowers-1" desc="more true grass flowers"/>
+    <time>2022-10-14T08:28:54Z</time>
+  </post>
+  <post id="hồng-nhan-bạc-mệnh">
+    <picture filename="cans"
+             desc="red soft drink cans faded to light orange under the sun"/>
+    <time>2022-10-18T02:28:25Z</time>
+  </post>
   <year>2022</year>
 </page>
diff --git a/03/pigeons-0.jpg b/03/pigeons-0.jpg
new file mode 100644
index 0000000..5f3fe85
--- /dev/null
+++ b/03/pigeons-0.jpg
Binary files differdiff --git a/03/pigeons-1.jpg b/03/pigeons-1.jpg
new file mode 100644
index 0000000..57ba332
--- /dev/null
+++ b/03/pigeons-1.jpg
Binary files differdiff --git a/03/pigeons-2.jpg b/03/pigeons-2.jpg
new file mode 100644
index 0000000..56426e8
--- /dev/null
+++ b/03/pigeons-2.jpg
Binary files differdiff --git a/03/pigeons-3.jpg b/03/pigeons-3.jpg
new file mode 100644
index 0000000..9fff500
--- /dev/null
+++ b/03/pigeons-3.jpg
Binary files differdiff --git a/03/pigeons-4.jpg b/03/pigeons-4.jpg
new file mode 100644
index 0000000..0307de9
--- /dev/null
+++ b/03/pigeons-4.jpg
Binary files differdiff --git a/README.md b/README.md
index 1b004ef..7094b25 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ has to me manually regenerated with `make atom.xml` however.
 ## Deployment
 
 ```sh
-rsync -avh --delete\
+rsync -avh --delete --checksum\
   $(nix-build -E 'with import <nixpkgs> {}; callPackage ./. {}')/\
   loang:/var/lib/www/px.cnx.gdn/
 ```