{"id":16201767,"url":"https://github.com/jadar/hyde-bootstrap","last_synced_at":"2026-02-23T08:34:39.568Z","repository":{"id":14969224,"uuid":"17694149","full_name":"jadar/hyde-bootstrap","owner":"jadar","description":"A brazen two-column theme for Jekyll. A bootstrap port from @mdo's hyde theme.","archived":false,"fork":false,"pushed_at":"2014-03-13T21:32:23.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T21:34:53.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/jadar.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":"2014-03-13T03:48:43.000Z","updated_at":"2014-07-02T14:32:16.000Z","dependencies_parsed_at":"2022-08-30T08:10:51.610Z","dependency_job_id":null,"html_url":"https://github.com/jadar/hyde-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jadar/hyde-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadar%2Fhyde-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadar%2Fhyde-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadar%2Fhyde-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadar%2Fhyde-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadar","download_url":"https://codeload.github.com/jadar/hyde-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadar%2Fhyde-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29740026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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-10-10T09:39:53.290Z","updated_at":"2026-02-23T08:34:39.540Z","avatar_url":"https://github.com/jadar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Hyde-bootstrap](http://jadar.net)\n\nAn elegant open source, mobile first theme for [Jekyll](https://github.com/mojombo/jekyll). It includes lightweight styles and placeholder content to get you up and running with a simple blog in no time.\n\nThis version of Hyde has been ported to Jekyll bootstrap by [Jadar](http://jadar.net).\n\n![Hyde screenshot](https://f.cloud.github.com/assets/98681/1818325/da6489d8-6ff5-11e3-9b4f-c56b92013e9a.png)\n\n\n## Usage\n\n### 1. Install Jekyll\n\nHyde is built for use with Jekyll, so naturally you'll need to install that. On Macs, it's rather straightforward:\n\n```bash\n$ gem install jekyll\n```\n\n**Windows users:** Windows users have a bit more work to do, but luckily [@juthilo](https://github.com/juthilo) has your back with his [Run Jekyll on Windows](https://github.com/juthilo/run-jekyll-on-windows) guide.\n\nYou may also need to install Pygments, the Python syntax highlighter for code snippets that plays nicely with Jekyll. Read more about this [in the Jekyll docs](http://jekyllrb.com/docs/templates/#code_snippet_highlighting).\n\n### 2a. Quick start\n\nTo help anyone with any level of familiarity with Jekyll quickly get started, Hyde includes everything you need for a basic Jekyll site. To that end, just download Hyde and start up Jekyll.\n\n### 2b. Roll your own Jekyll site\n\nFolks wishing to use Jekyll's templates and styles can do so with a little bit of manual labor. Download Hyde and then copy what you need (likely `_layouts/`, `*.html` files, `atom.xml` for RSS, and `public/` for CSS, JS, etc.).\n\n### 3. Running locally\n\nTo see your Jekyll site with Hyde applied, start a Jekyll server. In Terminal, from `/hyde` (or whatever your Jekyll site's root directory is named):\n\n```bash\n$ jekyll serve\n```\n\nOpen \u003chttp://localhost:4000\u003e in your browser, and voilà. You're done.\n\n\n## Options\n\nHyde includes a few options, typically applied via classes on the `\u003cbody\u003e` element.\n\n### Themes\n\nAs of v1.1, Hyde ships with optional themes based on the [base16 color scheme](https://github.com/chriskempson/base16). In Hyde, a theme simply changes the sidebar's background color and the color of links within blog posts. Here's the red theme in action:\n\n![Hyde in red](https://f.cloud.github.com/assets/98681/1818326/da64f56c-6ff5-11e3-9643-7d0c18157dec.png)\n\nThere are eight themes available at this time.\n\n![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)\n\nTo use a theme, add any one of the available theme classes to the `\u003cbody\u003e` element like so:\n\n```html\n\u003cbody class=\"theme-base-08\"\u003e\n  ...\n\u003c/body\u003e\n```\n\nTo create your own theme, look to the Themes section of [Hyde's CSS](https://github.com/mdo/hyde/blob/master/public/css/hyde.css). Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.\n\n### Reverse layout\n\n![Hyde with reverse layout](https://f.cloud.github.com/assets/98681/1818324/da6473f8-6ff5-11e3-9315-692e639fb5c7.png)\n\nHyde's page orientation can be reversed with a single class.\n\n```html\n\u003cbody class=\"layout-reverse\"\u003e\n  ...\n\u003c/body\u003e\n```\n\n###Removing project-specific navigation content\n\nTo remove the \"GitHub Project\" and \"Download\" and \"Vesion v\" from the site's navigation bar, simply change a setting in your site config.\n\n```yaml\ngithub:\n  repo: false\n```\n\n## Author\n\n**Mark Otto**\n\u003chttps://github.com/mdo\u003e\n\u003chttps://twitter.com/mdo\u003e\n\n\n## License\n\nOpen sourced under the [MIT license](LICENSE.md).\n\n\u003c3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadar%2Fhyde-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadar%2Fhyde-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadar%2Fhyde-bootstrap/lists"}