{"id":48789228,"url":"https://github.com/hsiangnianian/nanoss","last_synced_at":"2026-04-13T19:02:11.455Z","repository":{"id":339894061,"uuid":"1163738212","full_name":"HsiangNianian/nanoss","owner":"HsiangNianian","description":"Modern Rust static site generator prototype","archived":false,"fork":false,"pushed_at":"2026-02-22T11:51:41.000Z","size":140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-22T11:53:42.353Z","etag":null,"topics":["frontend","jinja","nanoss","rust","sass","site","ssg","wasm","web"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HsiangNianian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-22T04:09:00.000Z","updated_at":"2026-02-22T11:51:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/HsiangNianian/nanoss","commit_stats":null,"previous_names":["hsiangnianian/nanoss"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/HsiangNianian/nanoss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HsiangNianian%2Fnanoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HsiangNianian%2Fnanoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HsiangNianian%2Fnanoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HsiangNianian%2Fnanoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HsiangNianian","download_url":"https://codeload.github.com/HsiangNianian/nanoss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HsiangNianian%2Fnanoss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31766482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["frontend","jinja","nanoss","rust","sass","site","ssg","wasm","web"],"created_at":"2026-04-13T19:02:10.599Z","updated_at":"2026-04-13T19:02:11.447Z","avatar_url":"https://github.com/HsiangNianian.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nanoss\n\nModern Rust static site generator prototype.\n\n## Quick start\n\n```bash\ncargo run -p nanoss-cli -- build \\\n  --content-dir examples/blog-basic/content \\\n  --template-dir examples/blog-basic/templates \\\n  --output-dir public\n```\n\nEnable semantic index output:\n\n```bash\ncargo run -p nanoss-cli -- build \\\n  --content-dir examples/blog-basic/content \\\n  --template-dir examples/blog-basic/templates \\\n  --output-dir public \\\n  --enable-ai-index\n```\n\nTailwind (Rust backend):\n\n```bash\ncargo run -p nanoss-cli -- build \\\n  --content-dir examples/blog-basic/content \\\n  --template-dir examples/blog-basic/templates \\\n  --output-dir public \\\n  --tailwind-input examples/blog-basic/content/styles/site.scss \\\n  --tailwind-output public/styles/tailwind.css \\\n  --tailwind-backend rswind\n```\n\nFeature smoke test (image variants + i18n + remote data):\n\n```bash\ncargo run -p nanoss-cli -- build \\\n  --content-dir examples/blog-basic/content \\\n  --template-dir examples/blog-basic/templates \\\n  --output-dir public\n```\n\n## Docs\n\n- `docs/architecture.md`\n- `docs/plugin-sdk.md`\n- `docs/benchmarks.md`\n- `docs/plugins.md`\n- `docs/themes.md`\n- `docs/cli.md`\n- `docs/config.md`\n\n### Docs local dev\n\n```bash\ncargo run -p nanoss-cli -- dev \\\n  --content-dir docs \\\n  --template-dir docs-site/templates \\\n  --output-dir docs-public\n```\n\nIf your docs use subpath deployment (for example GitHub Pages `/nanoss`), use:\n\n```bash\ncargo run -p nanoss-cli -- dev \\\n  --content-dir docs \\\n  --template-dir docs-site/templates \\\n  --output-dir docs-public \\\n  --mount-path /nanoss\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsiangnianian%2Fnanoss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhsiangnianian%2Fnanoss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhsiangnianian%2Fnanoss/lists"}