commit 3b88bbf78b8977d770f90785573368ecd51e6e91 parent 53a76dc186a29b6b51ce3cddf4e3737876d4b1cd Author: Yohanes Bandung Bondowoso <hi@ybbond.id> Date: Thu, 7 Jan 2021 08:53:18 +0700 refactor: move to ybbond.id, except subdomains Diffstat:
| M | .github/workflows/webmentions.yml | | | 2 | +- |
| M | LICENSE.md | | | 2 | +- |
| M | README.md | | | 4 | ++-- |
| M | config.toml | | | 6 | +++--- |
| M | content/contact.md | | | 2 | +- |
| M | content/posts/Kalender dan Yearly Planner 2021/index.md | | | 2 | +- |
| M | content/posts/Migrating My Blog to Hugo.md | | | 2 | +- |
| M | content/posts/Org-mode with Org-roam/index.md | | | 2 | +- |
| M | content/reports/2020-05-09-2.md | | | 122 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-05-09.md | | | 122 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-05-19.md | | | 132 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-05-20.md | | | 148 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-05-31.md | | | 142 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-06-30.md | | | 114 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/reports/2020-07-04.md | | | 156 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | content/uses.md | | | 8 | ++++---- |
| M | data/webmentions/archives--7-langkah-hidup-bijak.json | | | 248 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | data/webmentions/archives--kamar-gelap.json | | | 256 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | data/webmentions/archives--kisah-seram-pendek.json | | | 276 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | data/webmentions/archives--naik-tinggi.json | | | 152 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | data/webmentions/archives--tunguska.json | | | 200 | ++++++++++++++++++++++++++++++++++++++++---------------------------------------- |
| M | data/webmentions/home.json | | | 38 | +++++++++++++++++++------------------- |
| M | data/webmentions/notes--04-june-2020.json | | | 16 | ++++++++-------- |
| M | data/webmentions/notes--14-june-2020.json | | | 4 | ++-- |
| M | data/webmentions/notes--20-june-2020.json | | | 4 | ++-- |
| M | data/webmentions/posts--2020-05-about-goatcounter.json | | | 4 | ++-- |
| M | data/webmentions/posts--2020-05-remove-specific-files-from-old-git-commit.json | | | 22 | +++++++++++----------- |
| M | data/webmentions/posts--2020-06-inclusive.json | | | 10 | +++++----- |
| M | data/webmentions/posts--2020-06-on-trial-refund-support.json | | | 4 | ++-- |
| M | data/webmentions/posts--2020-06-org-mode-with-org-roam.json | | | 28 | ++++++++++++++-------------- |
| M | data/webmentions/posts--2020-08-safari-apple-script.json | | | 8 | ++++---- |
| M | data/webmentions/reports--2020-05-19.json | | | 12 | ++++++------ |
| M | data/webmentions/reports--2020-05-20.json | | | 14 | +++++++------- |
| M | layouts/_default/_markup/render-link.html | | | 2 | +- |
| M | layouts/_default/single.html | | | 2 | +- |
| M | layouts/partials/components/goatcounter.html | | | 4 | ++-- |
| M | layouts/partials/head/auth-links.html | | | 6 | +++--- |
| M | static/_redirects | | | 12 | ++++++++---- |
| M | static/keybase.txt | | | 80 | +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- |
| M | webmentions.js | | | 55 | +++++++++++++++++++++++++++---------------------------- |
40 files changed, 1251 insertions(+), 1172 deletions(-)
diff --git a/.github/workflows/webmentions.yml b/.github/workflows/webmentions.yml @@ -28,7 +28,7 @@ jobs: Fetch webmentions skip-checks: true run: | - git config user.email "hi@ybbond.dev" + git config user.email "hi@ybbond.id" git config user.name "Yohanes Bandung Bondowoso" git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/ybbond/ybbond.git git checkout master diff --git a/LICENSE.md b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright © 2020 <hi@ybbond.dev> +Copyright © 2020 <hi@ybbond.id> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md @@ -6,11 +6,11 @@ Hello. Name's **Bandung**, full is **Yohanes Bandung Bondowoso**. I am a programmer that value and strive for privacy, security and enjoyable services. I like to read the internet and try applications, gathering informations to further enhance my expertise at my job and inspirations to make my life easier. -You may also read on [About Me](https://ybbond.dev/about) page on my site. +You may also read on [About Me](https://ybbond.id/about) page on my site. ## My Site -the main link will be [ybbond.dev](https://ybbond.dev). +the main link will be [ybbond.id](https://ybbond.id). The code is licensed under [MIT LICENSE](LICENSE.md). The content is [licensed](CC-LICENSE.md) under [CC BY-SA 4.0 license](https://creativecommons.org/licenses/by-sa/4.0/). diff --git a/config.toml b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://ybbond.dev/" +baseURL = "https://ybbond.id/" languageCode = "en-us" title = "YBBond" copyright = "CC BY-SA 4.0" @@ -9,8 +9,8 @@ copyright = "CC BY-SA 4.0" [params] author = "Yohanes Bandung Bondowoso" description = "Thoughts, Ideas and Writings." - mainSiteURL = "https://ybbond.dev" - email = "hi@ybbond.dev" + mainSiteURL = "https://ybbond.id" + email = "hi@ybbond.id" twitter = "ybbond_" github = "ybbond" microblog = "ybbond" diff --git a/content/contact.md b/content/contact.md @@ -8,7 +8,7 @@ Here is [my latest CV](https://cdn.ybbond.dev/static/CV%20Yohanes%20Bandung%20Bo You can contact me through any of my social medias on my [keybase](https://keybase.io/ybbond) or listed in the footer down below ↓. -I check my email on hi@ybbond.dev regularly, and set custom notification sound for it. +I check my email on hi@ybbond.id regularly, and set custom notification sound for it. If you prefer encrypted email, you can get my PGP key in [txt format](/ybbond-public.txt) or [asc format](/ybbond-public.asc). The fingerprint is: ```html diff --git a/content/posts/Kalender dan Yearly Planner 2021/index.md b/content/posts/Kalender dan Yearly Planner 2021/index.md @@ -63,7 +63,7 @@ Unduh PDF varian [Sabtu tidak libur. Angka, garis dan penanda libur berwarana me Rekomendasi saya adalah cetak ukuran A1 dengan bahan spanduk albatros atau lateks agar kalender ini mudah dan tahan lama. -Umpan balik, saran atau pelaporan kesalahan penulisan dan desain dapat disampaikan ke alamat surel saya di hi@ybbond.dev. Jika kalian punya akun Twitter, bisa juga [membalas tweet saya](https://twitter.com/ybbond_/status/1345821961323102208). +Umpan balik, saran atau pelaporan kesalahan penulisan dan desain dapat disampaikan ke alamat surel saya di hi@ybbond.id. Jika kalian punya akun Twitter, bisa juga [membalas tweet saya](https://twitter.com/ybbond_/status/1345821961323102208). ## Fitur diff --git a/content/posts/Migrating My Blog to Hugo.md b/content/posts/Migrating My Blog to Hugo.md @@ -24,7 +24,7 @@ Other options I found was **Jekyll**, **Hugo**, **nanoc** and **Gatsby**. I trie The main feature I like is that it parses [Markdown](https://daringfireball.net/projects/markdown/) automatically. This allow me to make post with iA Writer, my currently favorite writing tool for iPad. It supports the flavor of Markdown that parses footnotes! I **love footnotes**[^2]! -It also generates [RSS](https://ybbond.dev/index.xml) for each page. +It also generates [RSS](https://ybbond.id/index.xml) for each page. It has native support for tables: diff --git a/content/posts/Org-mode with Org-roam/index.md b/content/posts/Org-mode with Org-roam/index.md @@ -100,7 +100,7 @@ Let's [stop worrying and start loving](https://invidio.us/watch?v=JWD1Fpdd4Pc) ~ [emacs-plus]: https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#with-homebrew [org-roam-install]: https://github.com/org-roam/org-roam#installation [jethro-dotfiles]: https://github.com/jethrokuan/dots -[my-dotfiles]: https://git.ybbond.dev/dotfiles/files.html +[my-dotfiles]: https://git.ybbond.id/dotfiles/files.html [config-org]: https://github.com/midchildan/dotfiles/blob/master/home/.config/doom/config.org#cutting-and-pasting [patreon]: https://www.patreon.com/hlushchenko diff --git a/content/reports/2020-05-09-2.md b/content/reports/2020-05-09-2.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[38a0b90](https://git.ybbond.dev/ybbond/index.html#38a0b90c9efce62fa431034d9a101f195811f527) +[38a0b90](https://git.ybbond.id/ybbond/index.html#38a0b90c9efce62fa431034d9a101f195811f527) **Commit title:** refactor: listings for h-feed add correct image @@ -27,43 +27,43 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/", "content-length": "7.03 KB", "content-size": "27.37 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -78,49 +78,49 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/cv/", "content-length": "6.12 KB", "content-size": "20.72 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -135,43 +135,43 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/uses/", "content-length": "5.86 KB", "content-size": "20.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -186,43 +186,43 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/", "content-length": "7.38 KB", "content-size": "26.01 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -237,49 +237,49 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/", "content-length": "7.49 KB", "content-size": "35.70 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -294,49 +294,49 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-migrating-my-blog-to-hugo/", "content-length": "7.62 KB", "content-size": "25.08 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -351,49 +351,49 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "content-length": "6.47 KB", "content-size": "21.67 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -408,43 +408,43 @@ Sat, 9 May 2020 20:01:53 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/04-may-2020-2/", "content-length": "5.33 KB", "content-size": "19.17 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" diff --git a/content/reports/2020-05-09.md b/content/reports/2020-05-09.md @@ -10,7 +10,7 @@ private: true --- **Last commit:** -[44a7bdc](https://git.ybbond.dev/ybbond/index.html#44a7bdcadf26e2a491c37905a6992ff5523d0c51) +[44a7bdc](https://git.ybbond.id/ybbond/index.html#44a7bdcadf26e2a491c37905a6992ff5523d0c51) **Commit title:** refactor: add type for bookmarks and links @@ -26,43 +26,43 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/", "content-length": "6.67 KB", "content-size": "25.64 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -77,49 +77,49 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/cv/", "content-length": "5.72 KB", "content-size": "18.94 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -134,43 +134,43 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/uses/", "content-length": "5.50 KB", "content-size": "18.75 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -185,43 +185,43 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/", "content-length": "6.83 KB", "content-size": "23.13 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -236,49 +236,49 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/", "content-length": "6.99 KB", "content-size": "33.31 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -293,49 +293,49 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-migrating-my-blog-to-hugo/", "content-length": "7.26 KB", "content-size": "23.29 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" @@ -350,49 +350,49 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "content-length": "6.12 KB", "content-size": "19.99 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.85 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -407,43 +407,43 @@ Sat, 9 May 2020 17:17:59 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/04-may-2020-2/", "content-length": "4.98 KB", "content-size": "17.43 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "1.29 KB", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "844 B", "content-size": "584 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.35 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.79 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.61 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.37 KB", "content-size": "1.12 KB" diff --git a/content/reports/2020-05-19.md b/content/reports/2020-05-19.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[0e7086b](https://git.ybbond.dev/ybbond/index.html#0e7086bca053999eb7a0b845345b97d4d84ae5f9) +[0e7086b](https://git.ybbond.id/ybbond/index.html#0e7086bca053999eb7a0b845345b97d4d84ae5f9) **Commit title:** style: change blue in light mode, and fix codeblock background @@ -27,43 +27,43 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/", "content-length": "7 KB", "content-size": "28.16 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -78,55 +78,55 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/about/", "content-length": "7.24 KB", "content-size": "24.43 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "bandung-mosh-on-tarintih.jpeg", "content-length": "36.49 KB", "content-size": "36.26 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -141,49 +141,49 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/uses/", "content-length": "6.36 KB", "content-size": "23.26 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -198,61 +198,61 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/", "content-length": "7.76 KB", "content-size": "29.37 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "1.png", "content-length": "502.82 KB", "content-size": "502.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "nutype-under-ipad.jpg", "content-length": "282.18 KB", "content-size": "281.95 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "ia-writer-headline.jpg (404)", "content-length": "285 B", "content-size": "146 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -267,49 +267,49 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/", "content-length": "7.79 KB", "content-size": "38.55 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -324,49 +324,49 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-migrating-my-blog-to-hugo/", "content-length": "7.49 KB", "content-size": "25.97 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -381,49 +381,49 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "content-length": "6.33 KB", "content-size": "22.45 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -438,43 +438,43 @@ Tue, 19 May 2020 14:32:06 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/04-may-2020-2/", "content-length": "5.23 KB", "content-size": "19.90 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" diff --git a/content/reports/2020-05-20.md b/content/reports/2020-05-20.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[c0fe318](https://git.ybbond.dev/ybbond/index.html#c0fe318f3f6b067713effb7b5495c72de57d7671) +[c0fe318](https://git.ybbond.id/ybbond/index.html#c0fe318f3f6b067713effb7b5495c72de57d7671) **Commit title:** feature: added GoatCounter. init, only header script @@ -27,19 +27,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/", "content-length": "7.04 KB", "content-size": "28.26 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -51,31 +51,31 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "598 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -90,19 +90,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/about/", "content-length": "7.34 KB", "content-size": "24.54 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -114,43 +114,43 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "bandung-mosh-on-tarintih.jpeg", "content-length": "36.49 KB", "content-size": "36.26 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "578 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -165,19 +165,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/uses/", "content-length": "6.49 KB", "content-size": "23.37 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.69 KB", "content-size": "7.07 KB" @@ -189,37 +189,37 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "598 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -234,19 +234,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/", "content-length": "7.80 KB", "content-size": "29.47 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -258,49 +258,49 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "1.png", "content-length": "502.82 KB", "content-size": "502.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "nutype-under-ipad.jpg", "content-length": "282.18 KB", "content-size": "281.95 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "ia-writer-headline.jpg (404)", "content-length": "285 B", "content-size": "146 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "578 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -315,19 +315,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/", "content-length": "7.83 KB", "content-size": "38.66 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -339,37 +339,37 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "598 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -384,19 +384,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-migrating-my-blog-to-hugo/", "content-length": "7.53 KB", "content-size": "26.08 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -408,37 +408,37 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "578 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -453,19 +453,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "content-length": "6.37 KB", "content-size": "22.56 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -477,37 +477,37 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "4.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "56.83 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "598 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" @@ -522,19 +522,19 @@ Tue, 19 May 2020 21:05:26 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/04-may-2020-2/", "content-length": "5.27 KB", "content-size": "20 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "682 B", "content-size": "1.04 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.68 KB", "content-size": "7.07 KB" @@ -546,31 +546,31 @@ Tue, 19 May 2020 21:05:26 +0700 "content-size": "5.81 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.33 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "55.77 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.60 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "598 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.35 KB", "content-size": "1.12 KB" diff --git a/content/reports/2020-05-31.md b/content/reports/2020-05-31.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[103d6d0](https://git.ybbond.dev/ybbond/index.html#103d6d01d31282b4a153fb6c4c7aafca0a3465c4) +[103d6d0](https://git.ybbond.id/ybbond/index.html#103d6d01d31282b4a153fb6c4c7aafca0a3465c4) **Commit title:** content: May links and note about macbook right port overheat @@ -27,19 +27,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/", "content-length": "6.21 KB", "content-size": "29.71 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "6.74 KB", "content-size": "31.86 KB" @@ -51,31 +51,31 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" @@ -90,19 +90,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/about/", "content-length": "6.56 KB", "content-size": "25.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -114,43 +114,43 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "57.09 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "bandung-mosh-on-tarintih.jpeg", "content-length": "36.74 KB", "content-size": "36.26 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" @@ -165,19 +165,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/uses/", "content-length": "5.78 KB", "content-size": "24.61 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -189,37 +189,37 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "57.09 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" @@ -234,19 +234,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/", "content-length": "7.81 KB", "content-size": "34.84 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -258,31 +258,31 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" @@ -297,19 +297,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/", "content-length": "7.17 KB", "content-size": "44.01 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -321,37 +321,37 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "57.09 KB", "content-size": "56.59 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" @@ -366,19 +366,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-migrating-my-blog-to-hugo/", "content-length": "6.77 KB", "content-size": "27.12 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -390,37 +390,37 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "57.09 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" @@ -435,19 +435,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "content-length": "5.65 KB", "content-size": "22.97 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "858 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -459,37 +459,37 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Bold.woff", "content-length": "57.09 KB", "content-size": "56.59 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" @@ -504,19 +504,19 @@ Mon, 1 Jun 2020 02:11:23 +0700 ```json [ { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "/notes/04-may-2020-2/", "content-length": "4.68 KB", "content-size": "20.54 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "darkToggler.js", "content-length": "859 B", "content-size": "810 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "lazyImage.js", "content-length": "3.71 KB", "content-size": "7.06 KB" @@ -528,31 +528,31 @@ Mon, 1 Jun 2020 02:11:23 +0700 "content-size": "5.77 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "logo.png", "content-length": "138.59 KB", "content-size": "138.10 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterQuattroS-Regular.woff", "content-length": "56.03 KB", "content-size": "55.53 KB" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "iAWriterDuospace-Regular.woff", "content-length": "76.85 KB", "content-size": "76.36 KB" }, { - "domain": "stats.ybbond.dev", + "domain": "stats.ybbond.id", "path": "count?p=/&t=", "content-length": "765 B", "content-size": "43 B" }, { - "domain": "ybbond.dev", + "domain": "ybbond.id", "path": "favicon.ico", "content-length": "1.36 KB", "content-size": "1.12 KB" diff --git a/content/reports/2020-06-30.md b/content/reports/2020-06-30.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[dfa0d6f](https://git.ybbond.dev/ybbond/index.html#dfa0d6f2cdc96e8d1fb8d553adc7c604f1cf7403) +[dfa0d6f](https://git.ybbond.id/ybbond/index.html#dfa0d6f2cdc96e8d1fb8d553adc7c604f1cf7403) **Commit title:** content: notes about teletype @@ -26,26 +26,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/", + "title": "https://ybbond.id/", "totals": { "content-length": "233.32 KB", "content-size": "266.80 KB" }, "files": [ { - "path": "https://ybbond.dev/", + "path": "https://ybbond.id/", "status": 200, "content-length": "6.74 KB", "content-size": "31.86 KB" }, { - "path": "https://ybbond.dev/darkToggler.js", + "path": "https://ybbond.id/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/lazyImage.js", + "path": "https://ybbond.id/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -57,19 +57,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/logo.png", + "path": "https://ybbond.id/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/cc-by-sa-80x15.png", + "path": "https://ybbond.id/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -85,26 +85,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/about/", + "title": "https://ybbond.id/about/", "totals": { "content-length": "233.61 KB", "content-size": "261.75 KB" }, "files": [ { - "path": "https://ybbond.dev/about/", + "path": "https://ybbond.id/about/", "status": 200, "content-length": "7.03 KB", "content-size": "26.81 KB" }, { - "path": "https://ybbond.dev/about/darkToggler.js", + "path": "https://ybbond.id/about/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/about/lazyImage.js", + "path": "https://ybbond.id/about/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -116,19 +116,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/about/logo.png", + "path": "https://ybbond.id/about/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/about/cc-by-sa-80x15.png", + "path": "https://ybbond.id/about/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/about/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/about/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -144,26 +144,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/uses/", + "title": "https://ybbond.id/uses/", "totals": { "content-length": "233.47 KB", "content-size": "264.19 KB" }, "files": [ { - "path": "https://ybbond.dev/uses/", + "path": "https://ybbond.id/uses/", "status": 200, "content-length": "6.89 KB", "content-size": "29.25 KB" }, { - "path": "https://ybbond.dev/uses/darkToggler.js", + "path": "https://ybbond.id/uses/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/uses/lazyImage.js", + "path": "https://ybbond.id/uses/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -175,19 +175,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/uses/logo.png", + "path": "https://ybbond.id/uses/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/uses/cc-by-sa-80x15.png", + "path": "https://ybbond.id/uses/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/uses/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/uses/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -203,26 +203,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/posts/", + "title": "https://ybbond.id/posts/", "totals": { "content-length": "234.73 KB", "content-size": "270.22 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/", + "path": "https://ybbond.id/posts/", "status": 200, "content-length": "8.15 KB", "content-size": "35.28 KB" }, { - "path": "https://ybbond.dev/posts/darkToggler.js", + "path": "https://ybbond.id/posts/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/lazyImage.js", + "path": "https://ybbond.id/posts/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -234,19 +234,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/logo.png", + "path": "https://ybbond.id/posts/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/posts/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -262,26 +262,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/notes/", + "title": "https://ybbond.id/notes/", "totals": { "content-length": "234.87 KB", "content-size": "286.53 KB" }, "files": [ { - "path": "https://ybbond.dev/notes/", + "path": "https://ybbond.id/notes/", "status": 200, "content-length": "8.29 KB", "content-size": "51.59 KB" }, { - "path": "https://ybbond.dev/notes/darkToggler.js", + "path": "https://ybbond.id/notes/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/notes/lazyImage.js", + "path": "https://ybbond.id/notes/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -293,19 +293,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/notes/logo.png", + "path": "https://ybbond.id/notes/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/notes/cc-by-sa-80x15.png", + "path": "https://ybbond.id/notes/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/notes/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/notes/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -321,26 +321,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/", + "title": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/", "totals": { "content-length": "233.62 KB", "content-size": "263.08 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/", "status": 200, "content-length": "7.04 KB", "content-size": "28.15 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/darkToggler.js", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/lazyImage.js", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -352,19 +352,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/logo.png", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -380,26 +380,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/", + "title": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "totals": { "content-length": "261.56 KB", "content-size": "356.79 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "status": 200, "content-length": "6.08 KB", "content-size": "23.88 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/darkToggler.js", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/lazyImage.js", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -411,7 +411,7 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/logo.png", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" @@ -423,13 +423,13 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "97.98 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -445,26 +445,26 @@ Tue, 30 Jun 2020 21:44:10 +0700 ```json { - "title": "https://ybbond.dev/notes/04-may-2020-2/", + "title": "https://ybbond.id/notes/04-may-2020-2/", "totals": { "content-length": "231.47 KB", "content-size": "256.10 KB" }, "files": [ { - "path": "https://ybbond.dev/notes/04-may-2020-2/", + "path": "https://ybbond.id/notes/04-may-2020-2/", "status": 200, "content-length": "4.89 KB", "content-size": "21.16 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/darkToggler.js", + "path": "https://ybbond.id/notes/04-may-2020-2/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/lazyImage.js", + "path": "https://ybbond.id/notes/04-may-2020-2/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -476,19 +476,19 @@ Tue, 30 Jun 2020 21:44:10 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/logo.png", + "path": "https://ybbond.id/notes/04-may-2020-2/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/cc-by-sa-80x15.png", + "path": "https://ybbond.id/notes/04-may-2020-2/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/notes/04-may-2020-2/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" diff --git a/content/reports/2020-07-04.md b/content/reports/2020-07-04.md @@ -11,7 +11,7 @@ private: true --- **Last commit:** -[cd6ace0](https://git.ybbond.dev/ybbond/index.html#cd6ace0ed98e5466be6c2c273aa4861ff267cb75) +[cd6ace0](https://git.ybbond.id/ybbond/index.html#cd6ace0ed98e5466be6c2c273aa4861ff267cb75) **Commit title:** content: change reports format to text only @@ -26,26 +26,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/", + "title": "https://ybbond.id/", "totals": { "content-length": "331.13 KB", "content-size": "410.94 KB" }, "files": [ { - "path": "https://ybbond.dev/", + "path": "https://ybbond.id/", "status": 200, "content-length": "7.04 KB", "content-size": "32.96 KB" }, { - "path": "https://ybbond.dev/darkToggler.js", + "path": "https://ybbond.id/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/lazyImage.js", + "path": "https://ybbond.id/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -57,37 +57,37 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/fontawesome.min.css", + "path": "https://ybbond.id/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/brands.min.css", + "path": "https://ybbond.id/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/logo.png", + "path": "https://ybbond.id/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/cc-by-sa-80x15.png", + "path": "https://ybbond.id/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" }, { - "path": "https://ybbond.dev/brands.min.cssfonts/fa-brands-400.woff", + "path": "https://ybbond.id/brands.min.cssfonts/fa-brands-400.woff", "status": 200, "content-length": "85.14 KB", "content-size": "85.14 KB" @@ -103,26 +103,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/about/", + "title": "https://ybbond.id/about/", "totals": { "content-length": "331.16 KB", "content-size": "405.86 KB" }, "files": [ { - "path": "https://ybbond.dev/about/", + "path": "https://ybbond.id/about/", "status": 200, "content-length": "7.07 KB", "content-size": "27.89 KB" }, { - "path": "https://ybbond.dev/about/darkToggler.js", + "path": "https://ybbond.id/about/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/about/lazyImage.js", + "path": "https://ybbond.id/about/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -134,37 +134,37 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/about/fontawesome.min.css", + "path": "https://ybbond.id/about/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/about/brands.min.css", + "path": "https://ybbond.id/about/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/about/logo.png", + "path": "https://ybbond.id/about/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/about/cc-by-sa-80x15.png", + "path": "https://ybbond.id/about/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/brands.min.cssfonts/fa-brands-400.woff", + "path": "https://ybbond.id/brands.min.cssfonts/fa-brands-400.woff", "status": 200, "content-length": "85.14 KB", "content-size": "85.14 KB" }, { - "path": "https://ybbond.dev/about/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/about/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -180,26 +180,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/uses/", + "title": "https://ybbond.id/uses/", "totals": { "content-length": "331.51 KB", "content-size": "410.73 KB" }, "files": [ { - "path": "https://ybbond.dev/uses/", + "path": "https://ybbond.id/uses/", "status": 200, "content-length": "7.42 KB", "content-size": "32.75 KB" }, { - "path": "https://ybbond.dev/uses/darkToggler.js", + "path": "https://ybbond.id/uses/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/uses/lazyImage.js", + "path": "https://ybbond.id/uses/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -211,37 +211,37 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/uses/fontawesome.min.css", + "path": "https://ybbond.id/uses/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/uses/brands.min.css", + "path": "https://ybbond.id/uses/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/uses/logo.png", + "path": "https://ybbond.id/uses/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/uses/cc-by-sa-80x15.png", + "path": "https://ybbond.id/uses/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/uses/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/uses/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" }, { - "path": "https://ybbond.dev/brands.min.cssfonts/fa-brands-400.woff", + "path": "https://ybbond.id/brands.min.cssfonts/fa-brands-400.woff", "status": 200, "content-length": "85.14 KB", "content-size": "85.14 KB" @@ -257,26 +257,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/posts/", + "title": "https://ybbond.id/posts/", "totals": { "content-length": "247.93 KB", "content-size": "331.54 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/", + "path": "https://ybbond.id/posts/", "status": 200, "content-length": "8.57 KB", "content-size": "38.71 KB" }, { - "path": "https://ybbond.dev/posts/darkToggler.js", + "path": "https://ybbond.id/posts/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/lazyImage.js", + "path": "https://ybbond.id/posts/lazyImage.js", "status": 200, "content-length": "3.35 KB", "content-size": "7.24 KB" @@ -288,31 +288,31 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/fontawesome.min.css", + "path": "https://ybbond.id/posts/fontawesome.min.css", "status": 200, "content-length": "12.12 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/posts/brands.min.css", + "path": "https://ybbond.id/posts/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/posts/logo.png", + "path": "https://ybbond.id/posts/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/posts/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.35 KB", "content-size": "78.19 KB" @@ -328,26 +328,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/notes/", + "title": "https://ybbond.id/notes/", "totals": { "content-length": "332.69 KB", "content-size": "432.18 KB" }, "files": [ { - "path": "https://ybbond.dev/notes/", + "path": "https://ybbond.id/notes/", "status": 200, "content-length": "8.60 KB", "content-size": "54.21 KB" }, { - "path": "https://ybbond.dev/notes/darkToggler.js", + "path": "https://ybbond.id/notes/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/notes/lazyImage.js", + "path": "https://ybbond.id/notes/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -359,37 +359,37 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/notes/fontawesome.min.css", + "path": "https://ybbond.id/notes/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/notes/brands.min.css", + "path": "https://ybbond.id/notes/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/notes/logo.png", + "path": "https://ybbond.id/notes/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/notes/cc-by-sa-80x15.png", + "path": "https://ybbond.id/notes/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/brands.min.cssfonts/fa-brands-400.woff", + "path": "https://ybbond.id/brands.min.cssfonts/fa-brands-400.woff", "status": 200, "content-length": "85.14 KB", "content-size": "85.14 KB" }, { - "path": "https://ybbond.dev/notes/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/notes/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -405,26 +405,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/", + "title": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/", "totals": { "content-length": "331.28 KB", "content-size": "406.88 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/", "status": 200, "content-length": "7.19 KB", "content-size": "28.91 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/darkToggler.js", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/lazyImage.js", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -436,37 +436,37 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/fontawesome.min.css", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/brands.min.css", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/logo.png", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/2020-04-migrating-my-blog-to-hugo/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/2020-04-migrating-my-blog-to-hugo/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" }, { - "path": "https://ybbond.dev/brands.min.cssfonts/fa-brands-400.woff", + "path": "https://ybbond.id/brands.min.cssfonts/fa-brands-400.woff", "status": 200, "content-length": "85.14 KB", "content-size": "85.14 KB" @@ -482,26 +482,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/", + "title": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "totals": { "content-length": "273.99 KB", "content-size": "414.93 KB" }, "files": [ { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/", "status": 200, "content-length": "6.14 KB", "content-size": "24.12 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/darkToggler.js", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/lazyImage.js", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -513,19 +513,19 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/fontawesome.min.css", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/brands.min.css", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/logo.png", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" @@ -537,13 +537,13 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "97.98 KB" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/cc-by-sa-80x15.png", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/posts/2020-04-why-i-positioned-sidebar-to-the-right/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/posts/2020-04-why-i-positioned-sidebar-to-the-right/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" @@ -559,26 +559,26 @@ Sat, 4 Jul 2020 17:17:22 +0700 ```json { - "title": "https://ybbond.dev/notes/04-may-2020-2/", + "title": "https://ybbond.id/notes/04-may-2020-2/", "totals": { "content-length": "243.97 KB", "content-size": "314.55 KB" }, "files": [ { - "path": "https://ybbond.dev/notes/04-may-2020-2/", + "path": "https://ybbond.id/notes/04-may-2020-2/", "status": 200, "content-length": "5.02 KB", "content-size": "21.71 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/darkToggler.js", + "path": "https://ybbond.id/notes/04-may-2020-2/darkToggler.js", "status": 200, "content-length": "984 B", "content-size": "984 B" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/lazyImage.js", + "path": "https://ybbond.id/notes/04-may-2020-2/lazyImage.js", "status": 200, "content-length": "3.25 KB", "content-size": "7.24 KB" @@ -590,31 +590,31 @@ Sat, 4 Jul 2020 17:17:22 +0700 "content-size": "6.67 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/fontawesome.min.css", + "path": "https://ybbond.id/notes/04-may-2020-2/fontawesome.min.css", "status": 200, "content-length": "11.97 KB", "content-size": "57.50 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/brands.min.css", + "path": "https://ybbond.id/notes/04-may-2020-2/brands.min.css", "status": 200, "content-length": "394 B", "content-size": "394 B" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/logo.png", + "path": "https://ybbond.id/notes/04-may-2020-2/logo.png", "status": 200, "content-length": "141.42 KB", "content-size": "141.42 KB" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/cc-by-sa-80x15.png", + "path": "https://ybbond.id/notes/04-may-2020-2/cc-by-sa-80x15.png", "status": 200, "content-length": "446 B", "content-size": "446 B" }, { - "path": "https://ybbond.dev/notes/04-may-2020-2/fonts/iAWriterDuospace-Regular.woff", + "path": "https://ybbond.id/notes/04-may-2020-2/fonts/iAWriterDuospace-Regular.woff", "status": 200, "content-length": "78.19 KB", "content-size": "78.19 KB" diff --git a/content/uses.md b/content/uses.md @@ -126,10 +126,10 @@ I use [zettelkasten](https://zettelkasten.de/) paradigm for my knowledge base an [ducky]: https://twitter.com/ybbond_/status/1146845120618090497 [video]: https://twitter.com/ybbond_/status/1262066984763527168 -[kitty]: https://git.ybbond.dev/dotfiles/file/.config/kitty/kitty.conf.html -[nvim]: https://git.ybbond.dev/dotfiles/file/.config/nvim/init.vim.html -[tmux]: https://git.ybbond.dev/dotfiles/file/.tmux.conf.html -[zshrc]: https://git.ybbond.dev/dotfiles/file/.zshrc.html +[kitty]: https://git.ybbond.id/dotfiles/file/.config/kitty/kitty.conf.html +[nvim]: https://git.ybbond.id/dotfiles/file/.config/nvim/init.vim.html +[tmux]: https://git.ybbond.id/dotfiles/file/.tmux.conf.html +[zshrc]: https://git.ybbond.id/dotfiles/file/.zshrc.html [xit]: https://github.com/Uncommon/Xit [ripcord]: https://cancel.fm/ripcord/ diff --git a/data/webmentions/archives--7-langkah-hidup-bijak.json b/data/webmentions/archives--7-langkah-hidup-bijak.json @@ -12,11 +12,11 @@ "wm-received": "2020-06-11T10:16:04Z", "wm-id": 809204, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17844928306159365", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "ANCOL HAHAHA" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -33,11 +33,11 @@ "wm-received": "2020-06-11T10:16:05Z", "wm-id": 809205, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17856158167108508", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "sokin bang, rmh gw deket ancol." }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -54,12 +54,12 @@ "wm-received": "2020-06-11T10:16:06Z", "wm-id": 809206, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17857817080075448", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "html": "<a href=\"https://www.instagram.com/gvnaph/\">@gvnaph</a> <a href=\"https://www.instagram.com/laviolaflorence/\">@laviolaflorence</a> kumpul iyd di dekenat utara(baca: melipir ke pulau seribu) kuy // <a href=\"https://www.instagram.com/igalyyi/\">@igalyyi</a> iye, tetiba terinspirasi", "text": "@gvnaph @laviolaflorence kumpul iyd di dekenat utara(baca: melipir ke pulau seribu) kuy // @igalyyi iye, tetiba terinspirasi" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -76,11 +76,11 @@ "wm-received": "2020-06-11T10:16:09Z", "wm-id": 809207, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17844932686193572", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "aturr jo bang haha," }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -97,11 +97,11 @@ "wm-received": "2020-06-11T10:16:10Z", "wm-id": 809208, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17866516738043938", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "Mm boleeee🌝" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -118,11 +118,11 @@ "wm-received": "2020-06-11T10:16:11Z", "wm-id": 809209, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17856155614117042", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "Bole bole ajak\" dong" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -139,12 +139,12 @@ "wm-received": "2020-06-11T10:16:12Z", "wm-id": 809210, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17866554805015946", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "html": "<a href=\"https://www.instagram.com/eduardusgiovanni/\">@eduardusgiovanni</a> <a href=\"https://www.instagram.com/gvnaph/\">@gvnaph</a> <a href=\"https://www.instagram.com/laviolaflorence/\">@laviolaflorence</a> asiiik rame", "text": "@eduardusgiovanni @gvnaph @laviolaflorence asiiik rame" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -161,11 +161,11 @@ "wm-received": "2020-06-11T10:16:14Z", "wm-id": 809211, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17869831102045354", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "gila dungg.. hebat u punya pikiran eksotis.. kagum gue sama kata\" u.." }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -182,11 +182,11 @@ "wm-received": "2020-06-11T10:16:14Z", "wm-id": 809212, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17856312241110298", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "Lombok yuu" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -203,12 +203,12 @@ "wm-received": "2020-06-11T10:16:15Z", "wm-id": 809213, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17867599111059785", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "html": "asmodeus siapa dung? <a href=\"https://www.instagram.com/ybbond/\">@ybbond</a>", "text": "asmodeus siapa dung? @ybbond" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -225,12 +225,12 @@ "wm-received": "2020-06-11T10:16:16Z", "wm-id": 809214, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17844924394147365", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "html": "<a href=\"https://www.instagram.com/yfalihendri/\">@yfalihendri</a> ehehehe, hobi iseng bikin beginian // <a href=\"https://www.instagram.com/leileiarwen/\">@leileiarwen</a> yuk nabungs // <a href=\"https://www.instagram.com/wisnyunyun/\">@wisnyunyun</a> iblis lust nu", "text": "@yfalihendri ehehehe, hobi iseng bikin beginian // @leileiarwen yuk nabungs // @wisnyunyun iblis lust nu" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -247,11 +247,11 @@ "wm-received": "2020-06-11T10:16:17Z", "wm-id": 809215, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1394995577633570593_43527601/17860658755071496", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "content": { "text": "Follback dung" }, - "in-reply-to": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "in-reply-to": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "in-reply-to", "wm-private": false }, @@ -268,8 +268,8 @@ "wm-received": "2020-06-11T10:16:18Z", "wm-id": 809216, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2078515123", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -286,8 +286,8 @@ "wm-received": "2020-06-11T10:16:28Z", "wm-id": 809217, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1210532807", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -304,8 +304,8 @@ "wm-received": "2020-06-11T10:16:28Z", "wm-id": 809218, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1087327539", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -322,8 +322,8 @@ "wm-received": "2020-06-11T10:16:30Z", "wm-id": 809219, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/231292891", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -340,8 +340,8 @@ "wm-received": "2020-06-11T10:16:30Z", "wm-id": 809220, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2366759349", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -358,8 +358,8 @@ "wm-received": "2020-06-11T10:16:31Z", "wm-id": 809221, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1901115103", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -376,8 +376,8 @@ "wm-received": "2020-06-11T10:16:32Z", "wm-id": 809222, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1271966184", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -394,8 +394,8 @@ "wm-received": "2020-06-11T10:16:33Z", "wm-id": 809223, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/871664529", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -412,8 +412,8 @@ "wm-received": "2020-06-11T10:16:34Z", "wm-id": 809224, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2148562874", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -430,8 +430,8 @@ "wm-received": "2020-06-11T10:16:37Z", "wm-id": 809225, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/520414741", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -448,8 +448,8 @@ "wm-received": "2020-06-11T10:16:37Z", "wm-id": 809226, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/640902597", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -466,8 +466,8 @@ "wm-received": "2020-06-11T10:16:38Z", "wm-id": 809227, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/210683876", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -484,8 +484,8 @@ "wm-received": "2020-06-11T10:16:39Z", "wm-id": 809228, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1446643728", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -502,8 +502,8 @@ "wm-received": "2020-06-11T10:16:40Z", "wm-id": 809229, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1721782113", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -520,8 +520,8 @@ "wm-received": "2020-06-11T10:16:41Z", "wm-id": 809230, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1364975157", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -538,8 +538,8 @@ "wm-received": "2020-06-11T10:16:42Z", "wm-id": 809231, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1142504522", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -556,8 +556,8 @@ "wm-received": "2020-06-11T10:16:43Z", "wm-id": 809232, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/4192248779", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -574,8 +574,8 @@ "wm-received": "2020-06-11T10:16:44Z", "wm-id": 809233, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1113748365", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -592,8 +592,8 @@ "wm-received": "2020-06-11T10:16:45Z", "wm-id": 809234, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/241882220", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -610,8 +610,8 @@ "wm-received": "2020-06-11T10:16:46Z", "wm-id": 809235, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1931066257", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -628,8 +628,8 @@ "wm-received": "2020-06-11T10:16:48Z", "wm-id": 809236, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1386041567", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -646,8 +646,8 @@ "wm-received": "2020-06-11T10:16:48Z", "wm-id": 809237, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/500820635", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -664,8 +664,8 @@ "wm-received": "2020-06-11T10:16:50Z", "wm-id": 809238, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1394193303", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -682,8 +682,8 @@ "wm-received": "2020-06-11T10:16:51Z", "wm-id": 809239, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/418858179", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -700,8 +700,8 @@ "wm-received": "2020-06-11T10:16:52Z", "wm-id": 809240, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2222308203", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -718,8 +718,8 @@ "wm-received": "2020-06-11T10:16:53Z", "wm-id": 809241, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1781511679", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -736,8 +736,8 @@ "wm-received": "2020-06-11T10:16:54Z", "wm-id": 809242, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1116640913", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -754,8 +754,8 @@ "wm-received": "2020-06-11T10:16:55Z", "wm-id": 809243, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1356067486", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -772,8 +772,8 @@ "wm-received": "2020-06-11T10:16:56Z", "wm-id": 809244, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1443365466", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -790,8 +790,8 @@ "wm-received": "2020-06-11T10:16:57Z", "wm-id": 809245, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1314519936", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -808,8 +808,8 @@ "wm-received": "2020-06-11T10:16:57Z", "wm-id": 809246, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1771793330", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -826,8 +826,8 @@ "wm-received": "2020-06-11T10:16:58Z", "wm-id": 809247, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/228270013", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -844,8 +844,8 @@ "wm-received": "2020-06-11T10:16:59Z", "wm-id": 809248, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/325431407", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -862,8 +862,8 @@ "wm-received": "2020-06-11T10:16:59Z", "wm-id": 809249, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1325457569", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -880,8 +880,8 @@ "wm-received": "2020-06-11T10:16:59Z", "wm-id": 809250, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1370103127", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -898,8 +898,8 @@ "wm-received": "2020-06-11T10:17:00Z", "wm-id": 809251, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/296666280", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -916,8 +916,8 @@ "wm-received": "2020-06-11T10:17:01Z", "wm-id": 809252, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1114601209", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -934,8 +934,8 @@ "wm-received": "2020-06-11T10:17:02Z", "wm-id": 809253, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1407337339", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -952,8 +952,8 @@ "wm-received": "2020-06-11T10:17:02Z", "wm-id": 809254, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1200173525", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -970,8 +970,8 @@ "wm-received": "2020-06-11T10:17:03Z", "wm-id": 809255, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/529731001", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -988,8 +988,8 @@ "wm-received": "2020-06-11T10:17:03Z", "wm-id": 809256, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2139930578", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1006,8 +1006,8 @@ "wm-received": "2020-06-11T10:17:04Z", "wm-id": 809257, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1528407958", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1024,8 +1024,8 @@ "wm-received": "2020-06-11T10:17:04Z", "wm-id": 809258, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1482682974", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1042,8 +1042,8 @@ "wm-received": "2020-06-11T10:17:06Z", "wm-id": 809259, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/19052196", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1060,8 +1060,8 @@ "wm-received": "2020-06-11T10:17:06Z", "wm-id": 809260, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1416548215", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1078,8 +1078,8 @@ "wm-received": "2020-06-11T10:17:07Z", "wm-id": 809261, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1060626962", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1096,8 +1096,8 @@ "wm-received": "2020-06-11T10:17:08Z", "wm-id": 809262, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/2233105843", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1114,8 +1114,8 @@ "wm-received": "2020-06-11T10:17:09Z", "wm-id": 809263, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1922273941", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1132,8 +1132,8 @@ "wm-received": "2020-06-11T10:17:11Z", "wm-id": 809265, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/3671195785", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false }, @@ -1150,8 +1150,8 @@ "wm-received": "2020-06-11T10:17:12Z", "wm-id": 809266, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1394995577633570593_43527601/1730473642", - "wm-target": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", - "like-of": "https://ybbond.dev/archives/7-langkah-hidup-bijak/", + "wm-target": "https://ybbond.id/archives/7-langkah-hidup-bijak/", + "like-of": "https://ybbond.id/archives/7-langkah-hidup-bijak/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/archives--kamar-gelap.json b/data/webmentions/archives--kamar-gelap.json @@ -12,11 +12,11 @@ "wm-received": "2020-06-11T10:17:14Z", "wm-id": 809267, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845338745085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Dia protes atas bau truk sampah yang lewat,\nTapi dia lupa berapa banyak orang yang sekarat karna bau badannya." }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -33,11 +33,11 @@ "wm-received": "2020-06-11T10:17:14Z", "wm-id": 809268, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845338334085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "keren💯💯💯" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -54,11 +54,11 @@ "wm-received": "2020-06-11T10:17:16Z", "wm-id": 809269, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845338748085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "🙌" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -75,11 +75,11 @@ "wm-received": "2020-06-11T10:17:16Z", "wm-id": 809270, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845347595085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Dung. Kalo tulisanmu begini terus ogut bisa meleleh loh." }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -96,11 +96,11 @@ "wm-received": "2020-06-11T10:17:18Z", "wm-id": 809271, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845348639085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "itu lagi nangis gt ya?" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -117,11 +117,11 @@ "wm-received": "2020-06-11T10:17:19Z", "wm-id": 809272, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845348642085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Ada airmata gt masa" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -138,11 +138,11 @@ "wm-received": "2020-06-11T10:17:20Z", "wm-id": 809273, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845348672085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Duh gue ngerusak momen bgt ya:( HEHE SENGAJA tp bagus kok😘" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -159,12 +159,12 @@ "wm-received": "2020-06-11T10:17:21Z", "wm-id": 809274, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845349848085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "html": "Sabar aja dung. Yang komen di atas gue emang suka nyepam gitu soalnya kesepian. <a href=\"https://www.instagram.com/pramesty21/\">@pramesty21</a>", "text": "Sabar aja dung. Yang komen di atas gue emang suka nyepam gitu soalnya kesepian. @pramesty21" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -181,12 +181,12 @@ "wm-received": "2020-06-11T10:17:23Z", "wm-id": 809275, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845355392085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "html": "<a href=\"https://www.instagram.com/gitariamss/\">@gitariamss</a> <a href=\"https://www.instagram.com/leileizo/\">@leileizo</a> 😆 makasih makasih", "text": "@gitariamss @leileizo 😆 makasih makasih" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -203,12 +203,12 @@ "wm-received": "2020-06-11T10:17:24Z", "wm-id": 809276, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845355404085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "html": "<a href=\"https://www.instagram.com/fbryana/\">@fbryana</a> jadiin, terusin ah", "text": "@fbryana jadiin, terusin ah" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -225,12 +225,12 @@ "wm-received": "2020-06-11T10:17:26Z", "wm-id": 809277, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845355440085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "html": "<a href=\"https://www.instagram.com/pramesty21/\">@pramesty21</a> <a href=\"https://www.instagram.com/yesicanggita/\">@yesicanggita</a> iya, aku udah tau kok perangainya dia begitu", "text": "@pramesty21 @yesicanggita iya, aku udah tau kok perangainya dia begitu" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -247,12 +247,12 @@ "wm-received": "2020-06-11T10:17:28Z", "wm-id": 809278, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845355464085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "html": "<a href=\"https://www.instagram.com/fawwazrd/\">@fawwazrd</a> bhahahah! dan yang protes adalah sopir mobil tinja", "text": "@fawwazrd bhahahah! dan yang protes adalah sopir mobil tinja" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -269,11 +269,11 @@ "wm-received": "2020-06-11T10:17:28Z", "wm-id": 809279, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845357753085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Me laff youuu stillll, you know thaatt" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -290,11 +290,11 @@ "wm-received": "2020-06-11T10:17:30Z", "wm-id": 809280, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1203562389910891252_43527601/17845394131085546", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", "content": { "text": "Aaaaaaaaaw♥♥♥♥♥♥ much luuuuuvs" }, - "in-reply-to": "https://ybbond.dev/archives/kamar-gelap/", + "in-reply-to": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "in-reply-to", "wm-private": false }, @@ -311,8 +311,8 @@ "wm-received": "2020-06-11T10:17:31Z", "wm-id": 809281, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1528407958", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -329,8 +329,8 @@ "wm-received": "2020-06-11T10:17:32Z", "wm-id": 809282, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1508701978", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -347,8 +347,8 @@ "wm-received": "2020-06-11T10:17:33Z", "wm-id": 809283, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/2139930578", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -365,8 +365,8 @@ "wm-received": "2020-06-11T10:17:34Z", "wm-id": 809284, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/231292891", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -383,8 +383,8 @@ "wm-received": "2020-06-11T10:17:35Z", "wm-id": 809285, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/411910241", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -401,8 +401,8 @@ "wm-received": "2020-06-11T10:17:36Z", "wm-id": 809286, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1233840494", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -419,8 +419,8 @@ "wm-received": "2020-06-11T10:17:37Z", "wm-id": 809287, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/2233105843", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -437,8 +437,8 @@ "wm-received": "2020-06-11T10:17:38Z", "wm-id": 809288, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1441219820", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -455,8 +455,8 @@ "wm-received": "2020-06-11T10:17:38Z", "wm-id": 809289, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1762442674", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -473,8 +473,8 @@ "wm-received": "2020-06-11T10:17:40Z", "wm-id": 809290, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1386081575", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -491,8 +491,8 @@ "wm-received": "2020-06-11T10:17:41Z", "wm-id": 809291, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1711118154", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -509,8 +509,8 @@ "wm-received": "2020-06-11T10:17:42Z", "wm-id": 809292, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1419334267", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -527,8 +527,8 @@ "wm-received": "2020-06-11T10:17:43Z", "wm-id": 809293, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/505163543", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -545,8 +545,8 @@ "wm-received": "2020-06-11T10:17:44Z", "wm-id": 809294, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1180770549", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -563,8 +563,8 @@ "wm-received": "2020-06-11T10:17:45Z", "wm-id": 809295, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1512228856", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -581,8 +581,8 @@ "wm-received": "2020-06-11T10:17:46Z", "wm-id": 809296, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/241882220", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -599,8 +599,8 @@ "wm-received": "2020-06-11T10:17:47Z", "wm-id": 809297, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1443788186", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -617,8 +617,8 @@ "wm-received": "2020-06-11T10:17:48Z", "wm-id": 809298, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/249011318", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -635,8 +635,8 @@ "wm-received": "2020-06-11T10:17:49Z", "wm-id": 809299, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/273255542", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -653,8 +653,8 @@ "wm-received": "2020-06-11T10:18:06Z", "wm-id": 809300, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/418858179", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -671,8 +671,8 @@ "wm-received": "2020-06-11T10:18:06Z", "wm-id": 809301, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/800650422", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -689,8 +689,8 @@ "wm-received": "2020-06-11T10:18:08Z", "wm-id": 809302, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/296666280", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -707,8 +707,8 @@ "wm-received": "2020-06-11T10:18:08Z", "wm-id": 809303, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/248122908", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -725,8 +725,8 @@ "wm-received": "2020-06-11T10:18:10Z", "wm-id": 809304, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1271966184", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -743,8 +743,8 @@ "wm-received": "2020-06-11T10:18:10Z", "wm-id": 809305, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1764469027", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -761,8 +761,8 @@ "wm-received": "2020-06-11T10:18:11Z", "wm-id": 809306, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/2356566220", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -779,8 +779,8 @@ "wm-received": "2020-06-11T10:18:12Z", "wm-id": 809307, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/469252158", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -797,8 +797,8 @@ "wm-received": "2020-06-11T10:18:13Z", "wm-id": 809308, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1945255717", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -815,8 +815,8 @@ "wm-received": "2020-06-11T10:18:14Z", "wm-id": 809309, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/280584529", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -833,8 +833,8 @@ "wm-received": "2020-06-11T10:18:15Z", "wm-id": 809310, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1457719162", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -851,8 +851,8 @@ "wm-received": "2020-06-11T10:18:16Z", "wm-id": 809311, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/614778421", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -869,8 +869,8 @@ "wm-received": "2020-06-11T10:18:17Z", "wm-id": 809312, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1472349019", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -887,8 +887,8 @@ "wm-received": "2020-06-11T10:18:18Z", "wm-id": 809313, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/56065379", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -905,8 +905,8 @@ "wm-received": "2020-06-11T10:18:19Z", "wm-id": 809314, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/818216035", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -923,8 +923,8 @@ "wm-received": "2020-06-11T10:18:20Z", "wm-id": 809315, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/187259934", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -941,8 +941,8 @@ "wm-received": "2020-06-11T10:18:21Z", "wm-id": 809316, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1416753185", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -959,8 +959,8 @@ "wm-received": "2020-06-11T10:18:22Z", "wm-id": 809318, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/582196062", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -977,8 +977,8 @@ "wm-received": "2020-06-11T10:18:23Z", "wm-id": 809319, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1738215482", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -995,8 +995,8 @@ "wm-received": "2020-06-11T10:18:24Z", "wm-id": 809320, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1651892196", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1013,8 +1013,8 @@ "wm-received": "2020-06-11T10:18:25Z", "wm-id": 809321, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1370103127", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1031,8 +1031,8 @@ "wm-received": "2020-06-11T10:18:26Z", "wm-id": 809322, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1142504522", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1049,8 +1049,8 @@ "wm-received": "2020-06-11T10:18:27Z", "wm-id": 809323, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/50331917", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1067,8 +1067,8 @@ "wm-received": "2020-06-11T10:18:28Z", "wm-id": 809324, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1116640913", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1085,8 +1085,8 @@ "wm-received": "2020-06-11T10:18:29Z", "wm-id": 809325, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1060626962", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1103,8 +1103,8 @@ "wm-received": "2020-06-11T10:18:30Z", "wm-id": 809326, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/520414741", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1121,8 +1121,8 @@ "wm-received": "2020-06-11T10:18:31Z", "wm-id": 809327, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1363955198", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1139,8 +1139,8 @@ "wm-received": "2020-06-11T10:18:32Z", "wm-id": 809328, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/210683876", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1157,8 +1157,8 @@ "wm-received": "2020-06-11T10:18:33Z", "wm-id": 809329, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1424416874", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1175,8 +1175,8 @@ "wm-received": "2020-06-11T10:18:34Z", "wm-id": 809330, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1729836079", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false }, @@ -1193,8 +1193,8 @@ "wm-received": "2020-06-11T10:18:36Z", "wm-id": 809332, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1203562389910891252_43527601/1642311169", - "wm-target": "https://ybbond.dev/archives/kamar-gelap/", - "like-of": "https://ybbond.dev/archives/kamar-gelap/", + "wm-target": "https://ybbond.id/archives/kamar-gelap/", + "like-of": "https://ybbond.id/archives/kamar-gelap/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/archives--kisah-seram-pendek.json b/data/webmentions/archives--kisah-seram-pendek.json @@ -12,8 +12,8 @@ "wm-received": "2020-06-10T17:23:47Z", "wm-id": 808771, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/686284601", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -30,8 +30,8 @@ "wm-received": "2020-06-10T17:41:27Z", "wm-id": 808774, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/4532849687", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -48,8 +48,8 @@ "wm-received": "2020-06-10T17:41:28Z", "wm-id": 808775, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/4032704382", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -66,8 +66,8 @@ "wm-received": "2020-06-10T17:41:29Z", "wm-id": 808776, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/523121917", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -84,8 +84,8 @@ "wm-received": "2020-06-10T17:41:30Z", "wm-id": 808777, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1086487054", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -102,8 +102,8 @@ "wm-received": "2020-06-10T17:41:31Z", "wm-id": 808778, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1298277956", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -120,8 +120,8 @@ "wm-received": "2020-06-10T17:41:31Z", "wm-id": 808779, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/338048442", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -138,8 +138,8 @@ "wm-received": "2020-06-10T17:41:32Z", "wm-id": 808780, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1503992675", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -156,8 +156,8 @@ "wm-received": "2020-06-10T17:41:33Z", "wm-id": 808781, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/44098134", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -174,8 +174,8 @@ "wm-received": "2020-06-10T17:41:34Z", "wm-id": 808782, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1900368690", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -192,8 +192,8 @@ "wm-received": "2020-06-10T17:41:35Z", "wm-id": 808783, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1391975498", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -210,8 +210,8 @@ "wm-received": "2020-06-10T19:34:25Z", "wm-id": 808881, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/3606772233", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -228,8 +228,8 @@ "wm-received": "2020-06-10T19:34:25Z", "wm-id": 808882, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/839393657", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -246,8 +246,8 @@ "wm-received": "2020-06-10T19:34:27Z", "wm-id": 808883, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/5443049331", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -264,8 +264,8 @@ "wm-received": "2020-06-10T19:34:27Z", "wm-id": 808884, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1426551296", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -282,8 +282,8 @@ "wm-received": "2020-06-10T19:34:28Z", "wm-id": 808885, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/143631304", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -300,8 +300,8 @@ "wm-received": "2020-06-10T19:34:29Z", "wm-id": 808886, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2366591283", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -318,8 +318,8 @@ "wm-received": "2020-06-10T19:34:31Z", "wm-id": 808887, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/319790135", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -336,8 +336,8 @@ "wm-received": "2020-06-10T19:34:32Z", "wm-id": 808888, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1421196388", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -354,8 +354,8 @@ "wm-received": "2020-06-10T19:34:33Z", "wm-id": 808889, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2142408732", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -372,8 +372,8 @@ "wm-received": "2020-06-10T19:34:33Z", "wm-id": 808890, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/623395232", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -390,11 +390,11 @@ "wm-received": "2020-06-10T22:39:58Z", "wm-id": 808986, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/2328591668342890865_43527601/18037827649260926", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", "content": { "text": "Bikin laaagiii 😍" }, - "in-reply-to": "https://ybbond.dev/archives/kisah-seram-pendek/", + "in-reply-to": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "in-reply-to", "wm-private": false }, @@ -411,8 +411,8 @@ "wm-received": "2020-06-10T22:39:59Z", "wm-id": 808987, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/5002890941", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -429,8 +429,8 @@ "wm-received": "2020-06-10T22:40:14Z", "wm-id": 808988, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1591441939", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -447,8 +447,8 @@ "wm-received": "2020-06-10T22:40:15Z", "wm-id": 808989, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/3642101825", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -465,8 +465,8 @@ "wm-received": "2020-06-10T22:40:54Z", "wm-id": 808990, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2233105843", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -483,8 +483,8 @@ "wm-received": "2020-06-10T22:41:05Z", "wm-id": 808991, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1233840494", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -501,8 +501,8 @@ "wm-received": "2020-06-10T22:41:07Z", "wm-id": 808992, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1740451560", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -519,8 +519,8 @@ "wm-received": "2020-06-11T00:33:00Z", "wm-id": 809027, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/529731001", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -537,8 +537,8 @@ "wm-received": "2020-06-11T00:33:01Z", "wm-id": 809028, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/253485021", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -555,8 +555,8 @@ "wm-received": "2020-06-11T00:33:03Z", "wm-id": 809029, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/274109760", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -573,8 +573,8 @@ "wm-received": "2020-06-11T00:33:04Z", "wm-id": 809030, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/206827406", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -591,8 +591,8 @@ "wm-received": "2020-06-11T00:33:06Z", "wm-id": 809031, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1457719162", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -609,8 +609,8 @@ "wm-received": "2020-06-11T00:33:07Z", "wm-id": 809032, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1721782113", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -627,8 +627,8 @@ "wm-received": "2020-06-11T00:33:08Z", "wm-id": 809033, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2227880600", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -645,8 +645,8 @@ "wm-received": "2020-06-11T00:33:08Z", "wm-id": 809034, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/520414741", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -663,8 +663,8 @@ "wm-received": "2020-06-11T00:33:10Z", "wm-id": 809035, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1703727944", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -681,8 +681,8 @@ "wm-received": "2020-06-11T00:33:10Z", "wm-id": 809036, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/248122908", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -699,8 +699,8 @@ "wm-received": "2020-06-11T00:33:11Z", "wm-id": 809037, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/39198616", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -717,8 +717,8 @@ "wm-received": "2020-06-11T00:33:12Z", "wm-id": 809038, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1142504522", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -735,8 +735,8 @@ "wm-received": "2020-06-11T00:33:13Z", "wm-id": 809039, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/3518228297", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -753,8 +753,8 @@ "wm-received": "2020-06-11T00:33:14Z", "wm-id": 809040, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1314519936", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -771,8 +771,8 @@ "wm-received": "2020-06-11T00:33:15Z", "wm-id": 809041, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/267949254", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -789,8 +789,8 @@ "wm-received": "2020-06-11T03:03:49Z", "wm-id": 809075, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/630567160", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -807,8 +807,8 @@ "wm-received": "2020-06-11T03:03:49Z", "wm-id": 809076, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/800650422", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -825,8 +825,8 @@ "wm-received": "2020-06-11T03:03:51Z", "wm-id": 809077, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1580949053", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -843,8 +843,8 @@ "wm-received": "2020-06-11T03:03:52Z", "wm-id": 809078, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/296666280", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -861,8 +861,8 @@ "wm-received": "2020-06-11T03:03:53Z", "wm-id": 809079, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1386081575", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -879,8 +879,8 @@ "wm-received": "2020-06-11T03:03:54Z", "wm-id": 809080, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/347993822", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -897,8 +897,8 @@ "wm-received": "2020-06-11T03:03:55Z", "wm-id": 809081, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1359005330", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -915,8 +915,8 @@ "wm-received": "2020-06-11T03:03:56Z", "wm-id": 809082, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/249011318", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -933,8 +933,8 @@ "wm-received": "2020-06-11T03:03:57Z", "wm-id": 809083, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/314726370", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -951,8 +951,8 @@ "wm-received": "2020-06-11T03:03:58Z", "wm-id": 809084, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/6041348874", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -969,8 +969,8 @@ "wm-received": "2020-06-11T03:03:59Z", "wm-id": 809085, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1906241122", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -987,8 +987,8 @@ "wm-received": "2020-06-11T03:04:00Z", "wm-id": 809086, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/5352439531", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1005,8 +1005,8 @@ "wm-received": "2020-06-11T03:04:02Z", "wm-id": 809087, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/211929160", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1023,8 +1023,8 @@ "wm-received": "2020-06-11T03:04:03Z", "wm-id": 809088, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2141644850", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1041,8 +1041,8 @@ "wm-received": "2020-06-11T03:04:06Z", "wm-id": 809089, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/493014178", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1059,8 +1059,8 @@ "wm-received": "2020-06-11T03:04:08Z", "wm-id": 809090, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2870082270", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1077,8 +1077,8 @@ "wm-received": "2020-06-11T03:04:18Z", "wm-id": 809091, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/503371360", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1095,8 +1095,8 @@ "wm-received": "2020-06-11T04:51:12Z", "wm-id": 809102, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/505163543", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1113,8 +1113,8 @@ "wm-received": "2020-06-11T04:51:46Z", "wm-id": 809103, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/38203993", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1131,8 +1131,8 @@ "wm-received": "2020-06-11T07:02:31Z", "wm-id": 809119, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/1448170829", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1149,8 +1149,8 @@ "wm-received": "2020-06-11T07:02:32Z", "wm-id": 809120, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/593025870", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1167,8 +1167,8 @@ "wm-received": "2020-06-11T07:02:33Z", "wm-id": 809121, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/280584529", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1185,8 +1185,8 @@ "wm-received": "2020-06-11T09:20:50Z", "wm-id": 809146, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/675526666", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1203,8 +1203,8 @@ "wm-received": "2020-06-12T04:25:57Z", "wm-id": 809736, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/2308964533", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1221,8 +1221,8 @@ "wm-received": "2020-06-12T12:39:07Z", "wm-id": 809803, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/958881054", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false }, @@ -1239,8 +1239,8 @@ "wm-received": "2020-06-13T12:50:30Z", "wm-id": 810106, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/2328591668342890865_43527601/300962049", - "wm-target": "https://ybbond.dev/archives/kisah-seram-pendek/", - "like-of": "https://ybbond.dev/archives/kisah-seram-pendek/", + "wm-target": "https://ybbond.id/archives/kisah-seram-pendek/", + "like-of": "https://ybbond.id/archives/kisah-seram-pendek/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/archives--naik-tinggi.json b/data/webmentions/archives--naik-tinggi.json @@ -12,11 +12,11 @@ "wm-received": "2020-06-11T10:18:22Z", "wm-id": 809317, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899903023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "Mari LariLari" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -33,11 +33,11 @@ "wm-received": "2020-06-11T10:18:35Z", "wm-id": 809331, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899744023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "ibarat dahi, kerutan nya membikin geli" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -54,11 +54,11 @@ "wm-received": "2020-06-11T10:18:37Z", "wm-id": 809333, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899756023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "dasar heli" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -75,11 +75,11 @@ "wm-received": "2020-06-11T10:18:39Z", "wm-id": 809334, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899759023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "guk guk guk kembali" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -96,11 +96,11 @@ "wm-received": "2020-06-11T10:18:40Z", "wm-id": 809335, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899906023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "Mari LariLari" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -117,11 +117,11 @@ "wm-received": "2020-06-11T10:18:41Z", "wm-id": 809336, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899948023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "Dari Perempuan Pujaan Hati" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -138,11 +138,11 @@ "wm-received": "2020-06-11T10:18:41Z", "wm-id": 809337, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899951023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "Yang Baru Dinikahi" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -159,12 +159,12 @@ "wm-received": "2020-06-11T10:18:43Z", "wm-id": 809338, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852899957023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "html": "Ternyata, Dia, LakiLaki <a href=\"https://www.instagram.com/damaranggoro08/\">@damaranggoro08</a>", "text": "Ternyata, Dia, LakiLaki @damaranggoro08" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -181,11 +181,11 @@ "wm-received": "2020-06-11T10:18:43Z", "wm-id": 809339, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1174915842465900818_43527601/17852900614023693", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", "content": { "text": "rispeekkk 👊👊👊👊" }, - "in-reply-to": "https://ybbond.dev/archives/naik-tinggi/", + "in-reply-to": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "in-reply-to", "wm-private": false }, @@ -202,8 +202,8 @@ "wm-received": "2020-06-11T10:18:44Z", "wm-id": 809340, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/2366591283", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -220,8 +220,8 @@ "wm-received": "2020-06-11T10:18:45Z", "wm-id": 809341, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1519727162", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -238,8 +238,8 @@ "wm-received": "2020-06-11T10:18:46Z", "wm-id": 809342, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1904255258", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -256,8 +256,8 @@ "wm-received": "2020-06-11T10:18:47Z", "wm-id": 809343, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/652973599", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -274,8 +274,8 @@ "wm-received": "2020-06-11T10:18:48Z", "wm-id": 809344, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1502748426", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -292,8 +292,8 @@ "wm-received": "2020-06-11T10:18:49Z", "wm-id": 809345, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1271966184", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -310,8 +310,8 @@ "wm-received": "2020-06-11T10:18:50Z", "wm-id": 809346, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/871664529", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -328,8 +328,8 @@ "wm-received": "2020-06-11T10:18:50Z", "wm-id": 809347, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1233840494", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -346,8 +346,8 @@ "wm-received": "2020-06-11T10:18:52Z", "wm-id": 809348, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1263037634", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -364,8 +364,8 @@ "wm-received": "2020-06-11T10:18:53Z", "wm-id": 809349, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/187259934", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -382,8 +382,8 @@ "wm-received": "2020-06-11T10:18:54Z", "wm-id": 809350, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/231292891", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -400,8 +400,8 @@ "wm-received": "2020-06-11T10:18:55Z", "wm-id": 809351, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1457719162", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -418,8 +418,8 @@ "wm-received": "2020-06-11T10:18:55Z", "wm-id": 809352, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/2222308203", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -436,8 +436,8 @@ "wm-received": "2020-06-11T10:18:56Z", "wm-id": 809353, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1394193303", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -454,8 +454,8 @@ "wm-received": "2020-06-11T10:18:56Z", "wm-id": 809354, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/292527902", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -472,8 +472,8 @@ "wm-received": "2020-06-11T10:18:58Z", "wm-id": 809355, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1363955198", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -490,8 +490,8 @@ "wm-received": "2020-06-11T10:18:59Z", "wm-id": 809356, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1443788186", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -508,8 +508,8 @@ "wm-received": "2020-06-11T10:18:59Z", "wm-id": 809357, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1697139234", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -526,8 +526,8 @@ "wm-received": "2020-06-11T10:19:01Z", "wm-id": 809358, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1359005330", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -544,8 +544,8 @@ "wm-received": "2020-06-11T10:19:02Z", "wm-id": 809359, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/580526191", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -562,8 +562,8 @@ "wm-received": "2020-06-11T10:19:03Z", "wm-id": 809360, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/503371360", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -580,8 +580,8 @@ "wm-received": "2020-06-11T10:19:04Z", "wm-id": 809361, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1419334267", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -598,8 +598,8 @@ "wm-received": "2020-06-11T10:19:05Z", "wm-id": 809362, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/411910241", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -616,8 +616,8 @@ "wm-received": "2020-06-11T10:19:06Z", "wm-id": 809363, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/411229270", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -634,8 +634,8 @@ "wm-received": "2020-06-11T10:19:07Z", "wm-id": 809364, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/2139930578", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -652,8 +652,8 @@ "wm-received": "2020-06-11T10:19:08Z", "wm-id": 809365, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1180770549", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -670,8 +670,8 @@ "wm-received": "2020-06-11T10:19:08Z", "wm-id": 809366, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1798978880", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -688,8 +688,8 @@ "wm-received": "2020-06-11T10:19:10Z", "wm-id": 809367, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/1529440246", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false }, @@ -706,8 +706,8 @@ "wm-received": "2020-06-11T10:19:10Z", "wm-id": 809368, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1174915842465900818_43527601/329580689", - "wm-target": "https://ybbond.dev/archives/naik-tinggi/", - "like-of": "https://ybbond.dev/archives/naik-tinggi/", + "wm-target": "https://ybbond.id/archives/naik-tinggi/", + "like-of": "https://ybbond.id/archives/naik-tinggi/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/archives--tunguska.json b/data/webmentions/archives--tunguska.json @@ -12,11 +12,11 @@ "wm-received": "2020-06-11T10:08:48Z", "wm-id": 809154, "wm-source": "https://brid-gy.appspot.com/comment/instagram/ybbond/1870202318446606218_43527601/17982153529053420", - "wm-target": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", "content": { "text": "sooo kapan bikin futuristic oneshot buat grup rpg :DD" }, - "in-reply-to": "https://ybbond.dev/archives/tunguska/", + "in-reply-to": "https://ybbond.id/archives/tunguska/", "wm-property": "in-reply-to", "wm-private": false }, @@ -33,8 +33,8 @@ "wm-received": "2020-06-11T10:08:49Z", "wm-id": 809155, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/2366591283", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -51,8 +51,8 @@ "wm-received": "2020-06-11T10:08:51Z", "wm-id": 809156, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/8647283317", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -69,8 +69,8 @@ "wm-received": "2020-06-11T10:08:53Z", "wm-id": 809157, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1987331340", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -87,8 +87,8 @@ "wm-received": "2020-06-11T10:08:54Z", "wm-id": 809158, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/505236827", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -105,8 +105,8 @@ "wm-received": "2020-06-11T10:08:56Z", "wm-id": 809159, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/568767217", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -123,8 +123,8 @@ "wm-received": "2020-06-11T10:08:57Z", "wm-id": 809160, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/520414741", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -141,8 +141,8 @@ "wm-received": "2020-06-11T10:08:58Z", "wm-id": 809161, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/50723216", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -159,8 +159,8 @@ "wm-received": "2020-06-11T10:08:59Z", "wm-id": 809162, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1356067486", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -177,8 +177,8 @@ "wm-received": "2020-06-11T10:09:00Z", "wm-id": 809163, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/231292891", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -195,8 +195,8 @@ "wm-received": "2020-06-11T10:09:00Z", "wm-id": 809164, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/390814030", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -213,8 +213,8 @@ "wm-received": "2020-06-11T10:09:01Z", "wm-id": 809165, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1400045117", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -231,8 +231,8 @@ "wm-received": "2020-06-11T10:09:02Z", "wm-id": 809166, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/296666280", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -249,8 +249,8 @@ "wm-received": "2020-06-11T10:09:03Z", "wm-id": 809167, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1457719162", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -267,8 +267,8 @@ "wm-received": "2020-06-11T10:09:04Z", "wm-id": 809168, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/38640101", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -285,8 +285,8 @@ "wm-received": "2020-06-11T10:09:05Z", "wm-id": 809169, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/675526666", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -303,8 +303,8 @@ "wm-received": "2020-06-11T10:09:06Z", "wm-id": 809170, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1546250931", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -321,8 +321,8 @@ "wm-received": "2020-06-11T10:09:07Z", "wm-id": 809171, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/593025870", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -339,8 +339,8 @@ "wm-received": "2020-06-11T10:09:08Z", "wm-id": 809172, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/269308760", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -357,8 +357,8 @@ "wm-received": "2020-06-11T10:09:09Z", "wm-id": 809173, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1502748426", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -375,8 +375,8 @@ "wm-received": "2020-06-11T10:09:10Z", "wm-id": 809174, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1060626962", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -393,8 +393,8 @@ "wm-received": "2020-06-11T10:09:12Z", "wm-id": 809175, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1721782113", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -411,8 +411,8 @@ "wm-received": "2020-06-11T10:09:14Z", "wm-id": 809176, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/5488302093", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -429,8 +429,8 @@ "wm-received": "2020-06-11T10:09:16Z", "wm-id": 809177, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1445043829", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -447,8 +447,8 @@ "wm-received": "2020-06-11T10:09:17Z", "wm-id": 809178, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/5352439531", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -465,8 +465,8 @@ "wm-received": "2020-06-11T10:09:18Z", "wm-id": 809179, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/3072390212", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -483,8 +483,8 @@ "wm-received": "2020-06-11T10:09:19Z", "wm-id": 809180, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/958881054", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -501,8 +501,8 @@ "wm-received": "2020-06-11T10:09:20Z", "wm-id": 809181, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/267949254", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -519,8 +519,8 @@ "wm-received": "2020-06-11T10:09:21Z", "wm-id": 809182, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/458661374", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -537,8 +537,8 @@ "wm-received": "2020-06-11T10:09:21Z", "wm-id": 809183, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/839393657", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -555,8 +555,8 @@ "wm-received": "2020-06-11T10:09:23Z", "wm-id": 809184, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1568334308", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -573,8 +573,8 @@ "wm-received": "2020-06-11T10:09:23Z", "wm-id": 809185, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/211929160", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -591,8 +591,8 @@ "wm-received": "2020-06-11T10:09:25Z", "wm-id": 809186, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/640902597", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -609,8 +609,8 @@ "wm-received": "2020-06-11T10:09:25Z", "wm-id": 809187, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1165761747", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -627,8 +627,8 @@ "wm-received": "2020-06-11T10:09:27Z", "wm-id": 809188, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1358225416", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -645,8 +645,8 @@ "wm-received": "2020-06-11T10:09:27Z", "wm-id": 809189, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1901115103", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -663,8 +663,8 @@ "wm-received": "2020-06-11T10:09:28Z", "wm-id": 809190, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/800650422", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -681,8 +681,8 @@ "wm-received": "2020-06-11T10:09:29Z", "wm-id": 809191, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/2519578", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -699,8 +699,8 @@ "wm-received": "2020-06-11T10:09:30Z", "wm-id": 809192, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/707248557", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -717,8 +717,8 @@ "wm-received": "2020-06-11T10:09:31Z", "wm-id": 809193, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1116640913", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -735,8 +735,8 @@ "wm-received": "2020-06-11T10:09:32Z", "wm-id": 809194, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/2308964533", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -753,8 +753,8 @@ "wm-received": "2020-06-11T10:09:33Z", "wm-id": 809195, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/818216035", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -771,8 +771,8 @@ "wm-received": "2020-06-11T10:09:34Z", "wm-id": 809196, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/2139930578", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -789,8 +789,8 @@ "wm-received": "2020-06-11T10:09:35Z", "wm-id": 809197, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/3272738664", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -807,8 +807,8 @@ "wm-received": "2020-06-11T10:09:36Z", "wm-id": 809198, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/3674495064", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -825,8 +825,8 @@ "wm-received": "2020-06-11T10:09:36Z", "wm-id": 809199, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/411910241", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -843,8 +843,8 @@ "wm-received": "2020-06-11T10:09:37Z", "wm-id": 809200, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1952933825", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -861,8 +861,8 @@ "wm-received": "2020-06-11T10:09:38Z", "wm-id": 809201, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1142504522", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -879,8 +879,8 @@ "wm-received": "2020-06-11T10:09:39Z", "wm-id": 809202, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/1086487054", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false }, @@ -897,8 +897,8 @@ "wm-received": "2020-06-11T10:09:40Z", "wm-id": 809203, "wm-source": "https://brid-gy.appspot.com/like/instagram/ybbond/1870202318446606218_43527601/2356566220", - "wm-target": "https://ybbond.dev/archives/tunguska/", - "like-of": "https://ybbond.dev/archives/tunguska/", + "wm-target": "https://ybbond.id/archives/tunguska/", + "like-of": "https://ybbond.id/archives/tunguska/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/home.json b/data/webmentions/home.json @@ -12,12 +12,12 @@ "wm-received": "2020-05-03T20:09:15Z", "wm-id": 791294, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1256524923641556992", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { - "html": "Send love to rss feed\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.dev/\"></a>", + "html": "Send love to rss feed\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.id/\"></a>", "text": "Send love to rss feed" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -34,12 +34,12 @@ "wm-received": "2020-05-03T20:09:16Z", "wm-id": 791295, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1256547736964325382", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { - "html": "Woa awesome theme! Btw love the direction you're going 🚀\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.dev/\"></a>", + "html": "Woa awesome theme! Btw love the direction you're going 🚀\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.id/\"></a>", "text": "Woa awesome theme! Btw love the direction you're going 🚀" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -56,12 +56,12 @@ "wm-received": "2020-05-03T20:09:20Z", "wm-id": 791296, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1256957808945356813", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { "html": "thanks Ju!\nwhich direction did you mean?\nif you mean creating a site then discovering new stuffs both technical and philosophical, I'm on it 🤪\n<a class=\"u-mention\" href=\"https://twitter.com/broerjuang\"></a>", "text": "thanks Ju!\nwhich direction did you mean?\nif you mean creating a site then discovering new stuffs both technical and philosophical, I'm on it 🤪" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -78,12 +78,12 @@ "wm-received": "2020-05-03T20:09:21Z", "wm-id": 791297, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1256532901979582467", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { "html": "ikr 💓\n<a class=\"u-mention\" href=\"https://twitter.com/wayanjimmy\"></a>", "text": "ikr 💓" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -100,12 +100,12 @@ "wm-received": "2020-05-03T20:09:25Z", "wm-id": 791298, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1257016149511819264", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { - "html": "every direction! :D\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.dev/\"></a>", + "html": "every direction! :D\n<a class=\"u-mention\" href=\"https://twitter.com/bandungpenting\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.id/\"></a>", "text": "every direction! :D" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -122,12 +122,12 @@ "wm-received": "2020-05-04T10:52:39Z", "wm-id": 792305, "wm-source": "https://brid-gy.appspot.com/comment/twitter/bandungpenting/1256514355358625792/1257249396028248065", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { "html": "thanks 🥰\n<a class=\"u-mention\" href=\"https://twitter.com/broerjuang\"></a>", "text": "thanks 🥰" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -144,12 +144,12 @@ "wm-received": "2020-05-04T10:56:17Z", "wm-id": 792307, "wm-source": "https://brid-gy.appspot.com/comment/mastodon/@ybbond@indieweb.social/104109628234436467/104109630419658183", - "wm-target": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", "content": { "html": "<p>the guide, of course, is this one <a href=\"https://indiewebify.me/\"><span>https://</span><span>indiewebify.me/</span><span></span></a></p>\n<a href=\"https://indiewebify.me/\">IndieWebify.Me - a guide to getting you on the IndieWeb</a>", "text": "the guide, of course, is this one https://indiewebify.me/\nIndieWebify.Me - a guide to getting you on the IndieWeb" }, - "in-reply-to": "https://ybbond.dev/", + "in-reply-to": "https://ybbond.id/", "wm-property": "in-reply-to", "wm-private": false }, @@ -166,8 +166,8 @@ "wm-received": "2020-05-06T03:02:56Z", "wm-id": 792967, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104109628234436467/2", - "wm-target": "https://ybbond.dev/", - "repost-of": "https://ybbond.dev/", + "wm-target": "https://ybbond.id/", + "repost-of": "https://ybbond.id/", "wm-property": "repost-of", "wm-private": false } diff --git a/data/webmentions/notes--04-june-2020.json b/data/webmentions/notes--04-june-2020.json @@ -12,12 +12,12 @@ "wm-received": "2020-06-13T21:43:52Z", "wm-id": 810224, "wm-source": "https://brid-gy.appspot.com/comment/mastodon/@ybbond@indieweb.social/104338026598450001/104338112575915792", - "wm-target": "https://ybbond.dev/notes/04-june-2020/", + "wm-target": "https://ybbond.id/notes/04-june-2020/", "content": { "html": "<p><span class=\"h-card\"><a href=\"https://indieweb.social/@ybbond\" class=\"u-url\">@<span>ybbond</span></a></span> I installed the plugin for my WordPress site but I don't know is that it or there's more steps to it.</p>", "text": "@ybbond I installed the plugin for my WordPress site but I don't know is that it or there's more steps to it." }, - "in-reply-to": "https://ybbond.dev/notes/04-june-2020/", + "in-reply-to": "https://ybbond.id/notes/04-june-2020/", "wm-property": "in-reply-to", "wm-private": false }, @@ -34,8 +34,8 @@ "wm-received": "2020-06-17T05:37:52Z", "wm-id": 811446, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104338026598450001/2", - "wm-target": "https://ybbond.dev/notes/04-june-2020/", - "repost-of": "https://ybbond.dev/notes/04-june-2020/", + "wm-target": "https://ybbond.id/notes/04-june-2020/", + "repost-of": "https://ybbond.id/notes/04-june-2020/", "wm-property": "repost-of", "wm-private": false }, @@ -52,12 +52,12 @@ "wm-received": "2020-06-28T07:20:17Z", "wm-id": 816919, "wm-source": "https://brid-gy.appspot.com/comment/mastodon/@ybbond@indieweb.social/104338026598450001/104354302589796406", - "wm-target": "https://ybbond.dev/notes/04-june-2020/", + "wm-target": "https://ybbond.id/notes/04-june-2020/", "content": { "html": "<p><span class=\"h-card\"><a href=\"https://social.tchncs.de/@arh\" class=\"u-url\">@<span>arh</span></a></span> that's good!<br />so what happened in your first reply to this toot? did you not use brid.gy back then?<br />I don't know the flow on wordpress because I use hugo.</p>", "text": "@arh that's good!\nso what happened in your first reply to this toot? did you not use brid.gy back then?\nI don't know the flow on wordpress because I use hugo." }, - "in-reply-to": "https://ybbond.dev/notes/04-june-2020/", + "in-reply-to": "https://ybbond.id/notes/04-june-2020/", "wm-property": "in-reply-to", "wm-private": false }, @@ -74,12 +74,12 @@ "wm-received": "2020-06-28T07:20:18Z", "wm-id": 816920, "wm-source": "https://brid-gy.appspot.com/comment/mastodon/@ybbond@indieweb.social/104338026598450001/104353773915766995", - "wm-target": "https://ybbond.dev/notes/04-june-2020/", + "wm-target": "https://ybbond.id/notes/04-june-2020/", "content": { "html": "<p><span class=\"h-card\"><a href=\"https://social.tchncs.de/@arh\" class=\"u-url\">@<span>arh</span></a></span> I did a quick check to your site, and I think your site already has webmention's \"mention\" (in the post moving to GNU/Linux)</p><p>have you checked <a href=\"https://brid.gy\"><span>https://</span><span>brid.gy</span><span></span></a> ?</p>\n<a href=\"https://brid.gy/\">Bridgy</a>", "text": "@arh I did a quick check to your site, and I think your site already has webmention's \"mention\" (in the post moving to GNU/Linux)have you checked https://brid.gy ?\nBridgy" }, - "in-reply-to": "https://ybbond.dev/notes/04-june-2020/", + "in-reply-to": "https://ybbond.id/notes/04-june-2020/", "wm-property": "in-reply-to", "wm-private": false } diff --git a/data/webmentions/notes--14-june-2020.json b/data/webmentions/notes--14-june-2020.json @@ -12,8 +12,8 @@ "wm-received": "2020-06-17T05:16:23Z", "wm-id": 811445, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104353843627406823/2", - "wm-target": "https://ybbond.dev/notes/14-june-2020/", - "repost-of": "https://ybbond.dev/notes/14-june-2020/", + "wm-target": "https://ybbond.id/notes/14-june-2020/", + "repost-of": "https://ybbond.id/notes/14-june-2020/", "wm-property": "repost-of", "wm-private": false } diff --git a/data/webmentions/notes--20-june-2020.json b/data/webmentions/notes--20-june-2020.json @@ -12,8 +12,8 @@ "wm-received": "2020-06-22T03:07:52Z", "wm-id": 813302, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104376385056645558/2", - "wm-target": "https://ybbond.dev/notes/20-june-2020/", - "repost-of": "https://ybbond.dev/notes/20-june-2020/", + "wm-target": "https://ybbond.id/notes/20-june-2020/", + "repost-of": "https://ybbond.id/notes/20-june-2020/", "wm-property": "repost-of", "wm-private": false } diff --git a/data/webmentions/posts--2020-05-about-goatcounter.json b/data/webmentions/posts--2020-05-about-goatcounter.json @@ -12,8 +12,8 @@ "wm-received": "2020-05-29T19:43:26Z", "wm-id": 803571, "wm-source": "https://brid-gy.appspot.com/like/mastodon/@ybbond@indieweb.social/104216953461884291/71219", - "wm-target": "https://ybbond.dev/posts/2020-05-about-goatcounter/", - "like-of": "https://ybbond.dev/posts/2020-05-about-goatcounter/", + "wm-target": "https://ybbond.id/posts/2020-05-about-goatcounter/", + "like-of": "https://ybbond.id/posts/2020-05-about-goatcounter/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/posts--2020-05-remove-specific-files-from-old-git-commit.json b/data/webmentions/posts--2020-05-remove-specific-files-from-old-git-commit.json @@ -12,8 +12,8 @@ "wm-received": "2020-05-16T17:39:36Z", "wm-id": 797112, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1261627903055237123/40011472", - "wm-target": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", - "like-of": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "wm-target": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", + "like-of": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "wm-property": "like-of", "wm-private": false }, @@ -30,8 +30,8 @@ "wm-received": "2020-05-16T17:39:37Z", "wm-id": 797113, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1261627903055237123/109550271", - "wm-target": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", - "like-of": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "wm-target": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", + "like-of": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "wm-property": "like-of", "wm-private": false }, @@ -48,8 +48,8 @@ "wm-received": "2020-05-16T17:39:40Z", "wm-id": 797114, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1261627903055237123/309514240", - "wm-target": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", - "like-of": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "wm-target": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", + "like-of": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "wm-property": "like-of", "wm-private": false }, @@ -66,11 +66,11 @@ "wm-received": "2020-05-16T17:39:41Z", "wm-id": 797115, "wm-source": "https://brid-gy.appspot.com/repost/twitter/ybbond_/1261627903055237123/1261634157450457089", - "wm-target": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "wm-target": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "content": { - "text": "My first post that is \"techy tutorial\" and not life or app related 👨💻\n\nybbond.dev/posts/2020-05-…" + "text": "My first post that is \"techy tutorial\" and not life or app related 👨💻\n\nybbond.id/posts/2020-05-…" }, - "repost-of": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "repost-of": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "wm-property": "repost-of", "wm-private": false }, @@ -87,8 +87,8 @@ "wm-received": "2020-05-20T16:01:53Z", "wm-id": 798894, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1261627903055237123/115009099", - "wm-target": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", - "like-of": "https://ybbond.dev/posts/2020-05-remove-specific-files-from-old-git-commit/", + "wm-target": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", + "like-of": "https://ybbond.id/posts/2020-05-remove-specific-files-from-old-git-commit/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/posts--2020-06-inclusive.json b/data/webmentions/posts--2020-06-inclusive.json @@ -12,8 +12,8 @@ "wm-received": "2020-06-29T02:16:50Z", "wm-id": 817331, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104422323385996032/2", - "wm-target": "https://ybbond.dev/posts/2020-06-inclusive/", - "repost-of": "https://ybbond.dev/posts/2020-06-inclusive/", + "wm-target": "https://ybbond.id/posts/2020-06-inclusive/", + "repost-of": "https://ybbond.id/posts/2020-06-inclusive/", "wm-property": "repost-of", "wm-private": false }, @@ -30,16 +30,16 @@ "wm-received": "2020-06-29T09:15:23Z", "wm-id": 817427, "wm-source": "https://alirezahayati.com/2020/06/inclusive-content-sharing/", - "wm-target": "https://ybbond.dev/posts/2020-06-inclusive/", + "wm-target": "https://ybbond.id/posts/2020-06-inclusive/", "summary": { "content-type": "text/plain", "value": "Inclusive Content Sharing" }, "content": { - "html": "<p><a href=\"https://ybbond.dev/posts/2020-06-inclusive/\">Inclusive Content Sharing</a></p>", + "html": "<p><a href=\"https://ybbond.id/posts/2020-06-inclusive/\">Inclusive Content Sharing</a></p>", "text": "Inclusive Content Sharing" }, - "mention-of": "https://ybbond.dev/posts/2020-06-inclusive/", + "mention-of": "https://ybbond.id/posts/2020-06-inclusive/", "wm-property": "mention-of", "wm-private": false, "rels": { diff --git a/data/webmentions/posts--2020-06-on-trial-refund-support.json b/data/webmentions/posts--2020-06-on-trial-refund-support.json @@ -12,8 +12,8 @@ "wm-received": "2020-06-22T03:07:53Z", "wm-id": 813303, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104367901536889423/2", - "wm-target": "https://ybbond.dev/posts/2020-06-on-trial-refund-support/", - "repost-of": "https://ybbond.dev/posts/2020-06-on-trial-refund-support/", + "wm-target": "https://ybbond.id/posts/2020-06-on-trial-refund-support/", + "repost-of": "https://ybbond.id/posts/2020-06-on-trial-refund-support/", "wm-property": "repost-of", "wm-private": false } diff --git a/data/webmentions/posts--2020-06-org-mode-with-org-roam.json b/data/webmentions/posts--2020-06-org-mode-with-org-roam.json @@ -12,12 +12,12 @@ "wm-received": "2020-06-27T17:35:06Z", "wm-id": 816648, "wm-source": "https://brid-gy.appspot.com/comment/mastodon/@ybbond@indieweb.social/104416969966573396/104416972213614082", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "content": { "html": "<p>I still use Vim tho.</p>", "text": "I still use Vim tho." }, - "in-reply-to": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "in-reply-to": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "in-reply-to", "wm-private": false }, @@ -34,12 +34,12 @@ "wm-received": "2020-06-28T07:18:51Z", "wm-id": 816915, "wm-source": "https://brid-gy.appspot.com/comment/twitter/ybbond_/1276920239146450945/1277000962985594880", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "content": { - "html": "That was a good read. Love your writing style. I felt like I was along for the whole adventure. The backlinked files feature makes me want to try this out. Adding to my bucket list is things to try. 📃✔️\n<a class=\"u-mention\" href=\"https://twitter.com/broerjuang\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/ybbond_\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.dev/\"></a>", + "html": "That was a good read. Love your writing style. I felt like I was along for the whole adventure. The backlinked files feature makes me want to try this out. Adding to my bucket list is things to try. 📃✔️\n<a class=\"u-mention\" href=\"https://twitter.com/broerjuang\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/ybbond_\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.id/\"></a>", "text": "That was a good read. Love your writing style. I felt like I was along for the whole adventure. The backlinked files feature makes me want to try this out. Adding to my bucket list is things to try. 📃✔️" }, - "in-reply-to": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "in-reply-to": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "in-reply-to", "wm-private": false }, @@ -56,8 +56,8 @@ "wm-received": "2020-06-28T07:18:53Z", "wm-id": 816916, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1276920239146450945/3605950338", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", - "like-of": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", + "like-of": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "like-of", "wm-private": false }, @@ -74,8 +74,8 @@ "wm-received": "2020-06-28T07:18:54Z", "wm-id": 816917, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1276920239146450945/1125734938844614656", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", - "like-of": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", + "like-of": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "like-of", "wm-private": false }, @@ -92,12 +92,12 @@ "wm-received": "2020-06-28T07:18:55Z", "wm-id": 816918, "wm-source": "https://brid-gy.appspot.com/post/twitter/ybbond_/1276974938964889601", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "content": { - "html": "Awesooome! finally, one step closer to be emacs user :p \n\nbtw, I found this project interesting too <a href=\"https://github.com/athensresearch/athens\">github.com/athensresearch…</a> oss alternative of roam research built on top of Clojure. Wanna join? :p\n<a class=\"u-mention\" href=\"https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/\"></a>", + "html": "Awesooome! finally, one step closer to be emacs user :p \n\nbtw, I found this project interesting too <a href=\"https://github.com/athensresearch/athens\">github.com/athensresearch…</a> oss alternative of roam research built on top of Clojure. Wanna join? :p\n<a class=\"u-mention\" href=\"https://ybbond.id/posts/2020-06-org-mode-with-org-roam/\"></a>", "text": "Awesooome! finally, one step closer to be emacs user :p \n\nbtw, I found this project interesting too github.com/athensresearch… oss alternative of roam research built on top of Clojure. Wanna join? :p" }, - "mention-of": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "mention-of": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "mention-of", "wm-private": false }, @@ -114,12 +114,12 @@ "wm-received": "2020-06-28T08:21:25Z", "wm-id": 816939, "wm-source": "https://brid-gy.appspot.com/comment/twitter/ybbond_/1276920239146450945/1277141023173402624", - "wm-target": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "wm-target": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "content": { "html": "bonus point if you already used to use Emacs,\n\neven if you are not, I have no problem this far opening Emacs for a single purpose — note taking.\n<a class=\"u-mention\" href=\"https://twitter.com/balibebas\"></a>\n<a class=\"u-mention\" href=\"https://twitter.com/broerjuang\"></a>", "text": "bonus point if you already used to use Emacs,\n\neven if you are not, I have no problem this far opening Emacs for a single purpose — note taking." }, - "in-reply-to": "https://ybbond.dev/posts/2020-06-org-mode-with-org-roam/", + "in-reply-to": "https://ybbond.id/posts/2020-06-org-mode-with-org-roam/", "wm-property": "in-reply-to", "wm-private": false } diff --git a/data/webmentions/posts--2020-08-safari-apple-script.json b/data/webmentions/posts--2020-08-safari-apple-script.json @@ -12,8 +12,8 @@ "wm-received": "2020-08-24T06:51:15Z", "wm-id": 843147, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1297602893504106496/45273041", - "wm-target": "https://ybbond.dev/posts/2020-08-safari-apple-script/", - "like-of": "https://ybbond.dev/posts/2020-08-safari-apple-script/", + "wm-target": "https://ybbond.id/posts/2020-08-safari-apple-script/", + "like-of": "https://ybbond.id/posts/2020-08-safari-apple-script/", "wm-property": "like-of", "wm-private": false }, @@ -30,8 +30,8 @@ "wm-received": "2020-08-27T15:38:43Z", "wm-id": 844548, "wm-source": "https://brid-gy.appspot.com/like/twitter/ybbond_/1297602893504106496/1225435021034418179", - "wm-target": "https://ybbond.dev/posts/2020-08-safari-apple-script/", - "like-of": "https://ybbond.dev/posts/2020-08-safari-apple-script/", + "wm-target": "https://ybbond.id/posts/2020-08-safari-apple-script/", + "like-of": "https://ybbond.id/posts/2020-08-safari-apple-script/", "wm-property": "like-of", "wm-private": false } diff --git a/data/webmentions/reports--2020-05-19.json b/data/webmentions/reports--2020-05-19.json @@ -12,8 +12,8 @@ "wm-received": "2020-05-20T15:45:53Z", "wm-id": 798871, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104199690155089427/2", - "wm-target": "https://ybbond.dev/reports/2020-05-19/", - "repost-of": "https://ybbond.dev/reports/2020-05-19/", + "wm-target": "https://ybbond.id/reports/2020-05-19/", + "repost-of": "https://ybbond.id/reports/2020-05-19/", "wm-property": "repost-of", "wm-private": false }, @@ -30,8 +30,8 @@ "wm-received": "2020-05-20T20:22:31Z", "wm-id": 799284, "wm-source": "https://brid-gy.appspot.com/like/mastodon/@ybbond@indieweb.social/104199690155089427/51680", - "wm-target": "https://ybbond.dev/reports/2020-05-19/", - "like-of": "https://ybbond.dev/reports/2020-05-19/", + "wm-target": "https://ybbond.id/reports/2020-05-19/", + "like-of": "https://ybbond.id/reports/2020-05-19/", "wm-property": "like-of", "wm-private": false }, @@ -48,8 +48,8 @@ "wm-received": "2020-05-20T20:22:31Z", "wm-id": 799285, "wm-source": "https://brid-gy.appspot.com/repost/mastodon/@ybbond@indieweb.social/104199690155089427/51680", - "wm-target": "https://ybbond.dev/reports/2020-05-19/", - "repost-of": "https://ybbond.dev/reports/2020-05-19/", + "wm-target": "https://ybbond.id/reports/2020-05-19/", + "repost-of": "https://ybbond.id/reports/2020-05-19/", "wm-property": "repost-of", "wm-private": false } diff --git a/data/webmentions/reports--2020-05-20.json b/data/webmentions/reports--2020-05-20.json @@ -12,16 +12,16 @@ "wm-received": "2020-05-20T09:41:55Z", "wm-id": 798701, "wm-source": "https://brid-gy.appspot.com/comment/twitter/ybbond_/1263017467099508737/1263033521574080513", - "wm-target": "https://ybbond.dev/reports/2020-05-20/", + "wm-target": "https://ybbond.id/reports/2020-05-20/", "photo": [ "https://pbs.twimg.com/media/EYcxP5FUcAYZvix.png", "https://pbs.twimg.com/media/EYcxTXjUwAA9a90.png" ], "content": { - "html": "Hmm, what about using plain old wget? Something like \"wget -p --timestamping <URL>\". If you want something with more details, maybe Apache Bench could work. For automation, I think Marionette from Firefox could work, but probably that's overkill 😂\n<a class=\"u-mention\" href=\"https://twitter.com/ybbond_\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.dev/\"></a>", + "html": "Hmm, what about using plain old wget? Something like \"wget -p --timestamping <URL>\". If you want something with more details, maybe Apache Bench could work. For automation, I think Marionette from Firefox could work, but probably that's overkill 😂\n<a class=\"u-mention\" href=\"https://twitter.com/ybbond_\"></a>\n<a class=\"u-mention\" href=\"https://ybbond.id/\"></a>", "text": "Hmm, what about using plain old wget? Something like \"wget -p --timestamping <URL>\". If you want something with more details, maybe Apache Bench could work. For automation, I think Marionette from Firefox could work, but probably that's overkill 😂" }, - "in-reply-to": "https://ybbond.dev/reports/2020-05-20/", + "in-reply-to": "https://ybbond.id/reports/2020-05-20/", "wm-property": "in-reply-to", "wm-private": false }, @@ -38,11 +38,11 @@ "wm-received": "2020-05-20T18:41:32Z", "wm-id": 799139, "wm-source": "https://brid-gy.appspot.com/repost/twitter/ybbond_/1263017467099508737/1263167728703148032", - "wm-target": "https://ybbond.dev/reports/2020-05-20/", + "wm-target": "https://ybbond.id/reports/2020-05-20/", "content": { "text": "I make my site's reports manually. Each post consists of screenshots of devtools' network tab.\n\nI haven't find a good way to automate this," }, - "repost-of": "https://ybbond.dev/reports/2020-05-20/", + "repost-of": "https://ybbond.id/reports/2020-05-20/", "wm-property": "repost-of", "wm-private": false }, @@ -59,12 +59,12 @@ "wm-received": "2020-05-21T00:55:22Z", "wm-id": 799543, "wm-source": "https://brid-gy.appspot.com/comment/twitter/ybbond_/1263017467099508737/1263262903664164865", - "wm-target": "https://ybbond.dev/reports/2020-05-20/", + "wm-target": "https://ybbond.id/reports/2020-05-20/", "content": { "html": "I didn't know wget has those flags. This is good suggestion and can be scripted!\n\nThanks! 🥰\n<a class=\"u-mention\" href=\"https://twitter.com/darcien_\"></a>", "text": "I didn't know wget has those flags. This is good suggestion and can be scripted!\n\nThanks! 🥰" }, - "in-reply-to": "https://ybbond.dev/reports/2020-05-20/", + "in-reply-to": "https://ybbond.id/reports/2020-05-20/", "wm-property": "in-reply-to", "wm-private": false } diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html @@ -24,7 +24,7 @@ {{ $brand = "stack-exchange" }} {{ else if eq $domain "news.ycombinator.com" }} {{ $brand = "hacker-news" }} - {{ else if eq $domain "git.ybbond.dev" }} + {{ else if eq $domain "git.ybbond.id" }} {{ $brand = "git-alt" }} {{ else if or (eq $domain "wikipedia.com") (or (eq $domain "wikipedia.com") (eq $domain "id.wikipedia.org")) }} {{ $brand = "wikipedia-w" }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -49,7 +49,7 @@ <p class="mastodon-link">If you prefer fediverse, you can reply this Toot instead: <a target="_blank" rel="nofollow noreferrer" href={{ .Params.Mastodon.Link }}>»Mastodon Link«</a></p> {{ end -}} {{- end }} - <p class="hcard-bottom">If you have any feedback, please contact me at <a title="Open default mail client and add my email as recipient" href="mailto:hi@ybbond.dev">hi@ybbond.dev</a></p> + <p class="hcard-bottom">If you have any feedback, please contact me at <a title="Open default mail client and add my email as recipient" href="mailto:hi@ybbond.id">hi@ybbond.id</a></p> {{ end -}} </div> diff --git a/layouts/partials/components/goatcounter.html b/layouts/partials/components/goatcounter.html @@ -1,5 +1,5 @@ <script> -window.goatcounter = {endpoint: 'https://stats.ybbond.dev/count'} +window.goatcounter = {endpoint: 'https://stats.ybbond.id/count'} // GoatCounter: https://www.goatcounter.com // This file (and *only* this file) is released under the ISC license: @@ -235,4 +235,4 @@ window.goatcounter = {endpoint: 'https://stats.ybbond.dev/count'} } })(); </script> -<noscript><img src="https://stats.ybbond.dev/count?p=/test-img"></noscript> +<noscript><img src="https://stats.ybbond.id/count?p=/test-img"></noscript> diff --git a/layouts/partials/head/auth-links.html b/layouts/partials/head/auth-links.html @@ -1,5 +1,5 @@ -<link rel="webmention" href="https://webmention.io/ybbond.dev/webmention" /> -<link rel="pingback" href="https://webmention.io/ybbond.dev/xmlrpc" /> +<link rel="webmention" href="https://webmention.io/ybbond.id/webmention" /> +<link rel="pingback" href="https://webmention.io/ybbond.id/xmlrpc" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth"> <link rel="token_endpoint" href="https://tokens.indieauth.com/token"> @@ -14,5 +14,5 @@ <link data-hint="Instagram" title="Instagram" href="https://www.instagram.com/{{ .Site.Params.Instagram }}" rel="me" /> -<link rel="openid.delegate" href="https://ybbond.dev/" /> +<link rel="openid.delegate" href="https://ybbond.id/" /> <link rel="openid.server" href="https://openid.indieauth.com/openid" /> \ No newline at end of file diff --git a/static/_redirects b/static/_redirects @@ -1,4 +1,8 @@ -/kalender /posts/2021-01-kalender-dan-yearly-planner/ -/calendar /posts/2021-01-kalender-dan-yearly-planner/ -/yearly-planner /posts/2021-01-kalender-dan-yearly-planner/ -/* /404.html 404 +/kalender /posts/2021-01-kalender-dan-yearly-planner/ +/calendar /posts/2021-01-kalender-dan-yearly-planner/ +/yearly-planner /posts/2021-01-kalender-dan-yearly-planner/ +http://www.ybbond.dev/* https://ybbond.id/:splat 301! +https://www.ybbond.dev/* https://ybbond.id/:splat 301! +http://ybbond.dev/* https://ybbond.id/:splat 301! +https://ybbond.dev/* https://ybbond.id/:splat 301! +/* /404.html 404 diff --git a/static/keybase.txt b/static/keybase.txt @@ -4,6 +4,83 @@ https://keybase.io/ybbond I hereby claim: + * I am an admin of https://ybbond.id + * I am ybbond (https://keybase.io/ybbond) on keybase. + * I have a public key with fingerprint 56DA ADB1 5246 1C80 6792 DBAB 8477 3B93 9886 81A0 + +To do so, I am signing this object: + +{ + "body": { + "key": { + "eldest_kid": "0120bfd28f06adb094e201bec397a38edbe031f9bf4c4869e8f4f9c4869fdc1b08ca0a", + "fingerprint": "56daadb152461c806792dbab84773b93988681a0", + "host": "keybase.io", + "key_id": "84773b93988681a0", + "kid": "010186c4cf4a610f4c6ecb11e4dc3bddd347ba4b02e3535d94266e0c5ed30e63b79d0a", + "uid": "c9bcf231ce6903969d34778a1014f419", + "username": "ybbond" + }, + "service": { + "hostname": "ybbond.id", + "protocol": "https:" + }, + "type": "web_service_binding", + "version": 1 + }, + "ctime": 1609979267, + "expire_in": 157680000, + "prev": "72175231d08ee0e2d03c6a7be85f2b9f94f0329ea825c8057b6838008345e6de", + "seqno": 39, + "tag": "signature" +} + +which yields the signature: + +-----BEGIN PGP MESSAGE----- +Version: Keybase OpenPGP v2.1.13 +Comment: https://keybase.io/crypto + +yMNqAnicbZJ9TBRHGMbvQKF8lOg1CiY0lqVNIyEw+72LlLRwnIoVTVoNKuXY2Z2F +BXt33h53HBTkeuZKTIhciAKtLSpo0kIMhTa1RaBQEmhRLDY1bYGIJQRTi43yZYBC +90j9o0n3n91953l+87zvzMDzwbpw/WnX7roGn+eifrivrkRnXjzsLcegVXJjKeVY +Mdp4oRMSUh3mYkXCUjCAEwDKEsHJgBEkCHgKEQCHSCR5ViA5JEEESFzmoUyJFMfw +iJMpmd/4lCURh4ATBSBgiZisWAqQ3WZXLA4NSzOSoOFwmqAYXOQAw/KEBAXIUSxL +Qp7kOY7hcAFoxkKrGnBo4aCgoiTFqtW0H/NGvP/RP8sNcI4RKVGmBAYHWjoGiRDH +ESWJJJQkiaRYKFAQEIikSVriKYJhEBBpJJEAMSRkeWkjd8kGTuShKBMkLiKGByTP +8AE/ywnaLpRM4XxAqCK7RXgXaWo3hFaLhFUkYlrNqYgoMNZAH/9ZT9LIiZjNbnVY +ResJrVzocNjUlIDN4bYFdC4Ezf8SzFCxSNoINYcT2VXFasFScE0pOpQAEmcAz2sz +ZNhEDJXaFDsyKwEFzTIc0J7APsipIVkCZ2mtEQlwCAFESIAUGYGFiKNlAvIyT8mA +JHgkcAStnQvNQoYjNQRHUjRiJIQFejppsWIpJK/lFAo0pqoUWARHiR1hFf19uZt0 ++nBdyOagwN3ShYdteXbjTnq26O6Nj6upyqCnzDWxtpaFL1mPrjvLYisubfWXhmQZ +2d7bYcGR7cNOrz/jXFT80KbomjuplcPQd6Pz972LC6WfBSWuDazkCDtdhu6abzfv +u3ro9FLox2PxB6+lpxu6dANL083jYe6GtqOEPzavb8ax7s5sbrrG58TGjXGerp9N +Rb8O7r53J7vy88avrrSMGtocTWnC2xEFHXe9nULaT9Xft9WG9+tvT32RK+n7F+iq +lpLRHcah1ZqRW8vn//IHf9ictP+5kfcaw872nqmdbwDRCe1hL8xtG53dNh2DvfKj +wVj06aPloKD1Kbty2J31+uKB/OVh9fHBDH+POuk/0ttx2fvbd6rdMtdT8oM+h2H2 +qOCTytncb6Jbnz7++sbxivZTY3VxC++o11/9e2KqNaP+j+RW3x7cHjl+5EKV7+I0 +ETrZHaJ279paFRyTf6H+SVHnxBnf1I680dnKpvyBRy1P7z7sOebeb1tZdUU1zM7H +R9ZOxhR3PGjbNVu6aDhVWpm3dP9ywkvndYfKLDPuBKk/2enKJuMiJsyrv2z37qzq +0n30hseQNmds9Lw25Eu9WTtkJG8Nl5uyjccXDzRlZp7j70flrphQe1ua9821L7OS +0h/2JocL3X8aq/n+s2UxHYW4OP/ydef4zPabV55cXX3REnHJVP/BsdC9I4NBb1UT +7zsjH5iyTf8Al3HEOQ== +=z9w1 +-----END PGP MESSAGE----- + +And finally, I am proving ownership of this host by posting or +appending to this document. + +View my publicly-auditable identity here: https://keybase.io/ybbond + +================================================================== + + +================================================================== +https://keybase.io/ybbond +-------------------------------------------------------------------- + +I hereby claim: + * I am an admin of https://ybbond.dev * I am ybbond (https://keybase.io/ybbond) on keybase. * I have a public key ASC_0o8GrbCU4gG-w5ejjtvgMfm_TEhp6PT5xIaf3BsIygo @@ -53,4 +130,4 @@ appending to this document. View my publicly-auditable identity here: https://keybase.io/ybbond -==================================================================- \ No newline at end of file +================================================================== diff --git a/webmentions.js b/webmentions.js @@ -1,31 +1,6 @@ const fs = require("fs"); const https = require("https"); -fetchWebmentions().then(webmentions => { - webmentions.forEach(webmention => { - const slug = webmention["wm-target"] - .replace("https://ybbond.dev/", "") - .replace(/\/$/, "") - .replace("/", "--"); - - const filename = `${__dirname}/data/webmentions/${slug !== '' ? slug : 'home'}.json`; - - if (!fs.existsSync(filename)) { - fs.writeFileSync(filename, JSON.stringify([webmention], null, 2)); - - return; - } - - const entries = JSON.parse(fs.readFileSync(filename)) - .filter(wm => wm["wm-id"] !== webmention["wm-id"]) - .concat([webmention]); - - entries.sort((a, b) => a["wm-id"] - b["wm-id"]); - - fs.writeFileSync(filename, JSON.stringify(entries, null, 2)); - }); -}); - function fetchWebmentions() { const token = process.env.WEBMENTIONS_TOKEN; @@ -34,7 +9,7 @@ function fetchWebmentions() { const url = "https://webmention.io/api/mentions.jf2" + - "?domain=ybbond.dev" + + "?domain=ybbond.id" + `&token=${token}` + `&since=${since.toISOString()}` + "&per-page=999"; @@ -66,4 +41,29 @@ function fetchWebmentions() { return response.children; }); -}- \ No newline at end of file +} + +fetchWebmentions().then(webmentions => { + webmentions.forEach(webmention => { + const slug = webmention["wm-target"] + .replace("https://ybbond.id/", "") + .replace(/\/$/, "") + .replace("/", "--"); + + const filename = `${__dirname}/data/webmentions/${slug !== '' ? slug : 'home'}.json`; + + if (!fs.existsSync(filename)) { + fs.writeFileSync(filename, JSON.stringify([webmention], null, 2)); + + return; + } + + const entries = JSON.parse(fs.readFileSync(filename)) + .filter(wm => wm["wm-id"] !== webmention["wm-id"]) + .concat([webmention]); + + entries.sort((a, b) => a["wm-id"] - b["wm-id"]); + + fs.writeFileSync(filename, JSON.stringify(entries, null, 2)); + }); +});