kroxylicious / kroxylicious.github.io

kroxylicious.io org page
0 stars 8 forks source link

Kroxylicous.io Site

What?

This is the repo containing the kroxylicious.io website. The site runs on Jekyll, so you'll need to ensure you have the prerequisites installed to try it locally. You'll also need to ensure you have Ruby 3.2+ installed, along with the latest versions of Rake and Bundler for your Ruby distribution.

Key Files

Development

Built with Jekyll, Bootstrap 5, and Ruby 3.2

There is a GitHub action that builds and deploys the HTML/CSS to the gh-pages branch on push to main.

We don't use the Bootstrap 5 ruby gem here, as it runs on a dart-sass implementation that's incompatible with the one Jekyll uses.

Running Locally

To run the site locally, you'll first need to download the Bootstrap 5 Sass sources by running bootstrap_setup.sh.

Then install the site's prerequisites by running this:

bundle install

You can then run the site with this command (don't close the terminal once you've run this, or the process serving the site will terminate):

bundle exec jekyll serve

Binary content

We have an ever-growing collection of binary assets, mostly images but also a few PDF slide decks etc all of these should go under /assets/. To try and preserve a bit of sanity to the repo we subdivide /assets into sections for each class of conent.

Excalidraw images

Some content such as the use-cases include diagrams drawn in Excalidraw. Browsers can't handle the format natively, so instead, in addition to commiting the .excalidraw orginals to the repo, we also export a transparent .png for inclusion in the content.