| Age | Commit message (Collapse) | Author |
|
|
|
|
|
The status page show the status of our services.
|
|
Changes on ciigo,
* go.mod: update asciidoctor-go module
* all: conform with Lighthouse recommendations
* _static: second round for cleaning up styles
* _static: simplify the topbar section
* all: improve default stylesheet
* all: move _example/ directory under _doc/ directory
* all: embed CSS and index HTML template using memfs
* all: format README with prettier
* go.mod: update pakakeh.go to v0.60.3-0.20260115103415-806359d5462f
|
|
We use spdxconv [1] tool to help converting the license and copyright.
[1]: https://kilabit.info/project/spdxconv/
|
|
|
|
The _project directory contains the program that we wrote and publish.
The _content/project directory contains symlink to the project
documentation.
|
|
|
|
|
|
|
|
This question and answers are taken from Canonical application submission.
|
|
The description value, however, is useful for SEO: the description
content value is often what search engines display under the page's
title in search results.
Several browsers, like Firefox and Opera, use this as the default
description of bookmarked pages.
The description should be a short and accurate summary of the page's
content.
|
|
|
|
This is to minimize requests on client side, from two into single request.
|
|
The reason for using cloud storage is to minimize noise in haproxy
logs and reduce the size of binary.
For example, when user access page "/" for the first time, the log will
contains "/assets/...".
The binary size reduces to 3,566,023 bytes.
|
|
|
|
The png file size is around 300 KB while jpg file size is around 48 KB.
|
|
Changes,
* In CSS, use "font-display:swap" [1]. This allow browser use fallback
font first and changes to target font once the file downloaded.
* In HTML, add "lang=en"
* Load CSS asynchronously using `media="print" onload="this.media='all'"`
* Set empty alt text for decorative image
* Set width and height for image ratio
[1] https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display
|
|
|
|
If this template is symlink-ed by other projects, for example
x.kilabit.info, when they clicked kilabit.info it should open
https://kilabit.info, not x.kilabit.info again.
|
|
|
|
This changes affect the CSS for top bar and reformatted by prettier.
|
|
|
|
Minimize dullness on the site ;)
|
|
This is to make the Content-Security-Policy can be set without using
'unsafe-inline'.
|
|
Previously, we use the solarize dark style for pre element.
This style is too "bright" on page with white background.
This changes make the pre element styled by adding 20px on the left
margin remove background and foregroud color.
The result is white block for pre with silver border.
|
|
|
|
|
|
|
|
|