<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>GenGo, branch HEAD</title>
<subtitle>Static site generator written in Golang using Pandoc.
</subtitle>
<entry>
<id>92626ed9a30ac73fcb912d97a1bc719e798be0b3</id>
<published>2026-04-27T03:19:41Z</published>
<updated>2026-04-27T03:19:41Z</updated>
<title>Working on getting RSS generator function working</title>
<link rel="alternate" type="text/html" href="commit/92626ed9a30ac73fcb912d97a1bc719e798be0b3.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 92626ed9a30ac73fcb912d97a1bc719e798be0b3
parent e3569bdbaa3abca850d161bc8c2e54a74bfa0220
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Sun, 26 Apr 2026 23:19:41 -0400

Working on getting RSS generator function working

This patch adds the starting bits for the RSS generator. There is still quite a
bit of work to get it fully working though.

</content>
</entry>
<entry>
<id>e3569bdbaa3abca850d161bc8c2e54a74bfa0220</id>
<published>2026-04-26T05:37:15Z</published>
<updated>2026-04-26T05:37:15Z</updated>
<title>Working on getting the RSS generator up and running.</title>
<link rel="alternate" type="text/html" href="commit/e3569bdbaa3abca850d161bc8c2e54a74bfa0220.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit e3569bdbaa3abca850d161bc8c2e54a74bfa0220
parent 4b011f0ce269c7725ff29f5b4d60059b233363b3
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Sun, 26 Apr 2026 01:37:15 -0400

Working on getting the RSS generator up and running.

This patch doesn&#39;t completely implement the RSS generation, but it does work
towards that direction. The way it works is a bit wasteful, and might need to be
re-addressed in the future.

</content>
</entry>
<entry>
<id>4b011f0ce269c7725ff29f5b4d60059b233363b3</id>
<published>2026-04-25T18:03:24Z</published>
<updated>2026-04-25T18:03:24Z</updated>
<title>Adding the &#39;-i&#39; flag to ignore directories</title>
<link rel="alternate" type="text/html" href="commit/4b011f0ce269c7725ff29f5b4d60059b233363b3.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 4b011f0ce269c7725ff29f5b4d60059b233363b3
parent 06fea7a78f4a51a30fc5421a47a3515560a7c1fc
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Sat, 25 Apr 2026 14:03:24 -0400

Adding the &#39;-i&#39; flag to ignore directories

Adding the &#39;-i&#39; flag to ignore directories within the project that should not be
converted into HTML files.

</content>
</entry>
<entry>
<id>06fea7a78f4a51a30fc5421a47a3515560a7c1fc</id>
<published>2026-04-24T01:32:13Z</published>
<updated>2026-04-24T01:32:13Z</updated>
<title>Adding ability to ignore invalid file types, and bumping version num</title>
<link rel="alternate" type="text/html" href="commit/06fea7a78f4a51a30fc5421a47a3515560a7c1fc.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 06fea7a78f4a51a30fc5421a47a3515560a7c1fc
parent 7d4316ff226987fd92794ba434795fa77c097470
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Thu, 23 Apr 2026 21:32:13 -0400

Adding ability to ignore invalid file types, and bumping version num

This patch will check for file extensions and ignore ones that aren&#39;t &#39;.md&#39;.
In the future, we will also check for at least &#39;.org&#39; as well.
This version also bumps the version number to 0.3

</content>
</entry>
<entry>
<id>7d4316ff226987fd92794ba434795fa77c097470</id>
<published>2026-04-23T21:29:51Z</published>
<updated>2026-04-23T21:29:51Z</updated>
<title>Adding ability to use template to generate custom header/footer</title>
<link rel="alternate" type="text/html" href="commit/7d4316ff226987fd92794ba434795fa77c097470.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 7d4316ff226987fd92794ba434795fa77c097470
parent 97bf857970371f500b665a9b01f9d65bd3e61e7a
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Thu, 23 Apr 2026 17:29:51 -0400

Adding ability to use template to generate custom header/footer

This commit add the ability to use pandoc&#39;s built-in `--template` flag
for the header/footer of the generated site. This can potentially be
used for more advanced things though.
Also including a template file that will likely change over time.

</content>
</entry>
<entry>
<id>97bf857970371f500b665a9b01f9d65bd3e61e7a</id>
<published>2026-01-09T20:58:19Z</published>
<updated>2026-01-09T20:58:19Z</updated>
<title>Bumping version number and adding goal.</title>
<link rel="alternate" type="text/html" href="commit/97bf857970371f500b665a9b01f9d65bd3e61e7a.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 97bf857970371f500b665a9b01f9d65bd3e61e7a
parent 64dea033da4aa63f3f445825ffb1d6fae03aa6b7
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  9 Jan 2026 15:58:19 -0500

Bumping version number and adding goal.

I am bumping the version number since the absolute most basic functionality of
the program is kind of working.
I am also adding a TODO on pre-pending and appending header/footer in the HTML files.

</content>
</entry>
<entry>
<id>64dea033da4aa63f3f445825ffb1d6fae03aa6b7</id>
<published>2026-01-09T20:54:38Z</published>
<updated>2026-01-09T20:54:38Z</updated>
<title>Re-implementing file conversion and removing unnecessary function.</title>
<link rel="alternate" type="text/html" href="commit/64dea033da4aa63f3f445825ffb1d6fae03aa6b7.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 64dea033da4aa63f3f445825ffb1d6fae03aa6b7
parent 4e95bbe3a52dfd56f3be904fa9b85cf4051d409f
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  9 Jan 2026 15:54:38 -0500

Re-implementing file conversion and removing unnecessary function.

This patch adds back the document conversion capability to the program as well
as removing the now unnecessary &#39;CopyFile&#39; function and the &#39;io&#39; import, as the
conversion function will now use pandoc for doing that and converting files all
at once.

</content>
</entry>
<entry>
<id>4e95bbe3a52dfd56f3be904fa9b85cf4051d409f</id>
<published>2026-01-09T19:53:34Z</published>
<updated>2026-01-09T19:53:34Z</updated>
<title>Adding ability to recursively copy file/directory structure.</title>
<link rel="alternate" type="text/html" href="commit/4e95bbe3a52dfd56f3be904fa9b85cf4051d409f.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 4e95bbe3a52dfd56f3be904fa9b85cf4051d409f
parent 0e1e64a7ed4235a77a7c5db628b1eaa1d00378c7
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  9 Jan 2026 14:53:34 -0500

Adding ability to recursively copy file/directory structure.

This patch adds the ability to copy the file and directory structure of the
source directory as well as moving the validation function of the existence of
the source directory to the &#39;copyFile&#39; function. This is to make that function
work recursively.

</content>
</entry>
<entry>
<id>0e1e64a7ed4235a77a7c5db628b1eaa1d00378c7</id>
<published>2026-01-08T21:48:03Z</published>
<updated>2026-01-08T21:48:03Z</updated>
<title>Small renaming</title>
<link rel="alternate" type="text/html" href="commit/0e1e64a7ed4235a77a7c5db628b1eaa1d00378c7.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 0e1e64a7ed4235a77a7c5db628b1eaa1d00378c7
parent 00f682c2eb6300baf3ed504767d6983fe5db0010
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Thu,  8 Jan 2026 16:48:03 -0500

Small renaming

</content>
</entry>
<entry>
<id>00f682c2eb6300baf3ed504767d6983fe5db0010</id>
<published>2026-01-08T21:31:07Z</published>
<updated>2026-01-08T21:31:07Z</updated>
<title>Adds basics checks for required arguments.</title>
<link rel="alternate" type="text/html" href="commit/00f682c2eb6300baf3ed504767d6983fe5db0010.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 00f682c2eb6300baf3ed504767d6983fe5db0010
parent 3dba9d761b8b07e232e127f6f8681db329f28bad
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Thu,  8 Jan 2026 16:31:07 -0500

Adds basics checks for required arguments.

This patch adds some basic checks to make sure the required amount of arguments
were passed to the program. If no arguments are passed, it will immediately
fail. If only one is passed, then it will check to make sure it is a valid one
argument flag. If it is not it will fail.

</content>
</entry>
<entry>
<id>3dba9d761b8b07e232e127f6f8681db329f28bad</id>
<published>2026-01-08T21:12:22Z</published>
<updated>2026-01-08T21:12:22Z</updated>
<title>Improving help and adding dir copying.</title>
<link rel="alternate" type="text/html" href="commit/3dba9d761b8b07e232e127f6f8681db329f28bad.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 3dba9d761b8b07e232e127f6f8681db329f28bad
parent 472b849be6ecf273e5da291e8af41f9ecabac08e
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Thu,  8 Jan 2026 16:12:22 -0500

Improving help and adding dir copying.

This commit improves the help menu and adds the ability to copy a source
directory to a destination. This is still very rough and will need to be
improved for recursive copies. We have also &#39;removed&#39; the ability to convert
files until we can get the recursive copying working. The function is still
there, it is just not accessible by the user.

</content>
</entry>
<entry>
<id>472b849be6ecf273e5da291e8af41f9ecabac08e</id>
<published>2026-01-05T02:04:06Z</published>
<updated>2026-01-05T02:04:06Z</updated>
<title>Adding the ability to actually convert files</title>
<link rel="alternate" type="text/html" href="commit/472b849be6ecf273e5da291e8af41f9ecabac08e.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 472b849be6ecf273e5da291e8af41f9ecabac08e
parent 0d38e7bfd14a73dd2be0e186c140a84ac4e112de
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Sun,  4 Jan 2026 21:04:06 -0500

Adding the ability to actually convert files

</content>
</entry>
<entry>
<id>0d38e7bfd14a73dd2be0e186c140a84ac4e112de</id>
<published>2026-01-02T21:46:11Z</published>
<updated>2026-01-02T21:46:11Z</updated>
<title>Adding return code for &#39;file not found&#39;</title>
<link rel="alternate" type="text/html" href="commit/0d38e7bfd14a73dd2be0e186c140a84ac4e112de.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 0d38e7bfd14a73dd2be0e186c140a84ac4e112de
parent 62091ed1735a14f89238f9c7668ff521755e1dc2
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  2 Jan 2026 16:46:11 -0500

Adding return code for &#39;file not found&#39;

</content>
</entry>
<entry>
<id>62091ed1735a14f89238f9c7668ff521755e1dc2</id>
<published>2026-01-02T21:12:49Z</published>
<updated>2026-01-02T21:12:49Z</updated>
<title>Adding Makefile and some validation that the files exist</title>
<link rel="alternate" type="text/html" href="commit/62091ed1735a14f89238f9c7668ff521755e1dc2.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 62091ed1735a14f89238f9c7668ff521755e1dc2
parent 8166938921985ac67e4362f342ce9356c91fe190
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  2 Jan 2026 16:12:49 -0500

Adding Makefile and some validation that the files exist

</content>
</entry>
<entry>
<id>8166938921985ac67e4362f342ce9356c91fe190</id>
<published>2026-01-02T16:17:47Z</published>
<updated>2026-01-02T16:17:47Z</updated>
<title>Initial commit</title>
<link rel="alternate" type="text/html" href="commit/8166938921985ac67e4362f342ce9356c91fe190.html" />
<author>
<name>Tyler Clark</name>
<email>tyler.clark@foxide.xyz</email>
</author>
<content>commit 8166938921985ac67e4362f342ce9356c91fe190
Author: Tyler Clark &lt;tyler.clark@foxide.xyz&gt;
Date:   Fri,  2 Jan 2026 11:17:47 -0500

Initial commit

</content>
</entry>
</feed>
