Skip to content

wiringbits/wiringbits.github.io

Repository files navigation

Run

To run locally execute bundle install and then bundle exec jekyll serve

It is recommended to use rbenv which picks the right Ruby version automatically.

Floating logo

To add the minified logo branding to a wirinbits network site add the following html to the head section

  <!-- loads Erbaum font  -->
  <link rel="stylesheet" href="https://use.typekit.net/hhf5syi.css">
  <!-- loads floatingLogo -->
  <script src="https://wiringbits.net/assets/floatingLogo/main.js"
    data-img_src="https://wiringbits.net/assets/branding/wiringbits-logo-mark-full-color-rgb.svg"
    data-font_fam="erbaum"
    data-tip="Powered by Wiringbits"
    data-website="https://wiringbits.net"
    data-utm_medium="referrer">
  </script>