{"id":15092837,"url":"https://github.com/ericselin/deno-ssg-bob","last_synced_at":"2025-04-12T07:21:05.869Z","repository":{"id":62422365,"uuid":"292076058","full_name":"ericselin/deno-ssg-bob","owner":"ericselin","description":"A static site generator for the dynamic web - develop with TSX and build with Deno","archived":false,"fork":false,"pushed_at":"2022-06-20T13:59:22.000Z","size":1301,"stargazers_count":8,"open_issues_count":33,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T11:49:52.872Z","etag":null,"topics":["deno","static-site-generator","tsx","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericselin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-01T18:25:53.000Z","updated_at":"2023-08-06T06:30:14.000Z","dependencies_parsed_at":"2022-11-01T17:45:48.148Z","dependency_job_id":null,"html_url":"https://github.com/ericselin/deno-ssg-bob","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericselin%2Fdeno-ssg-bob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericselin%2Fdeno-ssg-bob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericselin%2Fdeno-ssg-bob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericselin%2Fdeno-ssg-bob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericselin","download_url":"https://codeload.github.com/ericselin/deno-ssg-bob/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248530759,"owners_count":21119626,"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":["deno","static-site-generator","tsx","typescript"],"created_at":"2024-09-25T11:01:46.926Z","updated_at":"2025-04-12T07:21:05.847Z","avatar_url":"https://github.com/ericselin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bob the static site builder\n\n`bob` is a static site generator built on top of the [Deno](https://deno.land) runtime.\n\n## Features\n\nBob is designed for creating extremely performant websites that require near-instant content updating and network edge personalization. All with best-in-class developer experience.\n\n### 🚀 Extremely performant websites\n\n- No JavaScript on page load\n\n    Network-edge personalization means no client-side JavaScript is needed in order to construct pages for the user.\n\n- Minimal CSS footprint\n\n    Include only the CSS needed for each page to keep CSS size as small as possible. Inline CSS for optimal first load.\n\n### ⚡ Near-instant content updating\n\n- Incremental builds (currently experimental)\n\n    Build only what is needed in order to be extremely fast.\n\n- Incremental deploy (coming soon)\n\n    Deploy only changed content.\n\n### 🌐 Network-edge personalization\n\n- Personalize pages on the edge, without client-side Javascript (coming soon)\n\n    Create complex rules and change the page based on request parameters, such as visitor country or cookie values. Use this to create A/B tests, GDPR banners, or product recommendations. This requires the Cloudflare hosting plugin.\n\n### 🤓 Best-in-class developer experience\n\n- Fully typed using TypeScript and TSX\n\n    Intellisense and type checking in layout templates.\n\n- Highly modular\n\n    Layouts are just TSX components. Import any additional components or libraries as you wish.\n\n- Easily create client-side components (coming soon)\n\n    Create client-side code right in your layout files.\n\n## Installation\n\nYou need to have the [Deno](https://deno.land) runtime installed. When you have it installed, just run:\n\n```\ndeno install --allow-read --allow-write --allow-net https://deno.land/x/bob/cli.ts\n```\n\n## Usage\n\nTo build your site, in the site root, just run:\n\n```\n$\u003e bob\n```\n\nSee the `docs` directory for an example implementation. See CLI help with `bob -h`.\n\n### Layout files\n\nLayouts are just TSX components, exported as a default export from different files. Structure your code and components as you wish, but make sure you have a default layout located in `layouts/_default.tsx`.\n\n### Content files\n\nAdd Markdown content files to the `content` directory as needed. Each content file will be rendered into an HTML file using the corresponding path into the `public` directory.\n\n## License\n\nThis program is licensed under the \"GNU Lesser General Public License\". See LICENSE and LICENSE.LESSER for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericselin%2Fdeno-ssg-bob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericselin%2Fdeno-ssg-bob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericselin%2Fdeno-ssg-bob/lists"}