Should I use plain text files or sqlite database on my Android app?
I developed An android app to read the books of Pope Shenouda III in Arabic . I used plain text files as a storage. Each chapter of each book is a plain text file called for example a1.txt. I want to …
Phishing Facebook Pages via Recommendation
The hackers and stealers use new ideas and methods to convince you to click on their phishing page link. We discovered the direct message way in a previous post , and the recommendation way in another …
Another Strategy to Send a Phishing Link into Facebook Inbox
After few days of that phishing campaign we talked about in a previous post , I faced a new strategy to phish Facebook page admins and steal their accounts/pages. In this method of reaching out to …
Why I Migrated KMT Hugo theme from Tailwind CSS to Vanilla/Pure CSS ?
I created a theme for my bilingual website called kmt . In the beginning, I designed the layout of the theme in Tailwind CSS . After some time, I realized that tailwind is complicate things more for …
How to show posts of my kmt theme on demo but not on others' websites
I want to create documentation and tutorials about my Hugo theme KMT, but I want to simplify my setup by adding them inside the theme itself. But if I added the posts in kmt theme, they’ll show …
SEO optimization in Kmt Theme
KMT theme is the theme developed for websites powered by Hugo . Kmt theme is developed to be optimized for search engines. Minimal 🔗 Kmt theme is developed with minimalism in mind. The less code …
Making Your Website Shine on Search Engines: SSG vs. SSR for SEO
So, you’ve built a fantastic website, but how do you get people to find it? Search Engine Optimization (SEO) is key! This post dives into SSG (Static Site Generation) and SSR (Server-Side …
Why I migrated my website to Hugo?
futureproof post format 🔗 In Hugo, we use a markdown file as the structure of the post. It is a reuseable post format. If something happen in the future, I can write a simple script to convert each …
Why Markdown for Content?
I rewrite my own website (this website you’re reading on) to be build with Hugo static site generator to save my content in a simple markdown files. Future-Proof 🔗 The best thing about saving …
Does Kmt Theme Support Google Analytics?
Yes, KMT theme supports Google Analytics and gtag. Kmt theme is a hugo theme developed mainly for my bilingual website. You just need to add the google analytics / gtag id in hugo.toml. [services] …