{"id":18256121,"url":"https://github.com/serapath/chapter-page","last_synced_at":"2025-04-08T22:26:50.517Z","repository":{"id":57197004,"uuid":"156490532","full_name":"serapath/chapter-page","owner":"serapath","description":"make a themable community chapter page","archived":false,"fork":false,"pushed_at":"2019-03-18T22:07:19.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T15:34:58.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://serapath.github.io/chapter-page","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/serapath.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}},"created_at":"2018-11-07T04:31:02.000Z","updated_at":"2019-03-18T22:07:20.000Z","dependencies_parsed_at":"2022-09-01T23:41:22.419Z","dependency_job_id":null,"html_url":"https://github.com/serapath/chapter-page","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/serapath%2Fchapter-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fchapter-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fchapter-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serapath%2Fchapter-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serapath","download_url":"https://codeload.github.com/serapath/chapter-page/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937159,"owners_count":21021206,"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":[],"created_at":"2024-11-05T10:20:05.712Z","updated_at":"2025-04-08T22:26:50.496Z","avatar_url":"https://github.com/serapath.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chapter-page\nmake a theme-able community chapter page\n\n# demo\nhttps://serapath.github.io/chapter-page\n\n# example\n`npm install chapter-page`\n\n```js\nconst chapterpage = require('chapter-page')\n\nconst colors = {\n  color0: '#43409a', // darkBlue,\n  color1: '#3022bb', // blue,\n  color2: '#6f68ae', // lightBlue,\n  color3: '#f989ff', // lightPink,\n  color4: '#730d61', // darkPink,\n  color5: '#080707', // black,\n  color6: '#2e3f41', // grey,\n  color7: '#f7da8b', // skinYellow,\n  color8: '#ffffff', // white,\n  color9: 'rgba(255, 255, 255, .0)',\n}\nconst data = {\n  title: 'Nashville',\n  logo: 'assets/wizard3.png',\n  home: 'http://wizardamigos.com/',\n  tabs: [{\n    title: 'workshop',\n    url: 'https://slides.com/ninabreznik/deck-11-12-16/embed'\n  }],\n  chat: 'https://gitter.im/wizardamigosinstitute/program/~embed',\n  chapters: [],\n  place: 'Nashville - Schermerhorn Symphony Center',\n  event: 'https://health.distributed.com/code-camp', // link to event page\n  time: '2018.11.07-08:30am-04:30pm'\n}\n\nconst { head, body } = chapterpage({ data, theme: { colors } })\n\ndocument.head.innerHTML = head\ndocument.body.innerHTML = body\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Fchapter-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserapath%2Fchapter-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserapath%2Fchapter-page/lists"}