{"id":21290328,"url":"https://github.com/akiacode/kurit","last_synced_at":"2026-02-26T01:38:43.989Z","repository":{"id":199245379,"uuid":"699874305","full_name":"AkiaCode/kurit","owner":"AkiaCode","description":"autogen website (with Deno Core)","archived":false,"fork":false,"pushed_at":"2023-10-19T23:17:35.000Z","size":1213,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-01T19:13:52.243Z","etag":null,"topics":["autogenerate","deno","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://kurit.kafu.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AkiaCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-03T14:08:28.000Z","updated_at":"2024-03-13T09:09:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"8c550533-1981-4ae2-9517-0bde7fa0ed78","html_url":"https://github.com/AkiaCode/kurit","commit_stats":null,"previous_names":["akiacode/kurit"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiaCode%2Fkurit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiaCode%2Fkurit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiaCode%2Fkurit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiaCode%2Fkurit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AkiaCode","download_url":"https://codeload.github.com/AkiaCode/kurit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225732681,"owners_count":17515525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autogenerate","deno","hacktoberfest"],"created_at":"2024-11-21T12:50:36.084Z","updated_at":"2026-02-26T01:38:43.937Z","avatar_url":"https://github.com/AkiaCode.png","language":"Rust","readme":"# Kurit\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo.png\" width=\"300\"/\u003e\n  \u003ch3\u003eStatic website generator :rocket:\u003c/h3\u003e\n\u003c/div\u003e\n\n\u003e [!WARNING] \n\u003e **WIP**: It is still under development, so some of the features may not be developed.\n\n## Project Structures\n```mermaid\ngraph TD;\n  kurit-runtime--\u003ekurit;\n  kurit-ops--\u003ekurit-runtime;\n  kurit-js--\u003ekurit-runtime;\n  lib.kurit.d.ts--\u003ekurit-js;\n  runtime.js--\u003ekurit-js;\n  kurit-filesystem--\u003ekurit-ops;\n  kurit-devserver--\u003ekurit-ops;\n```\n\n## Installation\n```sh\ncargo install kurit\n```\n\n## Clone\n```sh\n~/$ git clone --recursive https://github.com/AkiaCode/kurit \u0026\u0026 cd ./kurit\n```\n\n## Build\n```sh\n~/kurit$ cargo run --release -- build ./tests/profile.md\n   Compiling kurit-ops v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-ops)\n   Compiling kurit-runtime v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-runtime)\n   Compiling kurit v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit)\n    Finished release [optimized] target(s) in 9.78s\n     Running `target/release/kurit build ./tests/profile.md`\nFinish...🚀\n```\n\n## Serve\n```sh\n~/kurit$ cargo run --release -- serve ./tests/profile.html\n   Compiling kurit-js v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-js)\n   Compiling kurit-runtime v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-runtime)\n   Compiling kurit v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit)\n    Finished release [optimized] target(s) in 8.77s\n     Running `target/release/kurit serve ./tests/profile.html`\n[kurit-log]: Serving ./tests/profile.html at http://localhost:4101/profile.html\n```\n\n## Run\n```sh\n~/kurit$ cargo run --release\n```\n## Features (not yet)\n\n### Single executable\n```sh\n~/kurit$ ldd ./target/debug/kurit\n\tlinux-vdso.so.1 (0x00007ffddadfe000)\n\tlibgcc_s.so.1 =\u003e /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fe2123e0000)\n\tlibm.so.6 =\u003e /lib/x86_64-linux-gnu/libm.so.6 (0x00007fe2122f9000)\n\tlibc.so.6 =\u003e /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe212000000)\n\t/lib64/ld-linux-x86-64.so.2 (0x00007fe2146df000)\n```\n\n### Small File\n```sh\n~/kurit$ cargo bloat --release --crates -n 10\n   Compiling kurit-ops v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-ops)\n   Compiling kurit-runtime v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit-runtime)\n   Compiling kurit v0.1.0 (/Volumes/Seritka/github/kurit/crates/kurit)\n    Finished release [optimized] target(s) in 15.91s\n    Analyzing target/release/kurit\n\n File  .text    Size Crate\n56.3% 100.1% 17.0MiB [Unknown]\n56.3% 100.0% 17.0MiB .text section size, the file size is 30.2MiB\n\nNote: numbers above are a result of guesswork. They are not 100% correct and never will be.\n```\n\n### Zero-config\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiacode%2Fkurit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiacode%2Fkurit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiacode%2Fkurit/lists"}