{"id":14979554,"url":"https://github.com/moonharelabs/styless","last_synced_at":"2025-10-28T18:31:57.448Z","repository":{"id":46650721,"uuid":"337788102","full_name":"moonharelabs/styless","owner":"moonharelabs","description":"A modern, highly customizable, and unstyled Jekyll theme with dark mode.","archived":false,"fork":false,"pushed_at":"2023-08-13T06:41:22.000Z","size":489,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:34:14.517Z","etag":null,"topics":["github-page","jekyll","jekyll-seo-tag","jekyll-site","jekyll-theme","minimal","remote-theme","theme"],"latest_commit_sha":null,"homepage":"https://styless.vercel.app","language":"CSS","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/moonharelabs.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}},"created_at":"2021-02-10T16:45:57.000Z","updated_at":"2023-10-26T15:53:03.000Z","dependencies_parsed_at":"2022-08-30T00:40:47.180Z","dependency_job_id":null,"html_url":"https://github.com/moonharelabs/styless","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonharelabs%2Fstyless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonharelabs%2Fstyless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonharelabs%2Fstyless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonharelabs%2Fstyless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonharelabs","download_url":"https://codeload.github.com/moonharelabs/styless/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238700493,"owners_count":19515942,"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","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":["github-page","jekyll","jekyll-seo-tag","jekyll-site","jekyll-theme","minimal","remote-theme","theme"],"created_at":"2024-09-24T14:00:17.174Z","updated_at":"2025-10-28T18:31:51.900Z","avatar_url":"https://github.com/moonharelabs.png","language":"CSS","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\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eStyless\u003c/h1\u003e\n    \u003cp align=\"center\"\u003eA modern, highly customizable, and unstyled Jekyll theme with dark mode.\u003cbr\u003e\u003ch6 align =\"center\"\u003eEasily hosted on GitHub Pages with few dependencies.\u003c/h6\u003e\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\u003c/p\u003e\n\n|![](screenshot.png)|![](dark-screenshot.png)|\n|-|-|\n\n## Usage\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmoonharelabs%2Fstyless%2Ftree%2Fmain%2Fdocs\u0026demo-title=Styless\u0026demo-description=A%20modern%2C%20highly%20customizable%2C%20and%20unstyled%20Jekyll%20theme%20with%20dark%20mode.\u0026demo-url=https%3A%2F%2Fstyless.vercel.app%2F\u0026demo-image=https%3A%2F%2Fgithub.com%2Fmoonharelabs%2Fstyless%2Fraw%2Fmain%2Fdark-screenshot.png)\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.\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\n### Github Pages: Use the remote theme\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\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### Customize Styless\n\nYou can use any css framework with styless. Just add your libraries to `_includes/custom-head.html` file in your site.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [our GitHub repo](https://github.com/moonharelabs/styless). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/moonharelabs/styless/tree/main/CODE_OF_CONDUCT.md).\n\n## License\n\nThe theme is available as open source under the terms of the [Unlicense License](https://github.com/moonharelabs/styless/tree/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonharelabs%2Fstyless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonharelabs%2Fstyless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonharelabs%2Fstyless/lists"}