I've been brainstorming sentences for my portfolio:| wonger.dev
You can configure your GitHub Pages site to publish when changes are pushed to a specific branch, or you can write a GitHub Actions workflow to publish your site.| GitHub Docs
You can check for common errors to resolve issues with custom domains or HTTPS for your GitHub Pages site.| GitHub Docs
After years of building software and writing technical documentation, I decided to create a blog to share my experience and help others on similar journeys. This article walks through how I set up my technical blog, aimed at those new to blogging or Hugo. Choosing the platform For me, it’s important to have as minimal a solution as possible. While building my own Markdown-to-HTML publishing script is an idea for the future, my immediate priority was to get the blog online quickly.| nexo blog
gdocweb Blog Yes. This post started off as a Google Docs document that you can see by clicking that link. I’m assuming you’re seeing it on the web which is where it’s supposed to be. It was translated to a web page seamlessly using gdocweb . Gdocweb converts Google Docs to websites or more importantly to GitHub Pages.| blog.gdocweb.com
Using completely free serivces, set up path-preserving redirects from an old domain to a new one.| GeekLaunch
GitHub Pages supports using custom domains, or changing the root of your site's URL from the default, like octocat.github.io, to any domain you own.| GitHub Docs