Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 782 Bytes

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>