From 48eb05fdf422c3890d51deeefe5b7e03fb4908cb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 2 Mar 2016 18:57:51 +0200 Subject: [PATCH] Mention my blog as an example (gave repo). --- content/pelican.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pelican.rst b/content/pelican.rst index 02594b5..78b7145 100644 --- a/content/pelican.rst +++ b/content/pelican.rst @@ -117,4 +117,4 @@ After we added the content we want to upload it to our web server (I use fabric) If you don't have keys set for the server it will ask you for your password to the server. Last thing, you can create pages, create a pages directory inside contents and save the files there. Their format is the same as articles but they'll have a somewhat template applied and they will be shown in the menu. A good example will an 'About Me' page. -That's it, you now have Pelican installed, configured and published to your web site. +That's it, you now have Pelican installed, configured and published to your web site. If you want to see a real life example, clone `my blog <https://www.shore.co.il/cgit/blog>`_. -- GitLab