<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ciigo/testdata/goembed, branch dev</title>
<subtitle>Static web server with AsciiDoc and Markdown.</subtitle>
<id>http://git.kilabit.info/ciigo/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/ciigo/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/'/>
<updated>2026-01-24T14:49:29Z</updated>
<entry>
<title>all: fix test on GoEmbed</title>
<updated>2026-01-24T14:49:29Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-24T14:49:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=5f12f2705a29cf9aaff89c6d1f319f080e8d68aa'/>
<id>urn:sha1:5f12f2705a29cf9aaff89c6d1f319f080e8d68aa</id>
<content type='text'>
Seems like we use "find ... -delete" for a reason that I forgot.
It should not be like that, we will fix it later.
</content>
</entry>
<entry>
<title>all: embed CSS and index HTML template using memfs</title>
<updated>2026-01-24T00:11:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-23T08:33:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=62c2e03409e8f7bc6f3f20df36603344afaf2b3a'/>
<id>urn:sha1:62c2e03409e8f7bc6f3f20df36603344afaf2b3a</id>
<content type='text'>
Previously, with direct embed, every time we change the CSS or index
template, we need to restart the "ciigo serve" command.

Using memfs make us easy to update and see the changes directly, without
restarting the server.
</content>
</entry>
<entry>
<title>go.mod: update asciidoctor-go module to fix default embedded CSS</title>
<updated>2025-04-18T12:59:04Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T12:59:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=627748152584a34070096c02fcd0ecbc1af85422'/>
<id>urn:sha1:627748152584a34070096c02fcd0ecbc1af85422</id>
<content type='text'>
By default, the document contains ":stylesheet:" attribute, which
means using the default embedded CSS.
To disable it, unset the attribute using ":stylesheet!:".
To overwrite it, set the attribute to path of CSS file
":stylesheet: my.css".

</content>
</entry>
<entry>
<title>testdata: disable generating HTML meta "generator"</title>
<updated>2025-04-18T11:24:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T11:24:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=5eb1667e6906cf30642e926b56fdbc9686d1233f'/>
<id>urn:sha1:5eb1667e6906cf30642e926b56fdbc9686d1233f</id>
<content type='text'>
The "generator" meta will changes when the asciidoctor-go release new
version.
This causes unnecessary chores on test data that needs to be updated
on every new releases.

</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2025-04-18T09:58:49Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-04-18T09:58:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=2dc36221ea0e76526958850b7436b8a914ef3ebc'/>
<id>urn:sha1:2dc36221ea0e76526958850b7436b8a914ef3ebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update asciidoctor-go</title>
<updated>2025-02-01T02:39:40Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-02-01T02:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=3fbbf969aa646d07d26e8d3c0f9a01aff52491a3'/>
<id>urn:sha1:3fbbf969aa646d07d26e8d3c0f9a01aff52491a3</id>
<content type='text'>
The latest release fix parsing section that is not detected after list
items.

</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2024-12-08T14:20:02Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-12-08T14:20:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=ff338f853eb7537230c84ccc06feae3b63859877'/>
<id>urn:sha1:ff338f853eb7537230c84ccc06feae3b63859877</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: update all dependencies</title>
<updated>2024-09-07T10:35:24Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-07T10:35:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=eaa09b9d06e2e64b9f484c91d755617577a1bd37'/>
<id>urn:sha1:eaa09b9d06e2e64b9f484c91d755617577a1bd37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update dependencies</title>
<updated>2024-07-26T02:59:44Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-07-26T02:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=375915e2ad921008cf2813b67a94f6e753537a72'/>
<id>urn:sha1:375915e2ad921008cf2813b67a94f6e753537a72</id>
<content type='text'>
Update on git.sr.ht/~shulhan/pakakeh.go fixes the "serve" command where
new files on the root of served directory not detected automatically.
</content>
</entry>
<entry>
<title>all: set the test output for GoEmbed without modification time</title>
<updated>2024-05-12T09:22:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-05-12T07:39:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=c68cd8c3296742c03902ee3f30d2492ac812e977'/>
<id>urn:sha1:c68cd8c3296742c03902ee3f30d2492ac812e977</id>
<content type='text'>
This is to make the go embed output consistent when this repository
cloned for the first time, due the file modtime is newer on each
"git clone".
</content>
</entry>
</feed>
