{"id":13397725,"url":"https://github.com/mudassir0909/jsonresume-theme-elegant","last_synced_at":"2025-04-04T09:09:25.728Z","repository":{"id":18467010,"uuid":"21661815","full_name":"mudassir0909/jsonresume-theme-elegant","owner":"mudassir0909","description":"Elegant theme for jsonresume","archived":false,"fork":false,"pushed_at":"2024-06-02T11:45:01.000Z","size":1737,"stargazers_count":124,"open_issues_count":29,"forks_count":144,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T08:08:36.185Z","etag":null,"topics":["css","javascript","jsonresume","jsonresume-theme","nodejs","pug"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mudassir0909.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-07-09T17:27:54.000Z","updated_at":"2025-03-26T09:55:18.000Z","dependencies_parsed_at":"2024-08-23T14:26:22.541Z","dependency_job_id":"95075313-a2c2-4fc4-aa03-ea5112d4162a","html_url":"https://github.com/mudassir0909/jsonresume-theme-elegant","commit_stats":{"total_commits":237,"total_committers":28,"mean_commits":8.464285714285714,"dds":"0.38396624472573837","last_synced_commit":"1b38dae2f9fcdf0e4a5d03d2a737b88303ff6305"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudassir0909%2Fjsonresume-theme-elegant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudassir0909%2Fjsonresume-theme-elegant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudassir0909%2Fjsonresume-theme-elegant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudassir0909%2Fjsonresume-theme-elegant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudassir0909","download_url":"https://codeload.github.com/mudassir0909/jsonresume-theme-elegant/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247149502,"owners_count":20891954,"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":["css","javascript","jsonresume","jsonresume-theme","nodejs","pug"],"created_at":"2024-07-30T18:01:41.569Z","updated_at":"2025-04-04T09:09:25.697Z","avatar_url":"https://github.com/mudassir0909.png","language":"JavaScript","funding_links":[],"categories":["HTML","JavaScript"],"sub_categories":[],"readme":"# Elegant Theme [![npm version](https://badge.fury.io/js/jsonresume-theme-elegant.svg)](http://badge.fury.io/js/jsonresume-theme-elegant)\n\nResponsive theme for [JsonResume](https://jsonresume.org/) inspired by card layouts.\n\n[Theme Preview](http://themes.jsonresume.org/theme/elegant)\n\n### Markdown Supported\nSupported in the following properties `resume.basics.summary`, `work[0].summary`, `work[0].highlights`, `projects[0].summary`, `projects[0].highlights`, `education[0].courses`, `volunteer[0].summary`, `volunteer[0].highlights`, `awards[0].summary`, `publications[0].summary`, `references[0].reference`, `skills[0].keywords`. If you have any other use case, please raise an issue\n\n### Social Profiles\nThe profiles are shown in the order in which they are specified in the `basics.profiles` array. By default, only 5 profiles are shown \u0026 others are revealed on demand.\n\n![Profile Section](https://raw.githubusercontent.com/mudassir0909/jsonresume-theme-elegant/master/screenshots/profile.png)\n\n#### Supported Profiles\n* angellist\n* behance\n* bitbucket\n* blogger\n* codepen\n* dribbble\n* dribble\n* exercism\n* facebook\n* flickr\n* foursquare\n* github\n* gitlab\n* googleplus\n* gratipay\n* hackernews\n* instagram\n* lastfm\n* linkedin\n* medium\n* meetup\n* pinterest\n* reddit\n* skype\n* soundcloud\n* spotify\n* stackexchange\n* stackoverflow\n* telegram\n* tumblr\n* twitter\n* vimeo\n* youtube\n\n### Credits\n* Thank you [contributors](https://github.com/mudassir0909/jsonresume-theme-elegant/graphs/contributors) for your pull requests\n* Floating Menu: inspired by [Smart Fixed Navigation](http://codyhouse.co/demo/smart-fixed-navigation/index.html)\n\n### Contributing\n```\n$ npm install -g grunt\n$ npm install -g pug-cli\n$ git clone https://github.com/mudassir0909/jsonresume-theme-elegant.git\n$ cd jsonresume-theme-elegant\n$ npm install\n$ grunt watch // watches for file changes in *.pug \u0026 *.less\n$ grunt exec:run_server // Do this in a new terminal tab to run node server\n```\n\nVisit [http://localhost:8888](http://localhost:8888) to see the theme in action.\n\n[![Throughput Graph](https://graphs.waffle.io/mudassir0909/jsonresume-theme-elegant/throughput.svg)](https://waffle.io/mudassir0909/jsonresume-theme-elegant/metrics)\n\n##### Testing JSON changes\nYou can test your changes by updating `resume.json` file inside `node_modules/resume-schema/` folder. You might want to rerun `grunt exec:run_server` whenever you make any changes to `resume.json`\n\n##### Updating Styles\nAll the LESS files are organized under the folder `assets/less/`. Please go through the comments inside `theme.less` to find out which file to put your LESS changes. Grunt compiles `assets/less/theme.less` to `assets/css/theme.css` which is used eventually in the theme.\n\n**_Please Do not make any changes inside `assets/css/theme.css`_**\n\n##### Updating Javascript\nAll the javascript changes go into `index.js` which is responsible for rendering the theme.\n\n##### Adding a new icon\nVisit this [wiki page](https://github.com/mudassir0909/jsonresume-theme-elegant/wiki/Adding-a-new-icon)\n\n### Roadmap\n\n[https://github.com/mudassir0909/jsonresume-theme-elegant/labels/enhancement](https://github.com/mudassir0909/jsonresume-theme-elegant/labels/enhancement)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudassir0909%2Fjsonresume-theme-elegant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudassir0909%2Fjsonresume-theme-elegant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudassir0909%2Fjsonresume-theme-elegant/lists"}