<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GitHub on Kaisekukun</title><link>https://netguide.jp/zh-tw/tags/github/</link><description>Recent content in GitHub on Kaisekukun</description><generator>Hugo -- gohugo.io</generator><language>zh-TW</language><copyright>Kaisekukun</copyright><atom:link href="https://netguide.jp/zh-tw/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Publish a Free Blog with GitHub Pages and Hugo: 2026 Edition</title><link>https://netguide.jp/zh-tw/web/how-to-publish-a-free-blog-with-github-pages-and-hugo-2026-edition/</link><pubDate>Tue, 07 Jul 2026 10:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/web/how-to-publish-a-free-blog-with-github-pages-and-hugo-2026-edition/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/github-pages-hugo-free-blog-zh-tw.png" alt="Featured image of post How to Publish a Free Blog with GitHub Pages and Hugo: 2026 Edition" /&gt;&lt;h2 id="introduction"&gt;Introduction
&lt;/h2&gt;&lt;p&gt;Want to start a blog but worried about hosting and domain costs? The combination of GitHub Pages and Hugo offers the perfect solution. GitHub Pages provides free web hosting, while Hugo is a blazing-fast static site generator. Together, they let you run a professional-quality blog at zero cost.&lt;/p&gt;
&lt;p&gt;This guide walks through the entire setup process, from installing Hugo to deploying your site on GitHub Pages.&lt;/p&gt;
&lt;h2 id="what-is-hugo"&gt;What is Hugo?
&lt;/h2&gt;&lt;p&gt;Hugo is a static site generator written in Go. You write content in Markdown, and Hugo generates HTML files with a single command. Unlike WordPress, no database is required—just upload the generated HTML files and your site is live.&lt;/p&gt;</description></item><item><title>Accelerating GitHub Actions CI/CD workflows using Caching</title><link>https://netguide.jp/zh-tw/software/github-actions-cicd-caching/</link><pubDate>Wed, 15 Apr 2026 12:00:00 +0900</pubDate><guid>https://netguide.jp/zh-tw/software/github-actions-cicd-caching/</guid><description>&lt;img src="https://netguide.jp/img/thumbnail/github-actions-cicd-caching-zh-tw.png" alt="Featured image of post Accelerating GitHub Actions CI/CD workflows using Caching" /&gt;&lt;p&gt;Optimizing CI/CD workflow times directly impacts developer productivity and reduces computing expenses. This article shows you how to integrate dependency caching in GitHub Actions, helping you slash compilation and package setup times.&lt;/p&gt;
&lt;p&gt;We provide YAML workflow templates for Node.js, Python, and Rust, alongside best practices to ensure optimal cache hits.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="1-why-cache-dependencies-in-cicd"&gt;1. Why Cache Dependencies in CI/CD?
&lt;/h2&gt;&lt;p&gt;When a CI agent starts without caching, it spins up a clean container and fetches every dependency from package registries. This introduces several drawbacks:&lt;/p&gt;</description></item></channel></rss>