ITACHI DOES
NOT CODE.
HE REMEMBERS.
Slim, fast, and secure SSG like 11ty. No hardcode - everything from frontmatter, YAML & JSON. Built with Go. _data/*.yaml is Sharingan, content/*.md is Karasu Bunshin, templates/layouts/*.gax is genjutsu chain. You never built a site. You remembered site/*.
$ cd gax && go build -o gax./cmd/gax
$./gax build # — 1000 pages — 0.8ms — genjutsu
$./gax start # — :3000 — crow watches from pole
YOU ARE NOT READING.
YOU ARE INSIDE ITACHI'S MEMORY.
Look behind the glass cards. The illusion is moving. Itachi - back view - on the pole. Red crows storm behind him.Those crows above the article? Not decoration. Real SVG SHARINGAN. Not toy. Every feather is content/*.md → dist/.
No Hardcode Eye
config.yaml + data/*.yaml + JSON. { {config.title or metadata.title}} fallback chain like Sharingan.
Crow Clone Legion
content/blog/*.md auto becomes collections.blog. Next/prev, tags, pagination — crow clones.
Liquid Nunjucks Illusion
templates/layouts/*.gax + partials/*.gax. Filters, limit, filter:tag, includes.
0.8ms Build
Go binary. gax build 1000 pages before blink. Live reload :3000 watches.
Black Flame SEO
sitemap.xml, rss.xml, atom.xml, robots.txt auto. Flames never die.
12KB Pure Dark Cloak
Official [email protected] — 12KB gzipped, no JS. Dark native.
HE STANDS ON POLE.
CROWS ARE HIS BUILD LOG.
From behind. Akatsuki cloak hanging. He doesn't look at you. Sharingan active, but not for war. For watching dist/.Background moves - video illusion, red crows storm. That is not effect. That is Tsukuyomi.You stand behind him. Same pole. Same view. That is the genjutsu.You think you still need to run gax build. Reality: you are already inside dist/. The crows already carried content/*.md there.He is not the mascot. He is the builder who stopped building.
GENJUTSU ACTIVE.
LOOK AT ME.
YOU ARE ALREADY INSIDE GENJUTSU.
YOU CANNOT ESCAPE DIST/
SIX SEALS HE LEFT
BEFORE THE CLAN FELL
├── config.yaml — eye
├── content/index.md — genjutsu
├── content/blog/ — crow legion
├── data/menu.yaml — chakra
├── templates/layouts/base.gax — layout
├── dist/ — truth that remains
Itachi doesn't install. He summons. git clone github.com/mesinkasir/gax && go build -o gax ./cmd/gax. If it caws --help, summoning success. No npm. No ritual.
Simply clone or download gax project then run in to your local devices or deploy in to your cloud host eg vercel, netlify, cloudflare, github pages, upload your production `site` folder into your project.
That's it your site is live now !!
config.yaml is his Sharingan. One eye sees everything. config.title , config.url - infinite nested. No hardcode.
For first you need to access on _data folder then update and configure your site such metadata ,navbar, footer and others then save it to update your site.
by default we use json or yaml data, just check on your _data folder
Frontmatter + Markdown = crow clone. Every content/*.md is a crow. One original, 1000 crows fly to dist/.
Simply frontmatter to integration with your templating gax engine.
Same like jekyll or 11ty we use simplify frontmatter format, to help you integrate your frontmatter from markdown content or _data/.json / .yaml in to gax templating engine.
content/blog.md with collection blog + pagination 10. Itachi never fights alone. collections.blog is his legion.
Create a new folder inside content/*/* ,gax will generate a collections for you include next and previous post articles.
just create a new page in the /content/ example posts.md to setup your collections article list with pagination.
The strongest genjutsu. data yaml auto-loaded. Templates control dist without touching content.
You can create a new yaml or json data then use on your projects.
Exmaple home.yaml then you can use the data in to dax template engine, such { { home.title }}
Black flame that never goes out. gax build to dist - burns node_modules forever. Deploy anywhere. Static = immortal.
Make easy to deploy into all hosting, cloudflare, vercel, github pages, netlify or cpanel / VPS hosting. just upload your production folder call it `site`