]> git.bochard.net Git - mysite.git/commitdiff
new entry
authorbochard <git@bochard.net>
Sun, 3 Aug 2025 11:03:54 +0000 (19:03 +0800)
committerbochard <git@bochard.net>
Sun, 3 Aug 2025 11:03:54 +0000 (19:03 +0800)
12 files changed:
books/index.php
files/index.php
index.php
journal/.20250729.php [new file with mode: 0644]
journal/.entry
journal/20250712.php
journal/20250714.php
journal/20250729.php [deleted file]
journal/20250803.php [new file with mode: 0644]
kitchen/index.php [new file with mode: 0644]
parts/sidebar.php
recipes/index.php [deleted file]

index 53bbb281786cd694b3fd7ba7f6f6bd6d1bc94dd4..1b2e657392ab20cd23ba6ab87b584d41e59f4e2a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
   require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Ang aking bookshelf";
-  $pgdescription = "Ang koleksiyon ko ng mga libro";
+  $pgtitle = "Bookshelf";
+  $pgdescription = "my collection of books.";
   head($pgtitle, $pgdescription);
 ?>
 <body>    
index f8e0ea4a7449af28d3d23840f594484901d65364..f387de52372747b876b3f5ee60ba21acfbf23c44 100644 (file)
@@ -1,7 +1,7 @@
 <?php
   require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
   $pgtitle = "Files";
-  $pgdescription = "some awesome, and rare files in my computer.";
+  $pgdescription = "some awesome and rare files on my computer.";
   head($pgtitle, $pgdescription);
 ?>
 <body>    
index 213d6f9a912d853b072d54fa386af87780241c68..d6999db9e3495840ee4623aa6217359203cf2398 100644 (file)
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
         <p>This small site is solely used for personal purpose. I publish here my personal thoughts about every day, photos I took from my own camera, recipes &lpar;soon&rpar;, programming, books I love to read, and many other things that I utmost enjoy doing in my tiny simple life. Sometimes—completely random things.</p>\r
         <hr>\r
         <p>Please bare in mind that you are just a visitor, and you are visiting my home. Please do have respect. All things in here are my property, do not use or share to others without prior permission.</p>\r
-        <p>If you would like to explore more on this site. If you will—please disable your adblocker. Some certain things vanishes, and you won't gonna be able see them. Don't worry, I won't spy, track, nor do promote advertisements in here. Thank you!</p>\r
+        <p>If you would like to explore more on this site—if you will—please disable your adblocker. Some certain things vanishes, and you won't be able see them. Don't worry, I won't spy, track, nor do promote advertisements in here. Thank you!</p>\r
         <hr>\r
       </td>\r
     </tr>\r
diff --git a/journal/.20250729.php b/journal/.20250729.php
new file mode 100644 (file)
index 0000000..ea4cce0
--- /dev/null
@@ -0,0 +1,25 @@
+<?php
+  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+  $pgtitle = "Tagalog na ang site ko!";
+  $pgdescription = "Inilathala noong 2025, ika-29 ng Hulyo.";
+  $pgcss = ["journal.css"];
+  head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>    
+  <table id="content">
+    <tr>
+      <?php include_once("$parts/sidebar.php");?>
+      
+      <td id="body">
+        <h1 class="entry-title">Tagalog na ang site ko!</h1>
+        <p class="written-date">Inilathala noong 2025, ika-29 ng Hulyo.</p>
+        <hr>
+        <p>Halos isang oras ko ring nire-refactor yung code ng buong website ko. Ang saya lang na lahat ng text content ng mga page ko, nakasulat na sa wikang Tagalog. Ipagpapatuloy ko na yung ganito, pakiramdam ko, ang genuine at authentic ng site ko, mas personalized na siya kaysa sa nakasulat sa Ingles. Sa totoo lang, mas hirap akong magsulat ng tala dito nang mga nakaraan dahil medyo hirap ako sa pagsulat sa Ingles kaya minsan kung gusto ko talagang gumawa ng bagong tala, e, hindi ko na minsan naitutuloy.</p>
+        <p>Mas ayos na 'to. Umaasa akong tuloy-tuloy na talaga ang pagsusulat ko dito. Kung hindi, aba'y ewan ko na lang.</p>
+      </td>
+    </tr>
+    
+               <?php include_once("$parts/footer.php");?>
+  </table>
+</body>
+</html>
index eb53f6062c45abfc3fca0463fc9cbd6558b9cac1..26e71ca118beb61a433a4c35cf9911e467f8b69f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
   require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Tala #1 -";
+  $pgtitle = "";
   $pgdescription = "";
   $pgcss = ["journal.css"];
   head($pgtitle, $pgdescription, $pgcss);
       <?php include_once("$parts/sidebar.php");?>
       
       <td id="body">
-        <h1 class="entry-title">Pamagat ng tala</h1>
-        <p class="written-date">Inilathala noong YYYY, ika-DD ng m.</p>
+        <h1 class="entry-title"></h1>
+        <p class="written-date">Written in YYYY, DDst/rd/th of m</p>
         <hr>
-        <p>katawan...</p>
+        <p></p>
       </td>
     </tr>
     
index 1e681535319e5fc8ff03800118d4682adfe21994..507babe9d80d3950347c87c7aa7272c825c90bc1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
   require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Entry #1 - a dream.";
+  $pgtitle = "A dream.";
   $pgdescription = "a dream.";
   $pgcss = ["journal.css"];
   head($pgtitle, $pgdescription, $pgcss);
index 1360b39a38f7dc90fefae808db83e3d7f2095b80..ceb8e0449697711c2fce8efd2eb093a8de969a04 100644 (file)
@@ -1,6 +1,6 @@
 <?php
   require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Tala #2 - The rain.";
+  $pgtitle = "The rain.";
   $pgdescription = "ame.";
   $pgcss = ["journal.css"];
   head($pgtitle, $pgdescription, $pgcss);
diff --git a/journal/20250729.php b/journal/20250729.php
deleted file mode 100644 (file)
index 437c896..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Tala #3 - Tagalog na ang site ko!";
-  $pgdescription = "Inilathala noong 2025, ika-29 ng Hulyo.";
-  $pgcss = ["journal.css"];
-  head($pgtitle, $pgdescription, $pgcss);
-?>
-<body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <h1 class="entry-title">Tagalog na ang site ko!</h1>
-        <p class="written-date">Inilathala noong 2025, ika-29 ng Hulyo.</p>
-        <hr>
-        <p>Halos isang oras ko ring nire-refactor yung code ng buong website ko. Ang saya lang na lahat ng text content ng mga page ko, nakasulat na sa wikang Tagalog. Ipagpapatuloy ko na yung ganito, pakiramdam ko, ang genuine at authentic ng site ko, mas personalized na siya kaysa sa nakasulat sa Ingles. Sa totoo lang, mas hirap akong magsulat ng tala dito nang mga nakaraan dahil medyo hirap ako sa pagsulat sa Ingles kaya minsan kung gusto ko talagang gumawa ng bagong tala, e, hindi ko na minsan naitutuloy.</p>
-        <p>Mas ayos na 'to. Umaasa akong tuloy-tuloy na talaga ang pagsusulat ko dito. Kung hindi, aba'y ewan ko na lang.</p>
-      </td>
-    </tr>
-    
-               <?php include_once("$parts/footer.php");?>
-  </table>
-</body>
-</html>
diff --git a/journal/20250803.php b/journal/20250803.php
new file mode 100644 (file)
index 0000000..a2a222e
--- /dev/null
@@ -0,0 +1,26 @@
+<?php
+  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+  $pgtitle = "New haircut";
+  $pgdescription = "I just got a haircut today.";
+  $pgcss = ["journal.css"];
+  head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>    
+  <table id="content">
+    <tr>
+      <?php include_once("$parts/sidebar.php");?>
+      
+      <td id="body">
+        <h1 class="entry-title">New haircut</h1>
+        <p class="written-date">Written in 2025, 3rd day of August</p>
+        <hr>
+        <p>Somewhere around 3-4 pm, I took to the barber shop to get a nice haircut. It's been 4 months since I had haircut on that shop. I walked there as usual, the distance is approximately a kilometer long. A bit of long walk, but I enjoyed it. I feel better walking rather than riding a vehicle to get quickly on a destination &lpar;other than the reason that I don't have money&rpar;. I now declare that walking is my favorite type of transportation!</p>
+        <p>When I got there, too many people are already inside the shop—about five to six people. I sat outside the door at the stairs to wait for like 3 HOURS, it's too congested inside! I don't have anything on me except the umbrella I was holding. I was just sitting there along with some guys, silently observing people and vehicles passing by to feed some time, because I really have nothing to do—I should have brought a book at least.</p>
+        <p>It's about 5:30 when I already got home. I feel too sticky and hot, so I immediately washed my face to cool down. About the haircut, I think it's good honestly. I was amazed how a great haircut along with proper hair style could make a person look good.</p>
+      </td>
+    </tr>
+    
+               <?php include_once("$parts/footer.php");?>
+  </table>
+</body>
+</html>
diff --git a/kitchen/index.php b/kitchen/index.php
new file mode 100644 (file)
index 0000000..b2c4bd5
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+  $pgtitle = "Kitchen";
+  $pgdescription = "I cook, sometimes.";
+  head($pgtitle, $pgdescription);
+?>
+<body>    
+  <table id="content">
+    <tr>
+      <?php include_once("$parts/sidebar.php");?>
+      
+      <td id="body">
+        <?php include_once("$parts/underconstruction.php");?>
+      </td>
+    </tr>
+    
+    <?php include_once("$parts/footer.php");?>
+  </table>
+</body>
+</html>
index 6dc66ab9a76703afb31990954c7feb5c99259cc3..70aae168f72188debc23279829c0151e425f9403 100644 (file)
     <li><a href="/about-me.php" title="why'd you want to know?">about me</a></li>
     <li><a href="/journal" title="my everday thoughts">thoughts</a></li>
     <li><a href="/photo-album" title="collection of captured photos">photo album</a></li>
-    <li><a href="/recipes" title="a cookbook">recipes</a></li>
+    <li><a href="/kitchen" title="recipes and other things">kitchen</a></li>
     <li><a href="/books" title="my book collection">bookshelf</a></li>
     <li><a href="/guestbook.php" title="fill up before you leave">guestbook</a></li>
-    <li><a href="/works" title="programming">projects</a></li>
+    <li><a href="/works" title="programming">works</a></li>
     <li><a href="/files" title="random files on my computer">files</a></li>
     <li><a href="mailto:mail@bochard.net" title="talk to me">email</a></li>
   </ul>
     </tr>
        </table>
 
+<!--
   <div style="width: 200px;">
     <script async src="https://cse.google.com/cse.js?cx=41bb325316c57447c">
     </script>
-    <b>Search ka dito...</b>
+    <b>Search my site here...</b>
     <div class="gcse-search"></div>
   </div>
+-->
 </td>
diff --git a/recipes/index.php b/recipes/index.php
deleted file mode 100644 (file)
index cf3d4ee..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Mga resipi";
-  $pgdescription = "Lutong ulam, panghimagas, atbp.";
-  head($pgtitle, $pgdescription);
-?>
-<body>    
-  <table id="content">
-    <tr>
-      <?php include_once("$parts/sidebar.php");?>
-      
-      <td id="body">
-        <?php include_once("$parts/underconstruction.php");?>
-      </td>
-    </tr>
-    
-    <?php include_once("$parts/footer.php");?>
-  </table>
-</body>
-</html>