This is a Zettelkasten-style knowledge management system and technical blog.
Notes are written in org-mode and managed with org-roam, enabling bidirectional linking between notes.
The content is then published to multiple platforms through various exporters:
- Main blog via ox-hugo + Hugo
- Zenn.dev via ox-zenn
- dev.to via ox-gfm
- PDF slides/articles via ox-typst + Typst
All builds are reproducible using Nix flakes.
. ├── hugo/ # Main blog (Hugo + ox-hugo + org-roam) ├── zenn/ # Zenn.dev articles (ox-zenn) ├── devto/ # dev.to articles (ox-gfm) └── typst/ # PDF slides/articles (Typst + ox-typst)
Each subdirectory contains:
org/- Source org-mode filesflake.nix- Build definitionscripts/- Export scripts for Emacs batch mode
- org-roam - Zettelkasten implementation for Emacs
- org-mode - Plain text markup
- Hugo - Static site generator
- ox-hugo - org-mode to Hugo markdown
- org-roam-ui-lite - Interactive graph visualization
- tcardgen - OGP image generation
- hugo-take-theme - Custom theme
- ox-zenn - org-mode to Zenn markdown
- ox-gfm - org-mode to GitHub Flavored Markdown
- article-sync - Article synchronization
- Typst - Modern typesetting system
- ox-typst - org-mode to Typst
- polylux - Presentation slides for Typst
- Nix flakes - Reproducible builds
- devenv - Development environment
- textlint - Text linting
- secretlint - Secret detection
| Platform | URL |
|---|---|
| Main Blog | https://www.takeokunn.org |
| Graph View | https://www.takeokunn.org/graph |
| Zenn | https://zenn.dev/takeokunn |
| dev.to | https://dev.to/takeokunn |
| PDF slides | https://www.takeokunn.org/pdf |
$ cd hugo && nix build '.?submodules=1#build-hugo'$ cd hugo && nix build .#build-org-roam-ui-lite$ cd zenn && nix build .#build-zenn$ cd devto && nix build .#build-devto$ cd typst && nix build .#example-slideAvailable Typst packages:
example-slide- Example presentationexample-slide-light-theme- Light theme variantnix-meetup-3-my-nix-usecase- Nix meetup presentationphperkaigi-2025-pamphlet- PHPerKaigi 2025 articlephperkaigi-2026-pamphlet- PHPerKaigi 2026 articletypst-presentation-practice- Presentation practice
Using takeokunn/hugo-take-theme.
$ git submodule update --remote --recursive