Blog
-
Why Independent Publishing Is the Answer in the Web2 vs. Web3 Debate
The internet is always about control and ownership. Who owns your content? Who controls how you share it? That’s the real question every creator faces. For years, most of us…
-
How to Create Human-Readable, Language-Aware, and Custom Post-type Sitemaps in Hugo
If you run a multilingual Hugo site with custom content types, you likely want flexible sitemaps: Below is a practical, reusable solution. 1. Add XSL Stylesheets for Human-Readable Sitemaps Browsers…
-
Exporting My Blog from WordPress to Hugo: How I Made It Work
Exporting articles from WordPress and importing them to Hugo was harder than I thought. Some tools didn’t work, so I had to find my own way. If you’re thinking about…
-
[WordPress] How to prevent spammy logins
It’s a good idea to turn on “Completely block access to XML-RPC” in the All In One WP Security plugin. This will prevent spammy logins related to logins via XMLRPC.…
-
Why Use Tags Instead of Categories?
Some blogging systems choose not to implement a separate “categories” feature, relying solely on tags for content organization. The reasoning behind this approach comes down to simplicity, flexibility, and usability.…
-
Can I truely delete a post on Mastodon?
Deleting a post on Mastodon is not always guaranteed to completely remove it from the entire Fediverse due to its decentralized nature:
-
How to Achieve POSSE (Publish on your Own Site, Syndicate Elsewhere)
POSSE (Publish on your Own Site, Syndicate Elsewhere) is a content publishing strategy that emphasizes posting original content on your own website first and then syndicating (sharing) it to third-party…
-
How do I put a verification mark next to a link when adding my website in Mastodon?
You need to include the rel=”me” attribute in the link from the destination URL to your Mastodon profile. However, there is currently no direct way to set the rel=”me” attribute…
-
How to get a verification badge using your own server on Damus
1. Convert Public Key to HEX format 2. Creating a JSON file 3. Upload JSON file 4. Enter CORS settings in .htaccess file Add the following code between the IfModule…
-
Can I delete Nostr accounts? I deleted from the OpenVibes app. I didn’t know I can do that.
Nostr accounts cannot be fully deleted because they are based on a decentralized protocol. Instead of traditional “accounts,” Nostr uses key pairs (public and private keys) to represent users. Here’s…
-
Digital Gardens — Growing Ideas on the Web
The digital garden flips the traditional idea of publishing. Instead of posting finished articles in chronological order like a blog, you build a living “garden of knowledge” online — a…
-
Should Digital Gardens Be Free? Navigating the Reality of AI Scraping
Digital gardens were created as open spaces for sharing knowledge and ideas freely. The original spirit is to update content casually, grow knowledge over time, and keep everything accessible without…