Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonharelabs/styless
A modern, highly customizable, and unstyled Jekyll theme with dark mode.
https://github.com/moonharelabs/styless
github-page jekyll jekyll-seo-tag jekyll-site jekyll-theme minimal remote-theme theme
Last synced: 3 months ago
JSON representation
A modern, highly customizable, and unstyled Jekyll theme with dark mode.
- Host: GitHub
- URL: https://github.com/moonharelabs/styless
- Owner: moonharelabs
- License: unlicense
- Created: 2021-02-10T16:45:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T06:41:22.000Z (over 1 year ago)
- Last Synced: 2024-09-29T03:05:20.522Z (3 months ago)
- Topics: github-page, jekyll, jekyll-seo-tag, jekyll-site, jekyll-theme, minimal, remote-theme, theme
- Language: CSS
- Homepage: https://styless.vercel.app
- Size: 478 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Gem](https://img.shields.io/gem/dt/styless?logo=rubygems&style=for-the-badge)
![Gem](https://img.shields.io/gem/v/styless?logo=rubygems&style=for-the-badge)
![GitHub deployments](https://img.shields.io/github/deployments/moonharelabs/styless/github-pages?label=Github%20Pages&logo=jekyll&logoColor=red&style=for-the-badge)
Styless
A modern, highly customizable, and unstyled Jekyll theme with dark mode.
Easily hosted on GitHub Pages with few dependencies.
|![](screenshot.png)|![](dark-screenshot.png)|
|-|-|## Usage
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmoonharelabs%2Fstyless%2Ftree%2Fmain%2Fdocs&demo-title=Styless&demo-description=A%20modern%2C%20highly%20customizable%2C%20and%20unstyled%20Jekyll%20theme%20with%20dark%20mode.&demo-url=https%3A%2F%2Fstyless.vercel.app%2F&demo-image=https%3A%2F%2Fgithub.com%2Fmoonharelabs%2Fstyless%2Fraw%2Fmain%2Fdark-screenshot.png)
### Dependencies
Styless 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.### Local installation: Use the gem-based theme
1. Install the Ruby Gem
```bash
$ gem install styless
```
```yaml
# .. or add it to your your Jekyll site’s Gemfile
gem "styless"
```
2. Add Styless to your Jekyll site’s `_config.yml`
```yaml
theme: "styless"
```
3. Run you local Jekyll server
```bash
$ jekyll serve
```
```bash
# .. or if you're using a Gemfile (bundler)
$ bundle exec jekyll serve
```
4. Point your web browser to [http://localhost:4000](http://localhost:4000)### Github Pages: Use the remote theme
If 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.
1. 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/)
```yaml
remote_theme: moonharelabs/styless
```
You 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)### Customize Styless
You can use any css framework with styless. Just add your libraries to `_includes/custom-head.html` file in your site.
## Contributing
Bug 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).
## License
The theme is available as open source under the terms of the [Unlicense License](https://github.com/moonharelabs/styless/tree/main/LICENSE).