From ca94afc07df55cb7fc6fe3b4f3011877b7881195 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 20 Nov 2013 16:58:50 -0300 Subject: Imported Upstream version 6.2.1 --- nikola/data/samplesite/posts/1.meta | 5 ----- nikola/data/samplesite/posts/1.rst | 23 +++++++++++++++++++++++ nikola/data/samplesite/posts/1.txt | 15 --------------- 3 files changed, 23 insertions(+), 20 deletions(-) delete mode 100644 nikola/data/samplesite/posts/1.meta create mode 100644 nikola/data/samplesite/posts/1.rst delete mode 100644 nikola/data/samplesite/posts/1.txt (limited to 'nikola/data/samplesite/posts') diff --git a/nikola/data/samplesite/posts/1.meta b/nikola/data/samplesite/posts/1.meta deleted file mode 100644 index 3bc104a..0000000 --- a/nikola/data/samplesite/posts/1.meta +++ /dev/null @@ -1,5 +0,0 @@ -Welcome to Nikola -welcome-to-nikola -2012/03/30 23:00 -nikola, python, demo, blog -http://nikola.ralsina.com.ar diff --git a/nikola/data/samplesite/posts/1.rst b/nikola/data/samplesite/posts/1.rst new file mode 100644 index 0000000..25e56f8 --- /dev/null +++ b/nikola/data/samplesite/posts/1.rst @@ -0,0 +1,23 @@ +.. title: Welcome to Nikola +.. slug: welcome-to-nikola +.. date: 2012/03/30 23:00 +.. tags: nikola, python, demo, blog +.. link: http://getnikola.com +.. description: + +.. figure:: http://farm1.staticflickr.com/138/352972944_4f9d568680.jpg + :target: http://farm1.staticflickr.com/138/352972944_4f9d568680_z.jpg?zz=1 + :class: thumbnail + :alt: Nikola Tesla Corner by nicwest, on Flickr + +If you can see this in a web browser, it means you have managed to install Nikola, +and build a site using it. Congratulations! + +* You can read the manual `here `__ +* You can learn more about Nikola at http://getnikola.com +* You can see a demo photo gallery `here `__ +* Demo usage of listings `here `__ +* Demo of slideshows `here `__ +* Demo of Bootstrap `here `__ + +Send feedback to ralsina@netmanagers.com.ar! diff --git a/nikola/data/samplesite/posts/1.txt b/nikola/data/samplesite/posts/1.txt deleted file mode 100644 index 2e6c3ba..0000000 --- a/nikola/data/samplesite/posts/1.txt +++ /dev/null @@ -1,15 +0,0 @@ -.. figure:: http://farm1.staticflickr.com/138/352972944_4f9d568680.jpg - :target: http://farm1.staticflickr.com/138/352972944_4f9d568680_z.jpg?zz=1 - :class: thumbnail - :alt: Nikola Tesla Corner by nicwest, on Flickr - -If you can see this in a web browser, it means you have managed to install Nikola, -and build a site using it. Congratulations! - -* You can read the manual `here `__ -* You can learn more about Nikola at http://nikola.ralsina.com.ar -* You can see a demo photo gallery `here `__ -* Demo usage of listings `here `__ -* Demo of slideshows `here `__ - -Send feedback to ralsina@netmanagers.com.ar! -- cgit v1.2.3