Jekyll is dead, long live Zenweb!
[arvados.git] / doc / user / tutorials / tutorial-firstscript.html.textile.liquid
similarity index 96%
rename from doc/user/tutorials/tutorial-firstscript.textile
rename to doc/user/tutorials/tutorial-firstscript.html.textile.liquid
index 5cb8c26cb110207df65c1683a4451ba6bc803f3b..d0108eaaceb8357dab91f2c1c6ee8bec988d736f 100644 (file)
@@ -3,7 +3,7 @@ layout: default
 navsection: userguide
 navmenu: Tutorials
 title: "Writing a Crunch script"
-navorder: 13
+
 ...
 
 h1. Writing a Crunch script
@@ -36,13 +36,13 @@ Cloning into 'you'...</code></pre>
 
 This will create an git checkout in the directory called @you@.
 
-{% include notebox-begin.html %}
+{% include 'notebox-begin' %}
 For more information about using @git@, try
 
 notextile. <pre><code>$ <span class="userinput">man gittutorial</span></code></pre>
 
 or <b>"click here to search Google for git tutorials":http://google.com/#q=git+tutorial</b>
-{% include notebox-end.html %}
+{% include 'notebox-end' %}
 
 h2. Creating a Crunch script
 
@@ -60,7 +60,7 @@ notextile. <pre>$ <code class="userinput">nano hash.py</code></pre>
 
 Add the following code to compute the md5 hash of each file in a collection:
 
-<pre><code class="userinput">{% include tutorial_hash_script.py %}</code></pre>
+<pre><code class="userinput">{% include 'tutorial_hash_script_py' %}</code></pre>
 
 Make the file executable: