aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/samplesite
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/samplesite')
-rw-r--r--nikola/data/samplesite/files/images/biohazard.pngbin179 -> 0 bytes
-rw-r--r--nikola/data/samplesite/files/images/nikola.pngbin0 -> 1750 bytes
-rw-r--r--nikola/data/samplesite/stories/quickref.rst15
-rw-r--r--nikola/data/samplesite/stories/quickstart.rst8
4 files changed, 11 insertions, 12 deletions
diff --git a/nikola/data/samplesite/files/images/biohazard.png b/nikola/data/samplesite/files/images/biohazard.png
deleted file mode 100644
index ae4629d..0000000
--- a/nikola/data/samplesite/files/images/biohazard.png
+++ /dev/null
Binary files differ
diff --git a/nikola/data/samplesite/files/images/nikola.png b/nikola/data/samplesite/files/images/nikola.png
new file mode 100644
index 0000000..71a491f
--- /dev/null
+++ b/nikola/data/samplesite/files/images/nikola.png
Binary files differ
diff --git a/nikola/data/samplesite/stories/quickref.rst b/nikola/data/samplesite/stories/quickref.rst
index 7886cd1..bf5324f 100644
--- a/nikola/data/samplesite/stories/quickref.rst
+++ b/nikola/data/samplesite/stories/quickref.rst
@@ -1242,11 +1242,11 @@
<tr valign="top">
<td><samp>For&nbsp;instance:</samp>
- <p><samp>..&nbsp;image::&nbsp;images/biohazard.png</samp>
+ <p><samp>..&nbsp;image::&nbsp;images/nikola.png</samp>
<td>
For instance:
- <p><img src="/images/biohazard.png" alt="ball1">
+ <p><img src="/images/nikola.png" alt="ball1">
</table>
<h3><a href="#contents" name="substitution-references-and-definitions"
@@ -1266,17 +1266,16 @@
<tbody>
<tr valign="top">
<td><samp>
- The&nbsp;|biohazard|&nbsp;symbol&nbsp;must&nbsp;be
- used&nbsp;on&nbsp;containers&nbsp;used&nbsp;to
- dispose&nbsp;of&nbsp;medical&nbsp;waste.</samp>
+ The&nbsp;|Nikola|&nbsp;static&nbsp;site&nbsp;generator
+ is&nbsp;named&nbsp;after&nbsp;Nikola&nbsp;Tesla.</samp>
<p><samp>
- ..&nbsp;|biohazard|&nbsp;image::&nbsp;biohazard.png</samp>
+ ..&nbsp;|Nikola|&nbsp;image::&nbsp;nikola.png</samp>
<td>
- <p>The <img src="/images/biohazard.png" align="bottom" alt="biohazard"> symbol
- must be used on containers used to dispose of medical waste.
+ <p>The <img src="/images/nikola.png" align="bottom" alt="Nikola"> static
+ site generator is named after Nikola Tesla.
</table>
diff --git a/nikola/data/samplesite/stories/quickstart.rst b/nikola/data/samplesite/stories/quickstart.rst
index 5b78807..d08b295 100644
--- a/nikola/data/samplesite/stories/quickstart.rst
+++ b/nikola/data/samplesite/stories/quickstart.rst
@@ -369,18 +369,18 @@ __ quickref.html#directives
To include an image in your document, you use the the ``image`` directive__.
For example::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
results in:
-.. image:: /images/biohazard.png
+.. image:: /images/nikola.png
-The ``/images/biohazard.png`` part indicates the filename of the image
+The ``/images/nikola.png`` part indicates the filename of the image
you wish to appear in the document. There's no restriction placed on
the image (format, size etc). If the image is to appear in HTML and
you wish to supply additional information, you may::
- .. image:: /images/biohazard.png
+ .. image:: /images/nikola.png
:height: 100
:width: 200
:scale: 50