<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Hugo on hobbyworker취미생활자</title>
    <link>https://hobbyworker.me/en/categories/hugo/</link>
    <description>Recent content in Hugo on hobbyworker취미생활자</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>2026 hobbyworker</copyright>
    <lastBuildDate>Sat, 25 Mar 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://hobbyworker.me/en/categories/hugo/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Deploying a Hugo Static Site to GitHub Pages with GitHub Actions</title>
      <link>https://hobbyworker.me/en/dev/2023-03-25-deploying-a-hugo-static-site-to-github-pages-with-github-actions/</link>
      <pubDate>Sat, 25 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/en/dev/2023-03-25-deploying-a-hugo-static-site-to-github-pages-with-github-actions/</guid>
      <description>deploying a Hugo static site to GitHub Pages can be automated using GitHub Actions with a hugo.yaml workflow configuration. To set up the workflow, create the hugo.yaml file in the .github/workflows/ directory and copy the provided YAML configuration. Additionally, configure the GitHub Pages settings in your project by selecting &amp;#39;GitHub Actions&amp;#39; as the source for the build and deployment. This setup enables seamless deployment of your site upon pushes to the main branch or manual triggering from the Actions tab. By automating the build and deployment process, you can focus on content creation and updates while leveraging GitHub Actions&amp;#39; built-in CI/CD capabilities to enhance your development workflow.</description>
    </item>
    <item>
      <title>Adding AdBlocker Detection to Your Hugo Blog with PaperMod Theme</title>
      <link>https://hobbyworker.me/en/dev/2023-03-24-adding-adblocker-detection-to-your-hugo-blog-with-papermod-theme/</link>
      <pubDate>Fri, 24 Mar 2023 00:00:00 +0000</pubDate>
      <guid>https://hobbyworker.me/en/dev/2023-03-24-adding-adblocker-detection-to-your-hugo-blog-with-papermod-theme/</guid>
      <description>In this blog post, we demonstrated how to add AdBlocker detection to a Hugo blog using the PaperMod theme. We provided a step-by-step guide that included creating custom CSS and JavaScript files, adding a partial HTML file for the warning message, and extending the head and footer partials to include the new files. As a result, users with an ad-blocker enabled will see a polite warning message, encouraging them to support the website&amp;#39;s content by disabling their ad-blocker or whitelisting the site.</description>
    </item>
  </channel>
</rss>
