Skip to content
 
 

Latest commit

 

History

2,564 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zola (né Gutenberg) zola logo

Build Status GitHub all releases

A fast static site generator in a single binary with everything built-in.


Curriculo fork

This is Curriculo's fork of getzola/zola. Upstream behaviour is unchanged — we add two subcommands that back curriculo.me (curriculo-tech/landing-website, ADR-008 files-as-truth: content is committed markdown under the site root, no CMS).

Command What it does Network
zola translate [--max N] [--dry-run] Generate/refresh co-located index.<lang>.md siblings via OpenRouter, hash-gated on extra.source_hash. OpenRouter
zola graph migrate --from <url> [--max N] [--force] [--dry-run] Once per origin. Firecrawl-crawl a live site into markdown + a topical KG under data/graph/. Guarded by meta.source_origin. Firecrawl + OpenRouter
zola graph refresh [--max N] [--dry-run] Forever after. Re-topic stale local markdown into data/graph/. Never crawls. OpenRouter

Hard rule: Firecrawl is migrate-only. refresh and build never crawl.

# one-time bootstrap from a live site
zola --root <site> graph migrate --from https://curriculo.me

# steady state, after editing content/**
zola --root <site> graph refresh
zola --root <site> build --base-url https://curriculo-me.pages.dev/
# consumers then run enrich_jsonld + parity gates (see landing-website)

Secrets: OPENROUTER_API_KEY (translate + graph), FIRECRAWL_API_KEY (graph migrate only). Consumers pin the binary by release tag (v0.23.2-curriculo.N) via ZOLA_VERSION / ZOLA_BIN_URL — never latest.

Full docs: CURRICULO.md · docs/curriculo/graph.md · CLI reference. Issues are disabled — propose changes as PRs against master, then cut a new v0.23.2-curriculo.N release for consumers to pin.


To find out more see the Zola Documentation, look in the docs/content folder of this repository or visit the Zola community forum.

This tool and its template engine tera were born from an intense dislike of the (insane) Golang template engine and therefore of Hugo that I was using before for 6+ sites.

List of features

License

This project contains code under multiple licenses.

Code introduced after version 0.22 is licensed under the EUPL-1.2. Code that existed prior to commit 3c9131db0d203640b6d5619ca1f75ce1e0d49d8f remains licensed under the MIT License, including in later versions of the project.

See LICENSE and LICENSE-MIT for details.

About

A fast static site generator in a single binary with everything built-in. https://www.getzola.org

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages