{"id":19307781,"url":"https://github.com/sger/sger.me","last_synced_at":"2026-06-17T19:31:55.233Z","repository":{"id":24913843,"uuid":"28330670","full_name":"sger/sger.me","owner":"sger","description":"My new blog uses Jekyll","archived":false,"fork":false,"pushed_at":"2014-12-22T08:30:41.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T02:52:26.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.sger.me","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-22T08:30:15.000Z","updated_at":"2015-05-11T15:11:37.000Z","dependencies_parsed_at":"2022-08-06T05:16:20.976Z","dependency_job_id":null,"html_url":"https://github.com/sger/sger.me","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sger/sger.me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fsger.me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fsger.me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fsger.me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fsger.me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sger","download_url":"https://codeload.github.com/sger/sger.me/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sger%2Fsger.me/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34463552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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-11-10T00:12:31.762Z","updated_at":"2026-06-17T19:31:55.006Z","avatar_url":"https://github.com/sger.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Poole\n\n*The Strange Case of Dr. Jekyll and Mr. Hyde* tells the story of a lawyer investigating the connection of two persons, Dr. Henry Jekyll and Mr. Edward Hyde. Chief among the novel's supporting cast is a man by the name of Mr. Poole, Dr. Jekyll's loyal butler.\n\n-----\n\nPoole is the butler for [Jekyll](http://jekyllrb.com), the static site generator. It's designed and developed by [@mdo](https://twitter.com/mdo) to provide a clear and concise foundational setup for any Jekyll site. It does so by furnishing a full vanilla Jekyll install with example templates, pages, posts, and styles.\n\n![Poole](https://f.cloud.github.com/assets/98681/1834359/71ae4048-73db-11e3-9a3c-df38eb170537.png)\n\nSee Poole in action with [the demo site](http://demo.getpoole.com).\n\nThere are currently two official themes built on Poole:\n\n* [Hyde](http://hyde.getpoole.com)\n* [Lanyon](http://lanyon.getpoole.com)\n\nIndividual theme feedback and bug reports should be submitted to the theme's individual repository.\n\n\n## Contents\n\n- [Usage](#usage)\n- [Options](#options)\n  - [Rems, `font-size`, and scaling](#rems-font-size-and-scaling)\n- [Development](#development)\n- [Author](#author)\n- [License](#license)\n\n\n## Usage\n\n### 1. Install Jekyll\n\nPoole 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, Poole includes everything you need for a basic Jekyll site. To that end, just download Poole 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 Poole 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 Poole applied, start a Jekyll server. In Terminal, from `/Poole` (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à.\n\n### 4. Serving it up\n\nIf you host your code on GitHub, you can use [GitHub Pages](https://pages.github.com) to host your project.\n\n1. Fork this repo and switch to the `gh-pages` branch.\n  1. If you're [using a custom domain name](https://help.github.com/articles/setting-up-a-custom-domain-with-github-pages), modify the `CNAME` file to point to your new domain.\n  2. If you're not using a custom domain name, **modify the `baseurl` in `_config.yml`** to point to your GitHub Pages URL. Example: for a repo at `github.com/username/poole`, use `http://username.github.io/poole/`. **Be sure to include the trailing slash.**\n3. Done! Head to your GitHub Pages URL or custom domain.\n\nNo matter your production or hosting setup, be sure to verify the `baseurl` option file and `CNAME` settings. Not applying this correctly can mean broken styles on your site.\n\n## Options\n\nPoole includes some customizable options, typically applied via classes on the `\u003cbody\u003e` element.\n\n\n### Rems, `font-size`, and scaling\n\nPoole is built almost entirely with `rem`s (instead of pixels). `rem`s are like `em`s, but instead of building on the immediate parent's `font-size`, they build on the root element, `\u003chtml\u003e`.\n\nBy default, we use the following:\n\n```css\nhtml {\n  font-size: 16px;\n  line-height: 1.5;\n}\n@media (min-width: 38em) {\n  html {\n    font-size: 20px;\n  }\n}\n\n```\n\nTo easily scale your site's typography and components, simply customize the base `font-size`s here.\n\n\n## Development\n\nPoole has two branches, but only one is used for active development.\n\n- `master` for development.  **All pull requests should be to submitted against `master`.**\n- `gh-pages` for our hosted site, which includes our analytics tracking code. **Please avoid using this branch.**\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%2Fsger%2Fsger.me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsger%2Fsger.me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsger%2Fsger.me/lists"}