Tailieubkhn convert theme is a GitHub Pages theme that turns your own domain into a GitHub Pages URL to avoid Facebook and Twitter domain blocking, by showing a Continue button that redirects visitors to the original site.
What is the tailieubkhn convert theme?
The tailieubkhn convert theme is a GitHub Pages redirect theme built to shield your website from social media domain blocks. It takes three configuration values from _config.yml — your GitHub Pages url, the target domain (targeturl), and the repository name (baseurl) — and serves a 404 page with a Continue button that forwards visitors to the target domain. The project is MIT-licensed and maintained on GitHub; a live demo is hosted at https://piandhust.github.io/tailieubkhn/convert.
What makes this theme stand out?
- Redirect through GitHub Pages — the theme leverages the 404 handler so any missing URL on your GitHub Pages site becomes an interstitial page, avoiding the need for a traditional web server.
- Three-field configuration — set
url,targeturl, andbaseurlin_config.ymlto point the theme at your GitHub Pages site and destination domain. - Built-in conversion demo — the
/convertpath on the demo site lets you paste a domain such astailieubkhn.com/123and instantly get its GitHub Pages equivalent, for examplepiandhust.github.io/tailieubkhn/123. - MIT license — the project is freely reusable and modifiable, with the license badge shown on the repository.
- Jamstack theme listing — the theme is indexed at Jamstack Themes, making it discoverable to static site users.
- GitHub Pages native — no external hosting or database required; any project site on GitHub Pages can run it.
Who should use this theme?
- Publishers with content on blocked domains — bloggers and educators who share links on Facebook, Twitter, or similar platforms can use this theme to serve those links from a GitHub Pages URL, which carries more reputational trust.
- GitHub Pages hobbyists — developers familiar with editing
_config.ymlcan fork the repo, change three keys, and deploy a redirect site in minutes. - Owners of sites like tailieubkhn.com — the demo specifically targets this domain, so anyone who mirrors a similar educational site can apply the same conversion pattern.
What can you do with this theme?
- Convert any tailieubkhn.com URL — use the online converter to generate a
piandhust.github.iolink for any path on that domain, then share the converted link on social media. - Deploy your own redirect instance — clone the repository, edit
_config.ymlwith your own GitHub username and target domain, and enable GitHub Pages to get a personalized redirect site.
How does this theme work?
The theme is triggered by GitHub Pages' 404 error handling. When a visitor accesses a URL that matches your GitHub Pages baseurl but no actual file exists, GitHub serves the theme's 404.html page. That page displays the site name and a Continue button; clicking it navigates the browser to the same path on the targeturl domain, preserving the original resource location.
FAQ
Is this theme free to use?
Yes, the project is open source under the MIT license, so you can use, copy, and modify it freely. GitHub Pages also offers free hosting for public repositories.
Does the theme really prevent Facebook or Twitter blocking?
It cannot guarantee prevention, but because the visible link is on github.io — a domain with an established reputation — the content is less likely to be flagged by social platforms that block your own domain.
What happens to the /convert path?
The /convert URL is reserved for the demo conversion tool, so converted links ignore that path. When you deploy your own instance, you can keep or remove the conversion page as needed.





