index.xml 2.4 KB

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