aboutsummaryrefslogtreecommitdiff
path: root/_doc
AgeCommit message (Collapse)Author
2026-02-04_static: update the default styleShulhan
Changes, * Set the anchor text-decoration back to none but with hover set to underline * Set only h2 to have border bottom * Increase top margin for headings * Set the topbar layout using flex and remove margin and padding for form elements * Change the sectanchor indicator to display on hover. Minimize unncessary text displayed on screen. * Add style for block quotes
2026-01-29_doc: add the test content for markdownShulhan
The content is the same with adoc one, with style updated to use basic and [extended] syntax. Many syntax are not worked, like tables and admonition. [extended]: https://www.markdownguide.org/extended-syntax/
2026-01-29_static: improve styling on header and table of contentsShulhan
In the header, we made the authors, version, date, remark to be italic. In the ToC, we show the "Table of Contents" title back, re-align it to match with the top and bottom elements.
2026-01-26_static: fix page rendering on markdownShulhan
On HTML output of markdown, there is no .container #header and #content so the page content will not get centered (using margin). To fix this, we set the margin auto on .container class and use the default background on #footer.
2026-01-24all: improve default stylesheetShulhan
Add common styles for asciidoctor elements with dark theme. Common styles including title, header, anchor, lists, table, and footer.
2026-01-24all: move _example/ directory under _doc/ directoryShulhan
This allow us to inspect the example using the serve-doc task, along with the content of _doc/.
2024-07-27_doc: replace index.adoc with README.mdShulhan
In this way, we can view how repository README looks like and remove duplication.
2024-05-12all: add and fix SPDX header on adoc filesShulhan
Putting SPDX headers at the bottom cause the "reuse lint" detect the file have no copyright and license information.
2023-05-14all: convert the README back to MarkdownShulhan
This is to make it the repository page at git.sr.ht/~shulhan/ciigo and pkg.go.dev readable.
2023-03-03all: move CHANGELOG file from _doc to root directory backShulhan
This is to allow repository viewer to view CHANGELOG without changing to directory _doc first.
2022-09-06Release ciigo v0.9.2 (2022-09-06)v0.9.2Shulhan
=== Bug fix * all: check for symlink and re-fetch file info using os.Stat === Chores * all: update all dependencies * all: group all documents under directory _doc * all: try to fix test that sometimes fail inside container * all: add tasks to setup test inside systemd container
2022-08-25all: group all documents under directory _docShulhan