add velero.io site content, move docs to under site/docs (#1489)

* Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

Adding in Jekyll site | Adjusting gitignore for Jekyll build | Moving docs to site folder

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Restore main.go to original location

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to footer

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Updates to homepage links

Signed-off-by: Lee Springer <lee@smalltalk.agency>

* Content updates

Signed-off-by: Lee Springer <lee@smalltalk.agency>
This commit is contained in:
Lee Springer
2019-05-17 10:56:03 -07:00
committed by Steve Kriss
parent 5d8df26b35
commit d995018a3e
840 changed files with 47509 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
(function () {
$('.match-height').matchHeight();
$('#nav-mobile-toggle').click(function () {
$('#header-nav').toggleClass('on');
});
$('ul#header-nav li.' + $('body').attr('id')).addClass('selected');
})();