{"id":14979531,"url":"https://github.com/kevyder/wead","last_synced_at":"2026-02-19T19:00:41.742Z","repository":{"id":56897902,"uuid":"78238628","full_name":"kevyder/wead","owner":"kevyder","description":"A simple and clean @jekyll theme. :ok_hand:","archived":false,"fork":false,"pushed_at":"2024-04-19T18:26:52.000Z","size":38,"stargazers_count":13,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T06:48:47.719Z","etag":null,"topics":["jekyll","jekyll-theme","rubygems","sass"],"latest_commit_sha":null,"homepage":"https://kevyder.github.io/wead/","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/kevyder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-01-06T21:03:19.000Z","updated_at":"2025-10-17T23:04:33.000Z","dependencies_parsed_at":"2024-09-24T03:01:48.597Z","dependency_job_id":null,"html_url":"https://github.com/kevyder/wead","commit_stats":{"total_commits":33,"total_committers":4,"mean_commits":8.25,"dds":"0.21212121212121215","last_synced_commit":"4d7f0c555f228099fe34be627c8cff6375f3c8e5"},"previous_names":["kevyder/wade"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kevyder/wead","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fwead","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fwead/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fwead/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fwead/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevyder","download_url":"https://codeload.github.com/kevyder/wead/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevyder%2Fwead/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29627663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["jekyll","jekyll-theme","rubygems","sass"],"created_at":"2024-09-24T14:00:14.152Z","updated_at":"2026-02-19T19:00:41.719Z","avatar_url":"https://github.com/kevyder.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wead.\r\n[![Gem Version](https://badge.fury.io/rb/wead.svg)](https://badge.fury.io/rb/wead)\r\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/519daacbe38c4aa785f633bfe3d9bf5f)](https://www.codacy.com/app/Kevyder/wead?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=kevyder/wead\u0026utm_campaign=badger)\r\n\r\n\r\nA simple and clean jekyll theme.\r\n\r\nDemo: https://kevyder.github.io/wead/\r\n\r\nRubygems: https://rubygems.org/gems/wead\r\n\r\n### Preview.\r\n![Imgur](http://i.imgur.com/5brZmdv.png)\r\n\r\n\r\n## Installation\r\n\r\nAdd this line to your Jekyll site's Gemfile:\r\n\r\n```ruby\r\ngem \"wead\"\r\n```\r\n\r\nAnd add this line to your Jekyll site's `_config.yml`:\r\n\r\n```yaml\r\ntheme: wead\r\n```\r\n\r\nAnd then execute:\r\n\r\n    $ bundle\r\n\r\nOr install it yourself as:\r\n\r\n    $ gem install wead\r\n\r\n## Usage\r\n\r\n* Update information to `_config.yml`.\r\n\r\n* Change `_about.md` for blog intro.\r\n\r\n## Pagination\r\n\r\nAdd the next lines in your `_config.yml`\r\n\r\n```yaml\r\npaginate: 5\r\npaginate_path: \"/page:num/\"\r\nplugins: [jekyll-paginate]\r\n```\r\n\r\n## Contributing\r\n\r\nBug reports and pull requests are welcome on GitHub at https://github.com/kevyder/wead.\r\n\r\n## Development\r\n\r\nTo set up your environment to develop this theme, run `bundle install`.\r\n\r\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\r\n\r\nWhen your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.\r\n\r\n## License\r\n\r\nThe theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevyder%2Fwead","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevyder%2Fwead","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevyder%2Fwead/lists"}