{"id":27359337,"url":"https://github.com/rackerlabs/zoolander","last_synced_at":"2025-04-13T00:28:12.089Z","repository":{"id":33313449,"uuid":"36958191","full_name":"rackerlabs/zoolander","owner":"rackerlabs","description":"A Rackspace Bootstrap theme \u0026 components for marketing brand","archived":false,"fork":false,"pushed_at":"2023-07-08T09:31:45.000Z","size":192463,"stargazers_count":14,"open_issues_count":15,"forks_count":18,"subscribers_count":23,"default_branch":"3.0.x","last_synced_at":"2025-04-13T00:28:03.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"EJS","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/rackerlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-05T22:19:11.000Z","updated_at":"2023-01-09T19:51:25.000Z","dependencies_parsed_at":"2023-02-14T19:46:37.384Z","dependency_job_id":null,"html_url":"https://github.com/rackerlabs/zoolander","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackerlabs%2Fzoolander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackerlabs%2Fzoolander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackerlabs%2Fzoolander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rackerlabs%2Fzoolander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rackerlabs","download_url":"https://codeload.github.com/rackerlabs/zoolander/tar.gz/refs/heads/3.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650804,"owners_count":21139670,"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":"2025-04-13T00:28:11.634Z","updated_at":"2025-04-13T00:28:12.074Z","avatar_url":"https://github.com/rackerlabs.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zoolander\n\nDerek Zoolander's Corporate Style Guide to Help Product Teams Build Ridiculously Good Looking Websites\n\n## Contributing\n\nThese instructions are not exhaustive but here is the gist. (Assumptions: you are running tests and verifying your\nchanges in multiple browsers.)\n\n* Fork Zoolander\n* Clone your repo\n* Create a branch in your repo\n* Make your changes\n* Commit your changes\n* Push branch to your repo\n* Create PR from your repo:`branch` to Zoolander:`master`\n\n## Requirements\n\nNode.js 8-13\n\n## Getting Started (Step by Step)\n\n```\nnpm install\nnpm start\n```\n\n## Versioning\n\nUse the following command to bump current version\n\n```\nnpm version major | minor | patch\n```\n\nFor more information on versioning, see http://semver.org/\n\n## Deploy\n\nRun the following command to deploy to [github pages!](https://rackerlabs.github.io/zoolander):\n\n```\nnpm run gh-pages\n```\n\n## Linting\n\nUse the following command to manually lint zoolander Javascript and Sass.\n\n```\nnpm run lint:js\nnpm run lint:sass\n```\n\n## ES6 JS\n\nUse the following command to manually transpile Zoolander JS\n\n```shell\nnpm run babel\n\n#to watch js files\nnpm run babel:watch\n```\n\n## Adding New Icons\n\nWe are using [Fontello](http://fontello.com/) to manage our custom icon set. To add new icons you will need to follow these steps:\n\n1. Take the config.json file located in ```fonts/config.json``` and drag it onto the fontello webpage. This will import all of our existing icons. Fontello also caches the last import you did so this step may not always be necessary.\n\n2. Pick the new icons/icon you want by clicking them and then download the new zip file using the red download button at the top of the page.\n\n3. Open the zip file and replace all of the local zoolander files in the ```fonts/``` folder with all of the new ones in the zip.\n\n4. Find the new line added to the ```fonts/css/rswebfonts.css``` file for your new icon/icons. It should look something like this:\n```css\n.icon-yournewicon:before { content: '\\e851'; }\n```\nCopy the line/lines and append them to the ```styleguide/_themes/global/scss/rsweb-font-style.scss``` file but you will need to strip out the ```icon-``` prefix. It should now look something like this:\n```css\n.yournewicon:before { content: '\\e851'; }\n```\n\n5. Next, you will need to copy all of the actual font files located in the ```fonts/font/``` folder and paste them into the ```styleguide/font/``` folder, replacing the old ones.\n\n6. Finally, bump the new font version in ```styleguide/_themes/global/scss/rsweb-font-style.scss``` at the top of the file.\n\nYour new icon/icons should now be ready for use using the new classes like this:\n```html\n\u003cspan class=\"rsweb yournewicon\"\u003e\u003c/span\u003e\n```\n\nOr you can access them using css/scss like so:\n```scss\n.some-class {\n\n  \u0026:before {\n    content: '\\e851';\n    font-family: 'rswebfonts';\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackerlabs%2Fzoolander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frackerlabs%2Fzoolander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frackerlabs%2Fzoolander/lists"}