{"id":15655573,"url":"https://github.com/aleen42/gitbook-footer","last_synced_at":"2025-05-01T12:53:12.955Z","repository":{"id":86876312,"uuid":"56373010","full_name":"aleen42/gitbook-footer","owner":"aleen42","description":":black_nib: A gitbook-plugin for adding footer","archived":false,"fork":false,"pushed_at":"2023-01-19T05:35:21.000Z","size":4694,"stargazers_count":24,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T12:52:34.583Z","etag":null,"topics":["gitbook","gitbook-plugin","javascript"],"latest_commit_sha":null,"homepage":"","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/aleen42.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"aleen42","custom":["http://paypal.me/aleen42","https://www.buymeacoffee.com/aleen42"]}},"created_at":"2016-04-16T08:13:44.000Z","updated_at":"2023-09-11T09:17:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"8573e636-1351-4eac-85eb-4c5280be523e","html_url":"https://github.com/aleen42/gitbook-footer","commit_stats":{"total_commits":112,"total_committers":2,"mean_commits":56.0,"dds":0.008928571428571397,"last_synced_commit":"e8035d7fe0e28da99e4f62aa517f665f7f64dcb1"},"previous_names":[],"tags_count":75,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleen42%2Fgitbook-footer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleen42%2Fgitbook-footer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleen42%2Fgitbook-footer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleen42%2Fgitbook-footer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleen42","download_url":"https://codeload.github.com/aleen42/gitbook-footer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251879122,"owners_count":21658691,"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":["gitbook","gitbook-plugin","javascript"],"created_at":"2024-10-03T12:59:52.604Z","updated_at":"2025-05-01T12:53:12.894Z","avatar_url":"https://github.com/aleen42.png","language":"JavaScript","readme":"## page-footer\n\n![gitbook](https://badges.aleen42.com/src/gitbook_1.svg) ![gitbook](https://badges.aleen42.com/src/gitbook_2.svg)\n\n[![npm](https://img.shields.io/npm/v/gitbook-plugin-page-footer.svg)](https://www.npmjs.com/package/gitbook-plugin-page-footer) [![Build Status](https://travis-ci.org/aleen42/gitbook-footer.svg?branch=master)](https://travis-ci.org/aleen42/gitbook-footer) [![devDependency Status](https://david-dm.org/aleen42/gitbook-footer/dev-status.svg)](https://david-dm.org/aleen42/gitbook-footer#info=devDependencies) [![npm](https://img.shields.io/npm/dt/gitbook-plugin-page-footer.svg)](https://www.npmjs.com/package/gitbook-plugin-page-footer)\n\nA GitBook plugin to show issues and some other information of the repository behind each page.\n\n### Normal Style\n\n![page-footer](./page-footer.png)\n\n### Symmetrical Style\n\n![page-footer](./page-footer-symmetrical.png)\n\n### Issues Part\n\nIn this part, you can specify a repository and show your latest 8 opened issues or pull requests in a book:\n\n*Notice that: because there is a rate-limiting for calling GitHub API, so it's suggested to generate a token following the [site](https://github.com/blog/1509-personal-api-tokens). In addition, you can only update this part after rebuilding your books!*\n\n![page-footer](./issues.png)\n\n### Installation\n\nAdd the following plugins to your `book.json` and run `gitbook install`\n\n```json\n{\n    \"plugins\": [\"page-footer\"]\n}\n```\n\n### Usage\n\nJust find the plugin on gitbook and install it on your gitbook project.\n\nThe default configuration is:\n\n```json\n{\n    \"plugins\": [\n        \"page-footer\"\n    ],\n    \"pluginsConfig\": {\n        \"page-footer\": {\n            \"description\": \"modified at\",\n            \"signature\": \"Aleen\",\n            \"wisdom\": \"More than a coder, more than a designer\",\n            \"format\": \"yyyy-MM-dd hh:mm:ss\",\n            \"copyright\": \"Copyright \u0026#169; aleen42\",\n            \"timeColor\": \"#666\",\n            \"copyrightColor\": \"#666\",\n            \"utcOffset\": \"8\",\n            \"isShowQRCode\": true,\n            \"isShowIssues\": true,\n            \"baseUri\": \"https://wiki.aleen42.com/\",\n            \"repo\": \"aleen42/PersonalWiki\",\n            \"issueNum\": \"8\",\n            \"token\": \"\",\n            \"style\": \"normal\"\n        }\n    }\n}\n```\n\n### Release History\n\n* ==================== **1.0.0 Initial release** ====================\n    * 1.0.1 fix bugs\n    * 1.0.2 fix bugs\n    * 1.0.3 fix bugs\n    * 1.0.4 fix bugs\n    * 1.0.5 fix bugs\n    * 1.0.6 update readme\n    * 1.0.7 update package.json\n    * 1.0.8 update readme\n    * 1.0.9 update readme\n    * 1.1.0 version restrict\n    * 1.1.1 configuration\n    * 1.1.2 configuration\n    * 1.1.3 fix bugs\n    * 1.1.4 fix bugs\n    * 1.1.5 fix bugs\n    * 1.1.6 fix bugs\n    * 1.1.7 fix bugs\n    * 1.1.8 fix bugs\n    * 1.1.9 debug mode\n    * 1.2.0 debug mode\n    * 1.2.1 debug mode\n    * 1.2.2 debug mode\n    * 1.2.3 debug mode\n    * 1.2.4 debug mode\n    * ================ **1.3.3 released version** ================\n    * 1.3.4 add title\n    * ================ **1.4.3 released version** ================\n    * ================ **1.4.6 released version** ================\n    * 1.4.8 update readme\n    * 1.4.9 update readme\n* ==================== **2.0.0 Featuring configuration** ====================\n    * 2.0.1 update readme\n    * 2.0.2 update dependency version\n    * 2.0.3 update readme\n    * 2.0.4 update readme\n    * 2.0.5 update readme\n    * 2.0.6 update readme\n    * 2.0.7 update readme\n    * 2.0.8 update readme\n    * 2.0.9 update readme\n    * 2.1.0 update readme\n    * 2.1.1 update style\n    * 2.1.2 unused version\n    * 2.1.3 featuring Timezone\n    * 2.1.4 fix bugs\n    * 2.1.5 fix bugs\n    * 2.1.6 fix bugs\n    * 2.1.7 update readme\n    * 2.8.9 unused version\n* ==================== **3.0.0 Featuring Qrcode** ====================\n    * 3.0.1 update style\n    * 3.0.6 fix bugs\n    * 3.0.7 justify style for mobile\n    * 3.0.8 justify style for mobile\n    * 3.0.9 support optional styles\n    * 3.1.0 featuring style of symmetrical\n    * 3.1.1 fix bugs\n    * 3.1.2 fix bugs\n    * 3.1.3 fix bugs\n    * 3.1.4 fix bugs\n* ==================== **4.0.0 Featuring Optional Styles** ====================\n    * 4.0.1 modify description of options\n    * 4.0.2 change qrcode's quality and size\n    * 4.0.3 change stylesheet\n    * 4.0.4 change stylesheet\n    * 4.0.5 change stylesheet\n    * 4.0.6 change stylesheet\n    * 4.0.7 hotfix\n    * 4.0.8 hotfix\n    * 4.0.9 update readme\n    * 4.1.9 update readme\n    * 4.2.9 fix bugs of Gitbook engine 3.0.3\n    * 4.3.0 update readme\n* ==================== **5.0.0 Featuring Issues Style** ====================\n    * 5.0.1 update readme\n    * 5.0.2 update default config\n    * 5.0.4 fix bugs of issues [#4](https://github.com/aleen42/gitbook-footer/issues/4)\n    * 5.0.5 update readme\n    * 5.0.6 fix bugs\n    * 5.0.7 fix bugs of issues [#5](https://github.com/aleen42/gitbook-footer/issues/5)\n    * 5.0.8 update readme\n    * 5.0.9 fix bugs\n    * 5.1.0 fix bugs\n    * 5.1.1 update styles\n    * 5.1.2 update styles\n    * 5.1.3 update styles\n    * 5.1.4 update readme\n    * 5.1.5 update readme\n    * 5.1.6 optional issue number\n    * 5.1.7 restrict reading book\n    * 5.1.9 update default value\n    * 5.2.0 fix bugs\n    * 5.2.1 fix bugs\n    * 5.2.2 merge pull requests of [#6](https://github.com/aleen42/gitbook-footer/issues/6)\n    * 5.2.3 update test cases\n    * 5.2.4 update readme\n    * 5.2.5 update readme\n    * 5.2.6 update code\n    * 5.2.7 update readme\n    * 5.3.0 calculate a proper color for the text in labels\n    * 5.3.1 update readme\n    * 5.3.2 fix timezone problem of UTC\n    * 5.3.3 support GITHUB_TOKEN under travis-ci building\n    * 5.3.4 fix the number of issues\n    * 5.3.5 fix the problem of [#9](https://github.com/aleen42/gitbook-footer/issues/9)\n    * 5.3.6 fix style and extend super option\n    * 5.3.8 enhancement of styles\n    * 5.3.9 fix style of normal type\n    * 5.4.0 remove style of QRCode within normal type\n    * 5.4.1 compatible style for gitbook themes\n    * 5.4.3 deprecated token access way for GitHub\n    * 5.4.7 use gitbook-color to support light or dark theme\n    * 5.4.8 refactor\n    * 5.4.9 fix the dependency problem [#13](https://github.com/aleen42/gitbook-footer/issues/13)\n    * 5.5.0 eliminate different sizes of labels when changing color mode\n\n### :fuelpump: How to contribute\n\nHave an idea? Found a bug? See [how to contribute](https://wiki.aleen42.com/contribution.html).\n\n### :scroll: License\n\n[MIT](https://wiki.aleen42.com/MIT.html) © aleen42\n\n*Note: if you like this project, feel free to buy me a swimming chance:*\n\n[![badges](https://badges.aleen42.com/src/paypal.svg)](http://paypal.me/aleen42) [![badges](https://badges.aleen42.com/src/patreon.svg)](https://www.patreon.com/aleen42) [![badges](https://badges.aleen42.com/src/buymeacoffee.svg)](https://www.buymeacoffee.com/aleen42)\n","funding_links":["https://patreon.com/aleen42","http://paypal.me/aleen42","https://www.buymeacoffee.com/aleen42","https://www.patreon.com/aleen42"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleen42%2Fgitbook-footer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleen42%2Fgitbook-footer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleen42%2Fgitbook-footer/lists"}