summaryrefslogtreecommitdiff
path: root/_content/template.gohtml
AgeCommit message (Collapse)Author
13 hours_content: replace github with git.kilabit.info in top headerHEADmainShulhan
2026-02-04_content: update style, follow default ciigoShulhan
2026-01-28_content: add link to status.kilabit.infoShulhan
The status page show the status of our services.
2026-01-24all: use default ciigo stylesShulhan
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
2026-01-15all: add and convert the license and copyright headers to SPDX formatsShulhan
We use spdxconv [1] tool to help converting the license and copyright. [1]: https://kilabit.info/project/spdxconv/
2026-01-13_content: update template top link and footer copyright yearShulhan
2025-06-29all: add asciidoctor-go as git submodule as part of projectShulhan
The _project directory contains the program that we wrote and publish. The _content/project directory contains symlink to the project documentation.
2024-12-03_content: add link to email me at top barShulhan
2024-11-07_content: add style for dark modeShulhan
2024-09-23journal/2024: add new journal "A trip to Nusa Lembongan"Shulhan
2024-06-24_content/ama: a light version of question and answersShulhan
This question and answers are taken from Canonical application submission.
2024-03-28_content: render the metadata "description" on HTML fileShulhan
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.
2024-03-28_content: update link on template and DNS server informationShulhan
2024-03-27_content: merge css into templateShulhan
This is to minimize requests on client side, from two into single request.
2024-03-21all: use Cloud Storage for static assetsShulhan
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.
2024-01-20_content: remove link to twitterShulhan
2023-10-19content: convert background image to jpgShulhan
The png file size is around 300 KB while jpg file size is around 48 KB.
2023-10-16all: improve the web rendering based on result from webpagetest.orgShulhan
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
2023-10-15content: update the copyrigyt years and email in main templateShulhan
2023-10-14_content: use full link for kilabit.info in templateShulhan
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.
2023-05-28_content: add link to Mastodon for verificationShulhan
2022-08-25content: simplify the menu, use text instead iconsShulhan
This changes affect the CSS for top bar and reformatted by prettier.
2022-07-14_content: update copyright years to 2007-2022Shulhan
2022-06-21content: add fixed background imageShulhan
Minimize dullness on the site ;)
2022-03-03content: split the CSS into separate fileShulhan
This is to make the Content-Security-Policy can be set without using 'unsafe-inline'.
2022-02-19content: update style for pre elementShulhan
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.
2020-11-11all: migrate to sr.ht/~shulhan/kilabit.infoShulhan
2020-11-11go.mod: update with latest ciigoShulhan
2020-06-28go.mod: update with latest dependenciesShulhan
2020-06-27all: embed the stylesheet directly to templateShulhan