diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..b1b25a5 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.2.2 diff --git a/Firmware.md b/Firmware.md index 1ad45d7..7de1ef3 100644 --- a/Firmware.md +++ b/Firmware.md @@ -45,8 +45,8 @@ href="">misoc technologies.   - - + + diff --git a/Gemfile b/Gemfile index 920a7a2..f03378c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,8 @@ source 'https://rubygems.org' -gem 'jekyll', '~> 2.0.3' -gem 'kramdown', '~> 1.3.3' -gem 'rake', '~> 10.1.1' +gem 'jekyll', '~> 2.0.3' +gem 'kramdown', '~> 1.3.3' +gem 'rake', '~> 10.1.1' +gem 'mini_magick', '~> 4.2.5' + + diff --git a/Gemfile.lock b/Gemfile.lock index 03bf514..d5b438f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,6 +39,7 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) mercenary (0.3.3) + mini_magick (4.2.9) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.8) @@ -64,4 +65,8 @@ PLATFORMS DEPENDENCIES jekyll (~> 2.0.3) kramdown (~> 1.3.3) + mini_magick (~> 4.2.5) rake (~> 10.1.1) + +BUNDLED WITH + 1.10.6 diff --git a/Help.md b/Help.md index 2190f0d..a402995 100644 --- a/Help.md +++ b/Help.md @@ -9,8 +9,8 @@ tags: help, more-info If you need help with anything, from getting a device running to wanting to develop on HDMI2USB, please get in touch: - * Sign up to our mailing list: [https://groups.google.com/forum/#!forum/hdmi2usb](https://groups.google.com/forum/#!forum/hdmi2usb -) + * Sign up to our mailing list (Google Account not required): [https://groups.google.com/forum/#!forum/gst-switch/join](https://groups.google.com/forum/#!forum/gst-switch/join) + * Ask a question on IRC: [#timvideos on irc.freenode.org](http://webchat.freenode.net?channels=%23timvideos) * Ping us at [@timvideosus](https://twitter.com/timvideosus) on Twitter diff --git a/Home.md b/Home.md index 5e0c3a3..d3c6980 100644 --- a/Home.md +++ b/Home.md @@ -6,16 +6,6 @@ tags: home --- {::nomarkdown} -
-
-
-
- The Numato Opsis board, the first open hardware for the HDMI2USB will soon be available.
- Sign up to be notified when the Numato Opsis can be purchased! -
-
-
-
@@ -31,7 +21,7 @@ tags: home # HDMI2USB: Open video capture hardware + firmware -![HDMI2USB Diagram](../img/hdmi2usb-diagram.png "HDMI2USB Diagram"){: .image-right} +![HDMI2USB Diagram](../img/hdmi2usb.jpg "HDMI2USB Diagram"){: .image-right} **The HDMI2USB project develops affordable hardware options to record and stream HD videos (from HDMI & DisplayPort sources) for conferences, meetings and user groups.** @@ -59,8 +49,8 @@ Our aim is this becomes the defacto, incredibly affordable and easy to use video
@@ -82,15 +72,85 @@ Our aim is this becomes the defacto, incredibly affordable and easy to use video
diff --git a/README.md b/README.md index b8e91a3..1984406 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ TODO: Update this information for HDMI2USB information. ``` sudo apt-get install build-essential ruby ruby-dev gem bundler rake nodejs +imagemagick bundle install -bundle exec jekyll serve --watch +rake site:watch ``` ## How to contribute to TimVideos Developer website? diff --git a/_includes/banner.html b/_includes/banner.html new file mode 100644 index 0000000..5c8696c --- /dev/null +++ b/_includes/banner.html @@ -0,0 +1,8 @@ +
+
+
+ The Numato Opsis board, the first open hardware for the HDMI2USB will soon be available to purchase.
+ Sign up for Numato Opsis updates +
+
+
diff --git a/_includes/head.html b/_includes/head.html index 9abd1d2..5bdb41e 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,12 +5,15 @@ - + - - + + + + + - + diff --git a/_includes/scripts.html b/_includes/scripts.html index 16d2ea0..a13be39 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,2 +1,5 @@ - - \ No newline at end of file + + + + + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index fa4905d..18aafac 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -5,22 +5,22 @@
  • - FIRMWARE + FIRMWARE
  • - GETTING HELP + GETTING HELP
  • - NEWS + NEWS
  • To TimVideos diff --git a/_layouts/base.html b/_layouts/base.html index 672a119..983e9e6 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -7,6 +7,7 @@
    {% include sidebar.html %}
    + {% include banner.html %} {{ content }}
    diff --git a/_layouts/default-noedit.html b/_layouts/default-noedit.html new file mode 100644 index 0000000..a71bac1 --- /dev/null +++ b/_layouts/default-noedit.html @@ -0,0 +1,12 @@ +--- +layout: base +--- +
    +
    +
    +
    + {{ content }} +
    +
    +
    +
    diff --git a/_layouts/default.html b/_layouts/default.html index c8b3d41..6be5b5e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,7 +8,7 @@ - +
    {{ content }}
    diff --git a/_layouts/post.html b/_layouts/post.html index c574a17..57e5cd3 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,5 @@ --- -layout: default +layout: default-noedit ---