summaryrefslogtreecommitdiff
path: root/_content/notes
AgeCommit message (Collapse)Author
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/
2025-06-03_content/notes: add symlink for bad_coding_practicesShulhan
This symlink point to article on "journal/2024/bad_coding_practices".
2025-06-03notes: update on "A guide to readable and performance wise code"Shulhan
2025-06-02_content/notes: add new note "sed cheat sheet"Shulhan
Also add the index for directory notes.
2025-02-04_content/notes: add notes about JenkinsShulhan
2024-03-20_content: end all "link:" with "/"Shulhan
This is to prevent 302 redirect where link is a directory.
2020-06-27all: embed the stylesheet directly to templateShulhan
2020-06-27all: rename "content" to "_content"Shulhan
This is to prevent go tools to process the directory. While at it, - move the template file to _content. - simplify the Makefile - update with latest ciigo