{"id":16555534,"url":"https://github.com/ksengine/bus","last_synced_at":"2026-03-18T20:28:57.778Z","repository":{"id":112972885,"uuid":"341122361","full_name":"Ksengine/BUS","owner":"Ksengine","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-22T08:39:32.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-04T22:18:19.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ksengine.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":"2021-02-22T08:01:02.000Z","updated_at":"2023-03-04T04:23:17.000Z","dependencies_parsed_at":"2023-03-20T22:03:30.996Z","dependency_job_id":null,"html_url":"https://github.com/Ksengine/BUS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"moonharelabs/styless","purl":"pkg:github/Ksengine/BUS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ksengine%2FBUS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ksengine%2FBUS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ksengine%2FBUS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ksengine%2FBUS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ksengine","download_url":"https://codeload.github.com/Ksengine/BUS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ksengine%2FBUS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"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-11T19:54:11.423Z","updated_at":"2026-03-09T05:32:56.172Z","avatar_url":"https://github.com/Ksengine.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Gem](https://img.shields.io/gem/dt/styless?logo=rubygems\u0026style=for-the-badge)\n![Gem](https://img.shields.io/gem/v/styless?logo=rubygems\u0026style=for-the-badge)\n![GitHub deployments](https://img.shields.io/github/deployments/moonharelabs/styless/github-pages?label=Github%20Pages\u0026logo=jekyll\u0026logoColor=red\u0026style=for-the-badge)\n\n\n\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eStyless\u003c/h1\u003e\n    \u003cp align=\"center\"\u003eA modern, highly customizable, and unstyled Jekyll theme for developers with built-in dark mode.\u003cbr\u003eEasily hosted on GitHub Pages with few dependencies.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\u003cstrong\u003e\u003ca target=\"_blank\" href=\"https://moonharelabs.github.io/styless\"\u003eSee it in action!\u003c/a\u003e\u003c/strong\u003e\u003c/p\u003e\n    \u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n|![](screenshot.jpg)|![](dark-screenshot.jpg)|\n|-|-|\n\n## Getting started\n### Dependencies\nStyless is built for [Jekyll](https://jekyllrb.com/), a static site generator. View the [quick start guide](https://jekyllrb.com/) for more information. Styless requires no special plugins and can run on GitHub Pages’ standard Jekyll compiler. The [Jekyll SEO Tag plugin](https://github.com/jekyll/jekyll-seo-tag) is included by default (no need to run any special installation) to inject SEO and open graph metadata on docs pages. For information on how to configure SEO and open graph metadata visit the [Jekyll SEO Tag usage guide](https://jekyll.github.io/jekyll-seo-tag/usage/).\n\n### Quick start: Use as a GitHub Pages remote theme\n\n1. Add Styless to your Jekyll site's `_config.yml` as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/)\n```yaml\nremote_theme: moonharelabs/styless\n```\n\u003csmall\u003eYou must have GitHub Pages enabled on your repo, one or more Markdown files, and a `_config.yml` file. [See an example repository](https://github.com/moonharelabs/styless/tree/main/docs)\u003c/small\u003e\n\n\n### Local installation: Use the gem-based theme\n\n1. Install the Ruby Gem\n```bash\n$ gem install styless\n```\n```yaml\n# .. or add it to your your Jekyll site’s Gemfile\ngem \"styless\"\n```\n2. Add Styless to your Jekyll site’s `_config.yml`\n```yaml\ntheme: \"styless\"\n```\n3. Run you local Jekyll server\n```bash\n$ jekyll serve\n```\n```bash\n# .. or if you're using a Gemfile (bundler)\n$ bundle exec jekyll serve\n```\n4. Point your web browser to [http://localhost:4000](http://localhost:4000)\n\nIf you're hosting your site on GitHub Pages, [set up GitHub Pages and Jekyll locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can more easily work in your development environment.\n\n### Configure Styless\n\n- [See configuration options](configuration)\n\n---\n\n## About the project\n\nStyless is \u0026copy; 2021-{{ \"now\" | date: \"%Y\" }} by @ksengine.\n\n### License\n\nStyless is distributed by an [Unlicense License](https://github.com/moonharelabs/styless/tree/main/LICENSE).\n\n### Contributing\n\nWhen contributing to this repository, please first discuss the change you wish to make via issue,\nemail, or any other method with the owners of this repository before making a change. Read more about becoming a contributor in [our GitHub repo](https://github.com/moonharelabs/styless#contributing).\n\n### Code of Conduct\n\nStyless is committed to fostering a welcoming community.\n\n[View our Code of Conduct](https://github.com/moonharelabs/styless/tree/main/CODE_OF_CONDUCT.md) on our GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksengine%2Fbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksengine%2Fbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksengine%2Fbus/lists"}