From e564f65040efa95ba7bc641d0e2418b13383c73e Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Wed, 12 Aug 2015 15:57:05 -0700 Subject: [PATCH] content updates --- _includes/custom/doc/links_doc.html | 8 +- _layouts/default.html | 4 +- css/customstyles.css | 4 - css/lavish-bootstrap.css | 4 +- doc_alerts.md | 4 + doc_build_arguments.md | 26 +- doc_collections.md | 6 +- doc_conditional_logic.md | 45 +- doc_content_reuse.md | 2 +- doc_designers_pdf.pdf | 13026 ++++++++++++++------------ doc_generating_pdfs.md | 77 +- doc_icons.md | 15 +- doc_images.md | 16 +- doc_iterm_profiles.md | 10 +- doc_links.md | 38 +- doc_navtabs.md | 1 + doc_pages.md | 40 +- doc_scroll.html | 3 +- doc_series.md | 8 +- doc_shuffle.html | 3 +- doc_sidebar_navigation.md | 50 +- doc_supported_features.md | 24 +- doc_syntax_highlighting.md | 6 +- doc_tables.md | 10 +- doc_tags.md | 84 +- doc_top_navigation.md | 14 +- doc_video_embeds.md | 22 +- doc_webstorm_text_editor.md | 16 +- doc_writers_pdf.pdf | 12000 ++++++++++++------------ images/killalljekyll.png | Bin 0 -> 66686 bytes 30 files changed, 13452 insertions(+), 12114 deletions(-) create mode 100644 images/killalljekyll.png diff --git a/_includes/custom/doc/links_doc.html b/_includes/custom/doc/links_doc.html index 1381d98..15bb94e 100644 --- a/_includes/custom/doc/links_doc.html +++ b/_includes/custom/doc/links_doc.html @@ -1,4 +1,4 @@ -{% comment %} leave this end_i capture here, since many rely on it. {% endcomment %} +{% comment %} leave this end_i capture here, since all links with _i rely on it. {% endcomment %} {% capture end_i %}{% endcapture %} {% capture doc_about %}About this theme{% endcapture %} @@ -122,4 +122,8 @@ {% capture doc_iterm_profiles_i %}{% endcapture %} {% capture doc_webstorm_text_editor %}WebStorm Text Editor{% endcapture %} -{% capture doc_webstorm_text_editor %}{% endcapture %} \ No newline at end of file +{% capture doc_webstorm_text_editor_i %}{% endcapture %} + +{% capture doc_seriesdemo1_1 %}Series demo{% endcapture %} +{% capture doc_seriesdemo1_1_i %}{% endcapture %} + diff --git a/_layouts/default.html b/_layouts/default.html index fbfbc1b..f1ef176 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,12 +10,12 @@ $('[data-toggle="tooltip"]').tooltip() }) -{% if page.video == true %} +{% if page.video == true and site.print == false %} {% endif %} -{% if page.datatable == true %} +{% if page.datatable == true and site.print == false %} @@ -32,6 +32,7 @@ $('#small-box-links').localScroll({ }); +{% endunless %}