ybbond

My site. The main domain
Log | Files | Refs | README | LICENSE | CC-LICENSE

commit 5ff6ecdb511b481021c5fa3d0029ab4c2bda268c
parent 11c6a0f592a8e43420fb718e18924c41a12f2a5c
Author: Yohanes Bandung Bondowoso <hi@ybbond.id>
Date:   Tue, 23 Mar 2021 14:43:58 +0700

content: change ybbond.dev to ybbond.id

Diffstat:
Mcontent/contact.md | 2+-
Mcontent/posts/July 2020 Links.md | 5++---
Mcontent/posts/Kalender dan Yearly Planner 2021/index.md | 16++++++++--------
Mcontent/posts/Migrating My Blog to Hugo.md | 2+-
Mcontent/posts/Refactoring My Site.md | 2+-
Mcontent/posts/Trying bs-json and bs-fetch to Publish My Gist as Blog.md | 5++---

6 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/content/contact.md b/content/contact.md
@@ -4,7 +4,7 @@ menu: contact
 description: Ways to get in touch with me
 ---
 
-Here is [my latest CV](https://cdn.ybbond.dev/static/CV%20Yohanes%20Bandung%20Bondowoso.pdf) updated on August 2020.
+Here is [my latest CV](https://cdn.ybbond.id/static/CV%20Yohanes%20Bandung%20Bondowoso.pdf) updated on August 2020.
 
 You can contact me through any of my social medias on my [keybase](https://keybase.io/ybbond) or listed in the footer down below ↓.
 
diff --git a/content/posts/July 2020 Links.md b/content/posts/July 2020 Links.md
@@ -30,5 +30,5 @@ I was looking for file transfer client to manage my Dropbox and CDN files. The p
 
 ## Website
 
-[YBBond.dev Staging](https://staging.ybbond.dev)
-I am currently refactoring my site to use less data, less JavaScript and removing tracker. The progress is slow, as I am currently a lot busier at work too.-
\ No newline at end of file
+[YBBond.id Staging](https://staging.ybbond.id)
+I am currently refactoring my site to use less data, less JavaScript and removing tracker. The progress is slow, as I am currently a lot busier at work too.
diff --git a/content/posts/Kalender dan Yearly Planner 2021/index.md b/content/posts/Kalender dan Yearly Planner 2021/index.md
@@ -99,14 +99,14 @@ Semoga kalender ini bermanfaat!
 [archive-menpan]: https://web.archive.org/web/20210101095722/https://www.menpan.go.id/site/berita-terkini/libur-nasional-dan-cuti-bersama-tahun-2021-sebanyak-23-hari
 [ia-github]: https://github.com/iaolo/iA-Fonts
 [ia-post]: https://ia.net/writer/blog/a-typographic-christmas
-[lala]: https://cdn.ybbond.dev/static/KALENDER-MEJA.pdf
+[lala]: https://cdn.ybbond.id/static/KALENDER-MEJA.pdf
 [menpan]: https://www.menpan.go.id/site/berita-terkini/libur-nasional-dan-cuti-bersama-tahun-2021-sebanyak-23-hari
 [twitter]: https://twitter.com/markobar1996/status/1344925077523972098
-[unduh]: https://cdn.ybbond.dev/static/2021.pdf
-[unduh-hitam-tanpa-libur]: https://cdn.ybbond.dev/static/2021-hitam-tanpa-libur.pdf
-[unduh-hitam-dengan-libur]: https://cdn.ybbond.dev/static/2021-hitam-dengan-libur.pdf
-[unduh-sabtu-masuk-angka-merah]: https://cdn.ybbond.dev/static/2021-angka-merah-dengan-libur-sabtu-masuk.pdf
-[unduh-sabtu-masuk-angka-garis-merah]: https://cdn.ybbond.dev/static/2021-angka-garis-merah-dengan-libur-sabtu-masuk.pdf
-[unduh-angka-merah-dengan-libur]: https://cdn.ybbond.dev/static/2021-angka-merah-dengan-libur.pdf
-[unduh-angka-garis-merah-dengan-libur]: https://cdn.ybbond.dev/static/2021-angka-garis-merah-dengan-libur.pdf
+[unduh]: https://cdn.ybbond.id/static/2021.pdf
+[unduh-hitam-tanpa-libur]: https://cdn.ybbond.id/static/2021-hitam-tanpa-libur.pdf
+[unduh-hitam-dengan-libur]: https://cdn.ybbond.id/static/2021-hitam-dengan-libur.pdf
+[unduh-sabtu-masuk-angka-merah]: https://cdn.ybbond.id/static/2021-angka-merah-dengan-libur-sabtu-masuk.pdf
+[unduh-sabtu-masuk-angka-garis-merah]: https://cdn.ybbond.id/static/2021-angka-garis-merah-dengan-libur-sabtu-masuk.pdf
+[unduh-angka-merah-dengan-libur]: https://cdn.ybbond.id/static/2021-angka-merah-dengan-libur.pdf
+[unduh-angka-garis-merah-dengan-libur]: https://cdn.ybbond.id/static/2021-angka-garis-merah-dengan-libur.pdf
 [wikipedia]: https://id.wikipedia.org/wiki/Bulan_(penanggalan)
diff --git a/content/posts/Migrating My Blog to Hugo.md b/content/posts/Migrating My Blog to Hugo.md
@@ -8,7 +8,7 @@ tags:
 date: 2020-04-15T01:59:34
 ---
 
-In the start of 2020, I planned to expand my [personal page](https://old.ybbond.dev/) to not only contain my "CV", but also use it as my blog. That webpage is created with ReactJS, and my original idea was to make a new page that fetch data from GitHub Gist, then parse the Markdown file to HTML file[^1]. I also planned (and I will not drop this one, for the sake of learning) to make that webpage server rendered.
+In the start of 2020, I planned to expand my [personal page](https://old.ybbond.id/) to not only contain my "CV", but also use it as my blog. That webpage is created with ReactJS, and my original idea was to make a new page that fetch data from GitHub Gist, then parse the Markdown file to HTML file[^1]. I also planned (and I will not drop this one, for the sake of learning) to make that webpage server rendered.
 
 [^1]: The more original idea was to create this with ReasonReact, as written in my other [post](/posts/2020-03-trying-bs-json-and-bs-fetch-to-publish-my-gist-as-blog/).
 
diff --git a/content/posts/Refactoring My Site.md b/content/posts/Refactoring My Site.md
@@ -18,4 +18,4 @@ Tracker will be removed, because I am not curious about the amount of visitor an
 
 Stuff I'd like to add is JavaScript to allow inline footnotes, my current option is [BigfootJS](http://www.bigfootjs.com/). I also want to add more Indieweb features, such as ping WebMention reaction, and MicroPub. 
 
-Per today, you can see the progress on [staging.ybbond.dev](https://staging.ybbond.dev). If you read this in the future (obviously duh), maybe the staging is gone, already implemented in the main domain.
+Per today, you can see the progress on [staging.ybbond.id](https://staging.ybbond.id). If you read this in the future (obviously duh), maybe the staging is gone, already implemented in the main domain.
diff --git a/content/posts/Trying bs-json and bs-fetch to Publish My Gist as Blog.md b/content/posts/Trying bs-json and bs-fetch to Publish My Gist as Blog.md
@@ -14,7 +14,7 @@ I read an interesting article (from a website that features a great function to 
 
 Back then, my website was written in ReasonReact, and back then, I thought that implementing my own blog by fetching my Gist is a nice way to learn `bs-fetch` and `bs-json`.
 
-> tldr; the result can be seen here [reason.ybbond.dev/blog](https://reason.ybbond.dev/blog)
+> tldr; the result can be seen here [reason.ybbond.id/blog](https://reason.ybbond.id/blog)
 
 ## Fun Moment
 Implementing `bs-fetch` was the easier of both, because I follow the example of HackerNews built with ReasonReact.
@@ -54,4 +54,4 @@ It's like rereading the code, but with thrice the concentration because you have
 
 I am currently not too good at blogging. Small chance is that in the future, I will edit this article, and maybe you will submit this certain article to HackerNews.
 
-For now, please enjoy my writings :D-
\ No newline at end of file
+For now, please enjoy my writings :D