{"id":22085931,"url":"https://github.com/caleorourke/exhibit","last_synced_at":"2025-08-18T23:04:00.797Z","repository":{"id":83649764,"uuid":"107901756","full_name":"caleorourke/exhibit","owner":"caleorourke","description":null,"archived":false,"fork":false,"pushed_at":"2017-12-27T06:48:05.000Z","size":10364,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"gh-pages","last_synced_at":"2025-08-18T23:02:45.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/caleorourke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2017-10-22T20:50:10.000Z","updated_at":"2017-10-22T20:54:24.000Z","dependencies_parsed_at":"2023-04-24T18:02:40.839Z","dependency_job_id":null,"html_url":"https://github.com/caleorourke/exhibit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/caleorourke/exhibit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caleorourke%2Fexhibit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caleorourke%2Fexhibit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caleorourke%2Fexhibit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caleorourke%2Fexhibit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caleorourke","download_url":"https://codeload.github.com/caleorourke/exhibit/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caleorourke%2Fexhibit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073387,"owners_count":24694538,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-01T01:17:10.946Z","updated_at":"2025-08-18T23:04:00.712Z","avatar_url":"https://github.com/caleorourke.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://travis-ci.org/caleorourke/exhibit?branch=gh-pages\" target=\"_blank\"\u003e\u003cimg src=\"http://travis-ci.org/caleorourke/exhibit.svg?branch=gh-pages\"\u003e\u003c/a\u003e\n\u003ca href=\"https://david-dm.org/caleorourke/exhibit#info=devDependencies\" target=\"_blank\"\u003e\u003cimg src=\"https://david-dm.org/caleorourke/exhibit/dev-status.svg?theme=shields.io\"\u003e\u003c/a\u003e\n\u003ca href=\"http://github.com/caleorourke/exhibit/blob/gh-pages/LICENSE\" target=\"_blank\"\u003e\u003cimg src=\"http://img.shields.io/badge/License-MIT-blue.svg\" alt=\"MIT License\"\u003e\u003c/a\u003e\n\n## Introducing exhibit\nexhibit is a one-page template designed specifically for hosting on [GitHub Pages](http://pages.github.com) and serving locally using [Jekyll](http://jekyllrb.com).\n\n## Prerequisites\nexhibit requires the minimum versions of Node and Ruby below.\n\n* [Node 0.10.30](http://nodejs.org/download)\n* [Ruby 2.0](http://www.ruby-lang.org/en/installation)\n\nRun the commands below to determine which versions are currently installed.\n\n~~~bash\n# each command returns a version number\n$ node --version\n$ ruby -v\n~~~\n\n## Install exhibit\nClone exhibit from the `gh-pages` branch on GitHub and go into its directory.\n\n~~~\n$ git clone -b gh-pages https://github.com/caleorourke/exhibit.git\n$ cd exhibit\n~~~\n\nInstall Grunt and dev dependencies for Node.\n\n~~~bash\n$ sudo npm install -g grunt-cli\n$ sudo npm install\n~~~\n\nInstall Jekyll and other Ruby runtime dependencies.\n\n~~~bash\n$ sudo grunt install\n~~~\n\n## Start Using exhibit\nexhibit leverages [Grunt](http://gruntjs.com) as a harness for installing Node and Ruby dependencies, in addition to serving the site locally.\n\n### Commands\nRun any of these commands to initiate a task.\n\n* `$ grunt build`\n* `$ grunt install`\n* `$ grunt serve`\n* `$ grunt test`\n\n#### $ grunt build\n\n1. Bundles and minifies `*.less` files to `*.css` using [RECESS](http://twitter.github.io/recess)\n2. Bundles and minifies `*.js` files using [UglifyJS](https://www.npmjs.com/package/grunt-contrib-uglify)\n\n#### $ grunt install\n\n1. Updates RubyGems\n2. Runs `gem install github-pages`\n\n#### $ grunt serve\n\n1. Bundles and minifies `*.less` files to `*.css` using [RECESS](http://twitter.github.io/recess)\n2. Bundles and minifies `*.js` files using [UglifyJS](https://www.npmjs.com/package/grunt-contrib-uglify)\n3. Builds the site locally in the `_site` directory\n4. Starts a local environment on `http://localhost:4000`\n5. Regenerates a new `_site` directory whenever a file is modified (except `.less` and `.js` assets)\n\n\u003e Serve mode lasts forever. It will not timeout after a period of non-usage. In order to stop it, press `CTRL+C`.\n\n#### $ grunt test\n\n1. Builds the website locally in the `_site` directory\n2. Spits out any errors found during the build process\n\n## Updating exhibit\nDependencies are updated often by their original authors. To install the most recent versions, run `sudo npm update`.\n\nIf this fails for whatever reason, run the following commands to delete the original `node_modules` directory and build a new one.\n\n~~~bash\n$ sudo rm -r node_modules\n$ sudo npm install\n~~~\n\n## License\n\nCode and documentation licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaleorourke%2Fexhibit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaleorourke%2Fexhibit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaleorourke%2Fexhibit/lists"}