123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
- <channel>
- <title>Wikis on codeskraps</title>
- <link>https://codeskraps.com/wiki/</link>
- <description>Recent content in Wikis on codeskraps</description>
- <generator>Hugo</generator>
- <language>en-us</language>
- <managingEditor>me@codeskraps.com (codeskraps)</managingEditor>
- <webMaster>me@codeskraps.com (codeskraps)</webMaster>
- <lastBuildDate>Wed, 10 Apr 2024 00:00:00 +0000</lastBuildDate>
- <atom:link href="https://codeskraps.com/wiki/index.xml" rel="self" type="application/rss+xml" />
- <item>
- <title>Build and Test Guide</title>
- <link>https://codeskraps.com/wiki/build-and-test/</link>
- <pubDate>Wed, 10 Apr 2024 00:00:00 +0000</pubDate><author>me@codeskraps.com (codeskraps)</author>
- <guid>https://codeskraps.com/wiki/build-and-test/</guid>
- <description><h1 id="build-and-test-guide">Build and Test Guide</h1>
<p>This guide provides step-by-step instructions for building and testing the blog before publishing changes.</p>
<h2 id="prerequisites">Prerequisites</h2>
<ul>
<li><a href="https://gohugo.io/installation/">Hugo</a> installed on your system</li>
<li>Git for version control</li>
<li>A modern web browser for testing</li>
</ul>
<h2 id="development-workflow">Development Workflow</h2>
<h3 id="1-local-development">1. Local Development</h3>
<p>To start the development server:</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-bash" data-lang="bash"><span style="display:flex;"><span>hugo server -D
</span></span></code></pre></div><p>This will:</p>
<ul>
<li>Start a local server (usually at http://localhost:1313)</li>
<li>Enable draft content viewing</li>
<li>Watch for file changes and auto-reload</li>
</ul>
<h3 id="2-building-the-site">2. Building the Site</h3>
<p>To build the site for production:</p></description>
- </item>
- </channel>
- </rss>
|