2
0
Fork 0
No description
Find a file
2026-03-02 08:17:55 -08:00
.github/workflows Deleted some unnecessary files that came from the theme. 2026-02-17 23:38:13 -08:00
.vscode Add promo page 2024-06-11 16:19:36 +01:00
_data Added categories support. Removed a bunch of unused stuff that came with the theme. 2026-02-16 12:22:45 -08:00
_HIDE Added categories support. Removed a bunch of unused stuff that came with the theme. 2026-02-16 12:22:45 -08:00
_includes Add onTouch so expand works on mobile too. 2026-02-26 05:55:42 -08:00
_layouts Tweaks to the category listings. 2026-02-16 12:53:11 -08:00
_posts changed category, fixed typos 2026-03-02 08:17:55 -08:00
_sass Merge upstream v1.3.1 2026-02-14 13:21:56 -08:00
assets Changed the way blog-image.html works so that on clickable images, it displays an overlay rather than linking to the image. 2026-02-17 21:58:12 -08:00
chrome Tweaks to the category listings. 2026-02-16 12:53:11 -08:00
files Updated resume. 2025-03-08 16:42:20 -08:00
img New blog post: which came first 2026-03-02 08:17:45 -08:00
node_modules Upgate to 1.3.1 - buttons on product pages 2026-01-06 13:43:25 +00:00
.editorconfig Add recipe layout 2021-03-13 20:03:54 +00:00
.gitignore Merge upstream v1.3.1 2026-02-14 13:21:56 -08:00
.htaccess added .htaccess 2022-01-20 20:34:29 -06:00
.prettierignore Use prettier to format layouts and includes 2023-12-11 19:49:22 +00:00
.prettierrc Use prettier to format layouts and includes 2023-12-11 19:49:22 +00:00
_config.yml Deleted some unnecessary files that came from the theme. 2026-02-17 23:38:13 -08:00
ai-statement.md edits 2026-02-14 08:21:33 -08:00
bulma-clean-theme.gemspec Upgate to 1.3.1 - buttons on product pages 2026-01-06 13:43:25 +00:00
contact.md Added AI statement. Updated bio (front page). Updated software page. Minor updates and cleanups. 2026-02-14 07:57:17 -08:00
Gemfile Added categories support. Removed a bunch of unused stuff that came with the theme. 2026-02-16 12:22:45 -08:00
index.md Added AI statement. Updated bio (front page). Updated software page. Minor updates and cleanups. 2026-02-14 07:57:17 -08:00
LICENSE.txt Initial commit 2018-10-13 21:21:17 +01:00
license.xml Added AI statement. Updated bio (front page). Updated software page. Minor updates and cleanups. 2026-02-14 07:57:17 -08:00
package-lock.json Upgate to 1.3.1 - buttons on product pages 2026-01-06 13:43:25 +00:00
package.json Add bulma-block-list as a sass partial 2024-05-06 14:55:38 +01:00
Rakefile Moved "future" from _config,yml to jekyll serve command 2026-02-16 23:12:46 -08:00
README.md Fix remote_theme documentation 2024-05-14 07:38:53 +01:00
resume.md updated resume 2023-06-03 11:32:26 -05:00
robots.txt Updated robots.txt 2026-02-17 23:37:49 -08:00
software.md Added AI statement. Updated bio (front page). Updated software page. Minor updates and cleanups. 2026-02-14 07:57:17 -08:00
web-vault.md Add links to the thumbnails. 2025-03-09 00:01:08 -08:00

bulma-clean-theme

Gem Version Gem

This is a clean and simple Jekyll Theme built with the Bulma framework, providing a modern-looking site to start with.

The theme uses Alpine.js for its interactive components, such as mobile navbar and notifications.

Contents

Installation

Add this line to your Jekyll site's Gemfile:

gem "bulma-clean-theme"

And add this line to your Jekyll site's _config.yml:

theme: bulma-clean-theme

And then execute:

$ bundle

Or install it yourself as:

$ gem install bulma-clean-theme

GitHub pages

v1.0

To deploy to GitHub pages using v1.x you will need to use GitHub Actions. Please see the upgrade guide for more information.

v0.x

If you are deploying to GitHub pages using their default build process, then you can install v0.x of the GitHub Pages gem and use remote_theme instead of theme in your _config.yml.

Note that the GitHub Pages gem requires Jekyll version 3.9 and version 0.x of Bulma Clean Theme

# With GitHub Pages Gem
remote_theme: chrisrhymes/bulma-clean-theme@v0.14.0

Documentation

Check out the demo site for the Documentation

Upgrading to v1

There are several breaking changes for v1. Please read the upgrade guide for more information.

Contributing

Bug 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 code of conduct.

Development

To set up your environment to develop this theme, run bundle install.

Your 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.

License

The theme is available as open source under the terms of the MIT License.