Setting the COOP and COEP headers on static hosting like GitHub Pages
Explains how to set COOP and COEP headers on static hosting (e.g., GitHub Pages) using a service worker to achieve cross-origin isolation.
Explains how to set COOP and COEP headers on static hosting (e.g., GitHub Pages) using a service worker to achieve cross-origin isolation.
A developer details migrating his decade-old blog from WordPress to Jekyll, citing simplicity and using GitHub Pages and FTP deployment.
A guide to setting up a Hugo static blog, customizing a theme, and deploying it to GitHub Pages with integrated search and comments.
A software developer introduces his new blog, discussing his journey with blogging platforms and his focus on full-cycle software development and DevOps.
A guide to automating Hugo static site deployment to GitHub Pages using GitHub Actions, including SSH key setup and workflow configuration.
The author announces a new personal blog for general life musings and non-Python content, separate from their Python-focused site.
A developer's journey migrating from Jekyll to GatsbyJS for a static blog, comparing features and evaluating modern JavaScript static site generators.
A developer explains why he switched from his custom static site generator, handroll, to the popular Hugo framework.
A developer details migrating their blog from WordPress to Jekyll and GitHub Pages after hosting issues, highlighting the benefits of static site generation.
How to create clean URLs and redirects on GitHub Pages using a custom 404.html page and JavaScript, without server-side code.
A developer explains their switch from WordPress to GitHub Pages with Jekyll for a faster, more reliable static blog.
A technical guide on migrating a blog from WordPress to the static site generator Jekyll, covering the setup process and benefits.
A guide on using git rebase to automatically synchronize a gh-pages branch with the master branch in a GitHub repository.