Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsonresume/theme-manager
Theme server for JSON Resume
https://github.com/jsonresume/theme-manager
Last synced: 3 months ago
JSON representation
Theme server for JSON Resume
- Host: GitHub
- URL: https://github.com/jsonresume/theme-manager
- Owner: jsonresume
- License: mit
- Archived: true
- Created: 2014-07-08T04:57:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T11:48:58.000Z (almost 5 years ago)
- Last Synced: 2024-07-20T04:33:15.020Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 166
- Watchers: 24
- Forks: 31
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Theme Manager
[![Dependency Status](https://david-dm.org/jsonresume/theme-manager.svg)](https://david-dm.org/jsonresume/theme-manager)
[![Join the chat at https://gitter.im/jsonresume/public](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jsonresume/public?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)This is the theme server running on http://jsonresume.org/themes.
## Themes
All themes must follow the naming convention:
`jsonresume-theme-`, where `` is your custom theme name.Example:
__Boilerplate theme__
- [GitHub](https://github.com/jsonresume/jsonresume-theme-boilerplate)
- [npm package](https://www.npmjs.org/package/jsonresume-theme-boilerplate)## Theme registry
After a theme has been published to npm, you can browse the theme here:
https://themes.jsonresume.org/theme/flat__As soon as you publish to npm, the registry will automatically start using the latest version.__
Browse [available themes](https://www.npmjs.com/search?q=jsonresume-theme-*).
## License
Available under [the MIT license](http://mths.be/mit).