Blog
-
How to Attract Traffic to Your “Isolated Island” WordPress Blog Without Relying on Google
Launching a new static blog feels a lot like setting up camp on a remote, undiscovered island: there’s excitement, creative freedom, and… almost no visitors. If you’ve felt the sting…
-
How to Use Your Own Domain Name with Ghost.org (and Why Cloudflare Helps)
Do you want to use your own .com or .net for your Ghost blog? It’s actually pretty easy, but there’s an important step: You should use a service called Cloudflare…
-
How to Add Matomo Analytics to a Hugo Site
Self-hosting Matomo gives you privacy-first, powerful analytics. Below are the complete steps, from installation to integrating the tracker into your Hugo static site. 1. Download Matomo On-Premise 2. Unzip and Upload Matomo…
-
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…