<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fujiwara Takumi</title>
    <description>The latest articles on DEV Community by Fujiwara Takumi (@takumifujiwaradairy).</description>
    <link>https://dev.to/takumifujiwaradairy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3153471%2Fcff18f19-56ea-4a8f-b7c4-839b0df4c4a1.png</url>
      <title>DEV Community: Fujiwara Takumi</title>
      <link>https://dev.to/takumifujiwaradairy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/takumifujiwaradairy"/>
    <language>en</language>
    <item>
      <title>[Free Blog Creation] I tried hosting a static site with Obsidian and GitHub Pages!</title>
      <dc:creator>Fujiwara Takumi</dc:creator>
      <pubDate>Tue, 03 Jun 2025 23:13:02 +0000</pubDate>
      <link>https://dev.to/takumifujiwaradairy/free-blog-creation-i-tried-hosting-a-static-site-with-obsidian-and-github-pages-pdo</link>
      <guid>https://dev.to/takumifujiwaradairy/free-blog-creation-i-tried-hosting-a-static-site-with-obsidian-and-github-pages-pdo</guid>
      <description>&lt;h1&gt;
  
  
  Preface
&lt;/h1&gt;

&lt;p&gt;This is the website I created. *It is still under construction.&lt;br&gt;
&lt;a href="https://takumifujiwaradairy.github.io/my_public_notes/" rel="noopener noreferrer"&gt;https://takumifujiwaradairy.github.io/my_public_notes/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this article, I would like to introduce how to publish a static website for free using Obsidian and GitHub Pages.&lt;br&gt;
Obsidian also offers a public feature, but it costs $96 per year, which is about 14,000 yen, so in this article, I will show you how to publish a website for free using GitHub Pages!&lt;/p&gt;

&lt;p&gt;In this article, I will omit detailed explanations of Obsidian and GitHub Pages.&lt;/p&gt;

&lt;p&gt;For this project, I am using &lt;strong&gt;Quartz4&lt;/strong&gt; as the static site framework for publishing Obsidian!&lt;br&gt;
The reason is simply because the UI looks cool!&lt;/p&gt;
&lt;h1&gt;
  
  
  Step 1. Fork Quartz4 into your own repository!
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://github.com/jackyzha0/quartz" rel="noopener noreferrer"&gt;https://github.com/jackyzha0/quartz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fork it into your own repository. Note that GitHub Pages cannot be used for free unless it is a public repository!&lt;/p&gt;
&lt;h1&gt;
  
  
  Step 2. Clone it locally and add articles.
&lt;/h1&gt;

&lt;p&gt;Clone your repository locally.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ git clone https://github.com/user-name/obsidian-quartz.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Add Markdown files under the content directory.&lt;br&gt;&lt;br&gt;
/content/index.md will be the homepage.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx quartz build  
rm -rf docs &amp;amp;&amp;amp; mv public docs  
git add -A  
git commit -m “rebuild site with index.html”
git push origin main
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Running these commands will automatically complete the setup.&lt;/p&gt;

&lt;h1&gt;
  
  
  Step 3. Set up GitHub Pages
&lt;/h1&gt;

&lt;p&gt;Set it up so it looks like the screenshot, and you're good to go!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3vnhn4hp8kw9nqnupwrk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3vnhn4hp8kw9nqnupwrk.png" alt="Image description" width="800" height="478"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's a quick overview of the deployment process.&lt;br&gt;
There are still more settings to configure, so I'll cover those in another article if I get around to it.&lt;/p&gt;

</description>
      <category>obsidian</category>
      <category>githubpage</category>
    </item>
  </channel>
</rss>
