<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git2hugo, branch main</title>
<subtitle>Python script to generate markdown files from a git repository, so they can be used in static site generators.</subtitle>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/'/>
<entry>
<title>g2h: Before regex: I have one problem</title>
<updated>2025-10-10T15:46:28+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-10-10T15:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=dd53b1bfa9c3e60f73a79b3ee1462dee896da693'/>
<id>dd53b1bfa9c3e60f73a79b3ee1462dee896da693</id>
<content type='text'>
After regex: I have $? problems
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After regex: I have $? problems
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Escape markdown code blocks that specify a non-word language</title>
<updated>2025-10-10T15:38:00+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-10-10T15:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=87dba241820b33111017b041f624a88e74e4220a'/>
<id>87dba241820b33111017b041f624a88e74e4220a</id>
<content type='text'>
This is mostly a workaround for the early version of the file.md which had ```{{
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mostly a workaround for the early version of the file.md which had ```{{
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Render markdown files instead of putting them into code blocks</title>
<updated>2025-10-10T15:19:27+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-10-10T15:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=85da4abc206f2cc8819836bb0e8727de3a51d24c'/>
<id>85da4abc206f2cc8819836bb0e8727de3a51d24c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Link uppercase file names to lowercase</title>
<updated>2025-10-10T15:00:13+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-10-10T15:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=2a076517255c4585ac2bc475aaafdc728b6dae6f'/>
<id>2a076517255c4585ac2bc475aaafdc728b6dae6f</id>
<content type='text'>
Hugo will convert all uppercase names to lowercase and then it depends on the webserver :/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hugo will convert all uppercase names to lowercase and then it depends on the webserver :/
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Make sure backticks in plaintext doesn't break page rendering</title>
<updated>2025-09-19T18:14:59+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-19T18:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=04f8d5f3093e1b13aa704590f4d0bf9dce6afce9'/>
<id>04f8d5f3093e1b13aa704590f4d0bf9dce6afce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Point content out dir to content-out and not out-root</title>
<updated>2025-09-19T17:43:35+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-19T17:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=cebadfcfbe74a9b892854e860d6d50565dffa7be'/>
<id>cebadfcfbe74a9b892854e860d6d50565dffa7be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Add utility script</title>
<updated>2025-09-19T17:21:11+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-19T17:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=a3324b7e71ec48daab81981e7d85967a590d4f79'/>
<id>a3324b7e71ec48daab81981e7d85967a590d4f79</id>
<content type='text'>
Also move the sources into the more conventional src/g2h dir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also move the sources into the more conventional src/g2h dir
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Add navbar</title>
<updated>2025-09-18T21:17:24+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-18T21:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1'/>
<id>bd403e6ab18d5cc7818e86d43c3ca0b15c5e53a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Set `date` frontmatter in overview page to HEAD commit</title>
<updated>2025-09-18T20:38:36+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-18T20:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=2a592ecd951f758a62b1c4907e5da212cf1ba264'/>
<id>2a592ecd951f758a62b1c4907e5da212cf1ba264</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g2h: Add breadcrumb navigations to file and tree pages</title>
<updated>2025-09-18T20:05:48+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>christoph@linux.com</email>
</author>
<published>2025-09-18T20:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/git2hugo/commit/?id=74cd345f76dd01034c804f75e7f16b42e9c0643c'/>
<id>74cd345f76dd01034c804f75e7f16b42e9c0643c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
