{"id":17022407,"url":"https://github.com/rdela/kokodokai","last_synced_at":"2025-10-28T16:39:16.358Z","repository":{"id":36781021,"uuid":"221044811","full_name":"rdela/kokodokai","owner":"rdela","description":"Modified Sapper template using Markdown for posts and Svelte 3","archived":false,"fork":false,"pushed_at":"2023-10-19T08:17:51.000Z","size":6150,"stargazers_count":8,"open_issues_count":11,"forks_count":5,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-04-12T10:14:20.622Z","etag":null,"topics":["json-feed","markdown","netlify","rss","sapper","svelte"],"latest_commit_sha":null,"homepage":"https://kokodokai.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"famebot","open_collective":"famebotstudios","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://cash.app/$famebot","https://venmo.com/famebot","https://www.paypal.me/famebot"]}},"created_at":"2019-11-11T18:31:49.000Z","updated_at":"2022-01-03T18:38:32.000Z","dependencies_parsed_at":"2023-01-17T04:44:43.869Z","dependency_job_id":null,"html_url":"https://github.com/rdela/kokodokai","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdela%2Fkokodokai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdela%2Fkokodokai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdela%2Fkokodokai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdela%2Fkokodokai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdela","download_url":"https://codeload.github.com/rdela/kokodokai/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550632,"owners_count":21122934,"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":["json-feed","markdown","netlify","rss","sapper","svelte"],"created_at":"2024-10-14T07:10:14.540Z","updated_at":"2025-10-28T16:39:16.253Z","avatar_url":"https://github.com/rdela.png","language":"JavaScript","funding_links":["https://patreon.com/famebot","https://opencollective.com/famebotstudios","https://cash.app/$famebot","https://venmo.com/famebot","https://www.paypal.me/famebot"],"categories":[],"sub_categories":[],"readme":"# Sapper Markdown Site with Svelte v3 (Netlify + Root Directory Version)\n\n## Intro\n\nThis modified [Sapper](https://sapper.svelte.dev/) template uses [Markdown](https://daringfireball.net/projects/markdown/) for posts and [Svelte 3](https://svelte.dev/).\n\nVisit \u003chttps://kokodokai.com/\u003e to see it in action, building with [Netlify](https://www.netlify.com/) configured with a [`netlify.toml`](https://github.com/rdela/kokodokai/blob/master/netlify.toml).\n\nTo clone it and get started:\n\n```bash\ngit clone https://github.com/rdela/kokodokai.git\ncd kokodokai\nnpm install # or yarn\nnpm run dev # or yarn dev\n```\n\nOpen up [localhost:3000](http://localhost:3000/) and start clicking around.\n\n## Page Transitions\n\nAdded fade in/out page transitions after getting annoyed at some jitter when navigating between routes and then feeling inspired revisiting [pngwn's svelte-travel-transitions](https://github.com/pngwn/svelte-travel-transitions) repo/demo based on [Sarah Drasner's page-transitions-travelapp](https://github.com/sdras/page-transitions-travelapp).\n\nSee `src/components/TransitionFadeInOut.svelte` and these routes:\n\n- `src/routes/index.svelte`\n- `src/routes/about.svelte`\n- `src/routes/[slug].svelte`\n- `src/routes/_error.svelte`\n\nTo learn more about Svelte transitions visit the [Transitions section of the Svelte tutorial](https://svelte.dev/tutorial/transition).\n\n## Feeds\n\n### Now with ~~100%~~ **200%** MOAR FEED\n\nThat's right ppl, **[RSS](https://en.wikipedia.org/wiki/RSS)** *plus* **[JSON Feed](https://jsonfeed.org/)**. Check out `src/routes/rss.xml.js` and `src/routes/feed.json.js`.\nRSS Modeled after the [svelte.dev feed](https://github.com/sveltejs/v2.svelte.dev/blob/b21e7b90ad7f2d62556eba660314e7238a22ce4a/src/routes/blog/rss.xml.js), [@brentsimmons](https://github.com/brentsimmons)'\n[RSS](https://inessential.com/xml/rss.xml) + [JSON Feed](https://inessential.com/feed.json) structure on [Inessential](https://inessential.com/), and [@gruber](https://github.com/gruber)'s [RSS](https://daringfireball.net/feeds/main) + [JSON Feed](https://daringfireball.net/feeds/json) on [Daring Fireball](https://daringfireball.net/feeds/).\n\n## GitLab Pages Version\n\nFor the GitLab pages version, visit the [demo](https://rdela.gitlab.io/sapper-v3/) or\nclone the [repo](https://gitlab.com/rdela/sapper-v3):\n\n```bash\ngit clone https://gitlab.com/rdela/sapper-v3.git\ncd sapper-v3\nnpm install # or yarn\nnpm run dev # or yarn dev\n```\n\nOpen up [localhost:3000/sapper-v3](http://localhost:3000/sapper-v3/) and start clicking around.\n\n## Sources\n\nCobbled together by borrowing liberally from [pngwn/sapper-v3](https://github.com/pngwn/sapper-v3) and [sveltejs/sapper-template](https://github.com/sveltejs/sapper-template) early on. For a non-markdown version of the official template, follow the [Using `degit` for Rollup instructions](https://github.com/sveltejs/sapper-template/blob/master/README.md#getting-started):\n\n```sh\nnpx degit \"sveltejs/sapper-template#rollup\" my-app\ncd my-app\nnpm install # or yarn\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdela%2Fkokodokai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdela%2Fkokodokai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdela%2Fkokodokai/lists"}