Coder Social home page Coder Social logo

kroxylicious.github.io's Introduction

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.

  • /assets/pages/ - for binary assets related to the pages of the site.
  • /assets/theme/ - for binary assets included as part of the site theme
  • /assets/blog/ - for binary assets related to blog posts. Currently, blog has further sub dirs of slides & images.

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.

kroxylicious.github.io's People

Contributors

gracegrimwood avatar sambarker avatar k-wall avatar robobario avatar dependabot[bot] avatar racheljpg avatar insectengine avatar ppatierno avatar tombentley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.