Loading _episodes/02-tooling.md +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ putting the extra files in `_extras` allows us to populate the "Extras" menu pul To clarify what will appear where, we store files that appear directly in the navigation bar in the root directory of the lesson. [The last episode]({{ page.root }}/03-organization/) describes these files. [The next episode]({{ page.root }}/03-organization/) describes these files. [github-importer]: https://import.github.com/ [jekyll]: http://jekyllrb.com/ Loading _includes/javascript.html +8 −0 Original line number Diff line number Diff line <script src="{{ page.root }}/assets/js/jquery.min.js"></script> <script src="{{ page.root }}/assets/js/bootstrap.min.js"></script> <script src="{{ page.root }}/assets/js/lesson.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-37305346-2', 'auto'); ga('send', 'pageview'); </script> Loading
_episodes/02-tooling.md +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ putting the extra files in `_extras` allows us to populate the "Extras" menu pul To clarify what will appear where, we store files that appear directly in the navigation bar in the root directory of the lesson. [The last episode]({{ page.root }}/03-organization/) describes these files. [The next episode]({{ page.root }}/03-organization/) describes these files. [github-importer]: https://import.github.com/ [jekyll]: http://jekyllrb.com/ Loading
_includes/javascript.html +8 −0 Original line number Diff line number Diff line <script src="{{ page.root }}/assets/js/jquery.min.js"></script> <script src="{{ page.root }}/assets/js/bootstrap.min.js"></script> <script src="{{ page.root }}/assets/js/lesson.js"></script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-37305346-2', 'auto'); ga('send', 'pageview'); </script>