Skip to content

TomasHubelbauer/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>

About

The wiringbits website and blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.2%
  • CSS 21.2%
  • SCSS 16.3%
  • Ruby 5.3%