| Age | Commit message (Collapse) | Author |
|
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
|
|
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/
|
|
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.
|
|
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.
|
|
Add common styles for asciidoctor elements with dark theme.
Common styles including title, header, anchor, lists, table, and footer.
|
|
This allow us to inspect the example using the serve-doc task,
along with the content of _doc/.
|
|
In this way, we can view how repository README looks like and remove
duplication.
|
|
Putting SPDX headers at the bottom cause the "reuse lint" detect the file
have no copyright and license information.
|
|
This is to make it the repository page at git.sr.ht/~shulhan/ciigo
and pkg.go.dev readable.
|
|
This is to allow repository viewer to view CHANGELOG without changing to
directory _doc first.
|
|
=== 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
|
|
|