<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ciigo/embedded_css.go, 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-24T00:11:24Z</updated>
<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>all: set margin on sectlevel3, sectlevel4, sectlevel5</title>
<updated>2024-09-11T09:11:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2024-09-11T09:11:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=70ef08ff94c828542de5a3504bc4645b733272e7'/>
<id>urn:sha1:70ef08ff94c828542de5a3504bc4645b733272e7</id>
<content type='text'>
Using default margin (1.25rem) cause the TOC for level 3 until 5 have
wide gap in between them.
</content>
</entry>
<entry>
<title>all: fix all warnings reported by linter revive</title>
<updated>2023-12-09T20:05:13Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-12-09T20:05:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=d4129bf1f9ea8fedaf273a50347a0c62b6ec07e0'/>
<id>urn:sha1:d4129bf1f9ea8fedaf273a50347a0c62b6ec07e0</id>
<content type='text'>
Unfortunately, this breaks some API and exported fields, but its better
than creating revive.toml file to add an exception.

Some breaking changes,

* Field [ConvertOptions.HtmlTemplate] become [ConvertOptions.HTMLTemplate]
* Method [Converter.SetHtmlTemplateFile] become
  [Converter.SetHTMLTemplateFile]
* Method [Converter.ToHtmlFile] become [Converter.ToHTMLFile]
</content>
</entry>
<entry>
<title>all: set default fonts to Go family</title>
<updated>2023-06-01T06:56:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-06-01T06:56:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=585019e19029b40a859dcc49231b91ad084e5878'/>
<id>urn:sha1:585019e19029b40a859dcc49231b91ad084e5878</id>
<content type='text'>
For user that installed Go fonts [1] in their local or remote, using ciigo
will feels like home.

[1] https://go.dev/blog/go-fonts
</content>
</entry>
<entry>
<title>all: clean up codes</title>
<updated>2022-08-01T13:39:38Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-08-01T13:31:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=f0be5f35c325da2aebea6e0d98f035ad23dc3019'/>
<id>urn:sha1:f0be5f35c325da2aebea6e0d98f035ad23dc3019</id>
<content type='text'>
Replace any usage of ":=" with explicit variable declaration for better
types clarity.
</content>
</entry>
<entry>
<title>all: add CSS for admonition block</title>
<updated>2022-07-24T12:40:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-07-24T12:40:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=9f0bdd0164fc871ae9517d6fdd1d7548f88bc092'/>
<id>urn:sha1:9f0bdd0164fc871ae9517d6fdd1d7548f88bc092</id>
<content type='text'>
The style only applicable for non-icon admonition.
</content>
</entry>
<entry>
<title>all: update CSS for description list</title>
<updated>2022-07-03T08:08:32Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-07-03T08:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=3abcac697bc8db7a75f763d8c6a78b1c8dea681d'/>
<id>urn:sha1:3abcac697bc8db7a75f763d8c6a78b1c8dea681d</id>
<content type='text'>
Set the list title font weight to be bold and remove the font-size for
list description to make the font-size consistent.
</content>
</entry>
<entry>
<title>all: add 1em to the bottom margin of paragraph under list</title>
<updated>2022-03-04T16:10:00Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-04T16:02:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=753642c8297e2a7ba419fef02588d36a99207101'/>
<id>urn:sha1:753642c8297e2a7ba419fef02588d36a99207101</id>
<content type='text'>
This is to make the list content readable and indistinguishable,
especially when we have many list items with paragraphs.
</content>
</entry>
<entry>
<title>all: re-licensing ciigo under GPL-3.0 or later</title>
<updated>2022-03-04T16:09:12Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-03-01T17:05:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=88478fdaa0a324569658232787d9bd96eb2ac0d6'/>
<id>urn:sha1:88478fdaa0a324569658232787d9bd96eb2ac0d6</id>
<content type='text'>
See https://kilabit.info/journal/2022/gpl/ for more information.
</content>
</entry>
<entry>
<title>all: replace any mention of asciidoc with markup</title>
<updated>2021-04-06T21:04:16Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2021-04-06T21:04:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/ciigo/commit/?id=ee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5'/>
<id>urn:sha1:ee5b8f7bf44c840ac3c1799e9d64a1aba505d8b5</id>
<content type='text'>
</content>
</entry>
</feed>
