{"id":17696762,"url":"https://github.com/shinosaki/kiji","last_synced_at":"2026-05-10T19:17:01.157Z","repository":{"id":199388417,"uuid":"702763268","full_name":"shinosaki/kiji","owner":"shinosaki","description":"A simple blogging framework.","archived":false,"fork":false,"pushed_at":"2024-01-19T23:05:09.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T04:51:49.290Z","etag":null,"topics":["blog","bun","cloudflare-workers","hono"],"latest_commit_sha":null,"homepage":"https://blog.shinosaki.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shinosaki.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}},"created_at":"2023-10-10T01:04:46.000Z","updated_at":"2023-10-10T05:17:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"dff53d8b-da13-4b14-a946-eb6dccba3bea","html_url":"https://github.com/shinosaki/kiji","commit_stats":null,"previous_names":["shinosaki/kiji"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinosaki%2Fkiji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinosaki%2Fkiji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinosaki%2Fkiji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinosaki%2Fkiji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinosaki","download_url":"https://codeload.github.com/shinosaki/kiji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399800,"owners_count":20770907,"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":["blog","bun","cloudflare-workers","hono"],"created_at":"2024-10-24T14:45:14.859Z","updated_at":"2026-05-10T19:17:01.113Z","avatar_url":"https://github.com/shinosaki.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiji\r\n\r\nA simple blogging framework.\r\n\r\n## Features\r\n- Server-side rendering\r\n- Works on Bun, Cloudflare Workers, etc.\r\n- RSS feed\r\n- Search articles (Full text search is not currently supported)\r\n\r\n## Get Started\r\n\r\n**Download this repository**\r\n```bash\r\n$ git clone https://github.com/shinosaki/kiji\r\n$ cd ./kiji\r\n```\r\n\r\n**Install depends**\r\n```bash\r\n$ npm i\r\n```\r\n\r\n**Customize config file**\r\nConfig file location is `./config.js`.\r\n- `lang`: Blog's language (Default: `'en'`)\r\n- `onion`: Onion Service's address  \r\n  If you set onion address, append `Onion-Location` header for response.\r\n- `cache`\r\n  - `maxAge`: `Cache-Control` header's `max-age` value (Default: Undefined)\r\n- `menus`: Links for header's menu.\r\n- `links`: Links for side or footer's menu.\r\n- `app`\r\n  - `name`: Blog title\r\n  - `description`: Blog description\r\n  - `copy`: Copyright in footer\r\n    - `name`: Copyright name\r\n    - `link`: Copyright name's link\r\n\r\n**Create new post**\r\nCreate new Markdown file to `./asset/posts/` directory.  \r\n\r\nor Add articles repository as a git submodule.\r\n```bash\r\n$ git submodule add posts.git ./assets/posts\r\n```\r\n\r\n**Generate index file**\r\n```bash\r\n$ npm run posts\r\n```\r\nGenerated `posts.json` file in `./asstes` directory.\r\n\r\n**Start dev server in local**\r\n**Wrangler (Cloudflare Workers)**\r\n```bash\r\n$ npm run dev\r\n```\r\nand Open `http://localhost:8787` in the browser.\r\n\r\n**Bun**:\r\n```bash\r\n$ npm run dev:bun\r\n```\r\nand Open `http://localhost:3000` in the browser.\r\n\r\n**Deploying**\r\n**Cloudflare Workers**\r\n```bash\r\n$ npm run deploy\r\n```\r\n\r\n**Bun**\r\n1. Building standalone binary\r\n```bash\r\n$ npm run build\r\n```\r\n\r\n2. Execution binary\r\n```bash\r\n$ npm run production\r\n```\r\n\r\n## Author\r\n[Shinosaki](https://shinosaki.com/)\r\n\r\n## Dependencies\r\n- hono\r\n- js-yaml\r\n- marked\r\n- zod\r\n- tailwindcss\r\n- wrangler\r\n\r\n## License\r\n[MIT](./LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinosaki%2Fkiji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinosaki%2Fkiji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinosaki%2Fkiji/lists"}