{"id":18744547,"url":"https://github.com/davetacker/jsonresume-theme-kate","last_synced_at":"2026-01-26T00:08:42.595Z","repository":{"id":57285919,"uuid":"55819610","full_name":"DaveTacker/jsonresume-theme-Kate","owner":"DaveTacker","description":"Kate theme for JSON Resume","archived":false,"fork":false,"pushed_at":"2017-03-22T10:00:05.000Z","size":795,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T09:17:29.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DaveTacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-09T01:23:06.000Z","updated_at":"2023-03-21T23:31:41.000Z","dependencies_parsed_at":"2022-09-09T00:40:50.100Z","dependency_job_id":null,"html_url":"https://github.com/DaveTacker/jsonresume-theme-Kate","commit_stats":null,"previous_names":["davetacker/jsonresume-theme-kate","kneeki/jsonresume-theme-kate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DaveTacker/jsonresume-theme-Kate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveTacker%2Fjsonresume-theme-Kate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveTacker%2Fjsonresume-theme-Kate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveTacker%2Fjsonresume-theme-Kate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveTacker%2Fjsonresume-theme-Kate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaveTacker","download_url":"https://codeload.github.com/DaveTacker/jsonresume-theme-Kate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaveTacker%2Fjsonresume-theme-Kate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28761948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T23:06:19.311Z","status":"ssl_error","status_checked_at":"2026-01-25T23:03:50.555Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-07T16:15:13.524Z","updated_at":"2026-01-26T00:08:42.526Z","avatar_url":"https://github.com/DaveTacker.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsonresume-theme-Kate\nA compact theme for JSON Resume, designed for printing.\n\nTries to fit as much information as possible onto a single page without making sections look cluttered.\n\n## Table of Contents\n\n* [Preview](#preview)\n* [Example](#example)\n* [Running](#running)\n* [Options](#options)\n* [License](#license)\n\n## Preview\n![Preview](preview.png)\n\n## Example\nhttp://themes.jsonresume.org/theme/kate\n\n## Running\n\n```sh\n# If you need to install Node.js:\n#    sudo apt-get install npm\nsudo npm install -g resume-cli\ngit clone https://github.com/kneeki/jsonresume-theme-Kate.git\ncd jsonresume-theme-kate\nsudo npm install\nresume serve\n```\nYou can print directly from the served html.\n\n## Options\n\nFor the \"experience\" and \"skills\" sections, you can optionally replace the \"highlights\" list with a \"details\" list with this format.\n\n```js\n\"details\": [\n  { \"text\": \"Javascript\", \"comment\": \"expert\" },\n  { \"text\": \"Coffeescript\", \"comment\": \"expert\" },\n  { \"text\": \"Ruby\", \"comment\": \"competent\" },\n  { \"text\": \"Java\", \"comment\": \"novice\" }\n]\n```\n\nYou may toggle `SORT_INTERESTS_KEYWORDS` to alphabetically sort the keywords (useful for long arrays). See `index.js`. The interest section is no longer denoted with a `.sectionName`. Instead, each `interest[i].name` has the `.sectionName` class.\n\nYou may optionally title the `interests` section by modifying your resume.json schema to include:\n```js\n\"optional_section_titles\": [\n    \"interests\": \"Optional Interests Title\"\n]\n```\nSee resume.json for an example.\n\n## License\nThe MIT License (MIT)\n\nCopyright (c) 2015 Dave Tacker\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavetacker%2Fjsonresume-theme-kate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavetacker%2Fjsonresume-theme-kate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavetacker%2Fjsonresume-theme-kate/lists"}