1
0
Fork
You've already forked site
0
  • Rust 46.4%
  • C 23.2%
  • Shell 13.7%
  • CSS 12%
  • Awk 2.6%
  • Other 2.1%
Find a file
2026年01月21日 17:49:09 +05:30
assets assets: update resume 2026年01月20日 22:00:59 +05:30
blog .gitignore: add 2026年01月21日 17:49:09 +05:30
code code: add kvm/long-mode 2024年04月13日 22:23:45 +05:30
scripts assets, scripts: fixup fonts 2024年02月24日 12:22:46 +05:30
.gitignore .gitignore: add 2026年01月21日 17:49:09 +05:30
README.md README 2023年07月03日 19:56:00 +05:30

site

Directory Structure

  • assets: Static files

  • blog: Blog posts stored in the format YYYY-MM-DD-title.md

  • scripts: Site generation scripts

Requirements

  • cmark-gfm: Used for converting the main markdown body to HTML

  • chroma: Used to syntax highlight code blocks in the markdown text

  • gawk

  • POSIX complaint shell