mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 17:36:12 +02:00
Fixing some warnings and errors in the sample content. Images are now correctly displayed.
This commit is contained in:
parent
0b8d5bdaaa
commit
f4303608ee
9 changed files with 8 additions and 5 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
Trop bien !
|
Trop bien !
|
||||||
###########
|
###########
|
||||||
|
|
||||||
|
:date: 2010-10-20 10:14
|
||||||
:lang: fr
|
:lang: fr
|
||||||
:slug: oh-yeah
|
:slug: oh-yeah
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ Oh yeah !
|
||||||
:date: 2010-10-20 10:14
|
:date: 2010-10-20 10:14
|
||||||
:category: bar
|
:category: bar
|
||||||
:author: Alexis Métaireau
|
:author: Alexis Métaireau
|
||||||
|
:lang: en
|
||||||
:slug: oh-yeah
|
:slug: oh-yeah
|
||||||
:license: WTFPL
|
:license: WTFPL
|
||||||
|
|
||||||
|
|
@ -14,7 +15,7 @@ Why not ?
|
||||||
After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
After all, why not ? It's pretty simple to do it, and it will allow me to write my blogposts in rst !
|
||||||
YEAH !
|
YEAH !
|
||||||
|
|
||||||
.. image:: |filename|/pictures/Sushi.jpg
|
.. image:: |filename|/images/Sushi.jpg
|
||||||
:height: 450 px
|
:height: 450 px
|
||||||
:width: 600 px
|
:width: 600 px
|
||||||
:alt: alternate text
|
:alt: alternate text
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
A draft article
|
A draft article
|
||||||
###############
|
###############
|
||||||
|
|
||||||
|
:date: 2011-05-08 15:58
|
||||||
:status: draft
|
:status: draft
|
||||||
|
|
||||||
This is a draft article, it should live under the /drafts/ folder and not be
|
This is a draft article, it should live under the /drafts/ folder and not be
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /pictures
|
Disallow: /images
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
|
@ -5,7 +5,7 @@ This is a test page
|
||||||
|
|
||||||
Just an image.
|
Just an image.
|
||||||
|
|
||||||
.. image:: |filename|/pictures/Fat_Cat.jpg
|
.. image:: |filename|/images/Fat_Cat.jpg
|
||||||
:height: 450 px
|
:height: 450 px
|
||||||
:width: 600 px
|
:width: 600 px
|
||||||
:alt: alternate text
|
:alt: alternate text
|
||||||
|
|
|
||||||
|
|
@ -17,12 +17,12 @@ This is a simple title
|
||||||
|
|
||||||
And here comes the cool stuff_.
|
And here comes the cool stuff_.
|
||||||
|
|
||||||
.. image:: |filename|/pictures/Sushi.jpg
|
.. image:: |filename|/images/Sushi.jpg
|
||||||
:height: 450 px
|
:height: 450 px
|
||||||
:width: 600 px
|
:width: 600 px
|
||||||
:alt: alternate text
|
:alt: alternate text
|
||||||
|
|
||||||
.. image:: |filename|/pictures/Sushi_Macro.jpg
|
.. image:: |filename|/images/Sushi_Macro.jpg
|
||||||
:height: 450 px
|
:height: 450 px
|
||||||
:width: 600 px
|
:width: 600 px
|
||||||
:alt: alternate text
|
:alt: alternate text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue