{"id":13551876,"url":"https://github.com/chrisrhymes/bulma-clean-theme","last_synced_at":"2026-01-06T15:15:32.522Z","repository":{"id":42704596,"uuid":"152910081","full_name":"chrisrhymes/bulma-clean-theme","owner":"chrisrhymes","description":"A clean and modern Jekyll theme based on Bulma","archived":false,"fork":false,"pushed_at":"2025-05-06T12:54:15.000Z","size":5198,"stargazers_count":398,"open_issues_count":6,"forks_count":493,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-06T13:53:56.937Z","etag":null,"topics":["bulma","bulma-clean-theme","jekyll","jekyll-theme","jekyll-themes","theme"],"latest_commit_sha":null,"homepage":"http://www.csrhymes.com/bulma-clean-theme/","language":"HTML","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/chrisrhymes.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.txt","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"chrisrhymes","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-10-13T20:07:28.000Z","updated_at":"2025-04-30T08:13:20.000Z","dependencies_parsed_at":"2024-06-11T18:48:51.283Z","dependency_job_id":"990d6fa0-70c0-4b33-a871-0a6050e08ad8","html_url":"https://github.com/chrisrhymes/bulma-clean-theme","commit_stats":{"total_commits":160,"total_committers":24,"mean_commits":6.666666666666667,"dds":"0.23124999999999996","last_synced_commit":"c644b9caf65190ec9883272f486a3103c8bc5627"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrhymes%2Fbulma-clean-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrhymes%2Fbulma-clean-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrhymes%2Fbulma-clean-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisrhymes%2Fbulma-clean-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisrhymes","download_url":"https://codeload.github.com/chrisrhymes/bulma-clean-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052692,"owners_count":22006716,"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":["bulma","bulma-clean-theme","jekyll","jekyll-theme","jekyll-themes","theme"],"created_at":"2024-08-01T12:01:54.886Z","updated_at":"2026-01-06T15:15:32.492Z","avatar_url":"https://github.com/chrisrhymes.png","language":"HTML","funding_links":["https://github.com/sponsors/chrisrhymes"],"categories":["HTML","jekyll-theme"],"sub_categories":[],"readme":"# bulma-clean-theme\n\n[![Gem Version](https://badge.fury.io/rb/bulma-clean-theme.svg)](https://badge.fury.io/rb/bulma-clean-theme)\n![Gem](https://img.shields.io/gem/dt/bulma-clean-theme.svg)\n\nThis is a clean and simple Jekyll Theme built with the [Bulma](https://bulma.io/) framework, providing a modern-looking site to start with. \n\nThe theme uses [Alpine.js](https://github.com/alpinejs/alpine) for its interactive components, such as mobile navbar and notifications.\n\n## Contents\n\n* [Installation](#installation)\n* [Documentation](#documentation)\n* [Upgrading to v1](#upgrading-to-v1)\n* [Contributing](#contributing)\n* [Development](#development)\n* [Licence](#licence)\n\n\n## Installation\n\nAdd this line to your Jekyll site's `Gemfile`:\n\n```ruby\ngem \"bulma-clean-theme\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: bulma-clean-theme\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bulma-clean-theme\n\n### GitHub pages\n\n### v1.0\n\nTo deploy to GitHub pages using v1.x you will need to use GitHub Actions. Please see the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.\n\n### v0.x\n\nIf you are deploying to GitHub pages using their default build process, then you can install v0.x of the [GitHub Pages gem](https://github.com/github/pages-gem) and use `remote_theme` instead of `theme` in your `_config.yml`. \n\n**Note that the GitHub Pages gem requires Jekyll version 3.9 and version 0.x of Bulma Clean Theme**\n\n```yaml\n# With GitHub Pages Gem\nremote_theme: chrisrhymes/bulma-clean-theme@v0.14.0\n```\n\n## Documentation\n\nCheck out the demo site for the [Documentation](https://www.csrhymes.com/bulma-clean-theme/docs/)\n\n## Upgrading to v1\n\nThere are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/chrisrhymes/bulma-clean-theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is set up 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.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisrhymes%2Fbulma-clean-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisrhymes%2Fbulma-clean-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisrhymes%2Fbulma-clean-theme/lists"}