diff --git a/content/my_first_blog.rst b/content/my_first_blog.rst index 07c9382..25aa56e 100644 --- a/content/my_first_blog.rst +++ b/content/my_first_blog.rst @@ -4,18 +4,14 @@ The Interstellar Twilight :date: 2020-09-28 16:00 :tags: interstellar, twilight :category: blog -:author: Avinal If in the **Twilight** of dreams we should meet once more, we shell talk again together and I shall sing to you a lullaby till you sleep again to meet me in the **Twilight** of another dream. -.. figure:: /images/interstellar_twilight.jpg - :height: 800 +.. image:: /images/interstellar_twilight.jpg :align: center :alt: The sunset - This is not what I am talking about :) - \ No newline at end of file diff --git a/content/pages/about.rst b/content/pages/about.rst new file mode 100644 index 0000000..1466c87 --- /dev/null +++ b/content/pages/about.rst @@ -0,0 +1,5 @@ +******** +About Me +******** + +Hi I am Avinal. \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index 86537df..92e8146 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -17,11 +17,11 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# URL Flexibility -ARTICLE_URL = 'posts/{category}/{slug}/' -ARTICLE_SAVE_AS = 'posts/{category}/{slug}.html' -PAGE_URL = 'pages/{slug}/' -PAGE_SAVE_AS = 'pages/{slug}.html' +# # URL Flexibility +ARTICLE_URL = 'posts/{category}/{slug}.html' +ARTICLE_SAVE_AS = ARTICLE_URL +PAGE_URL = 'pages/{slug}.html' +PAGE_SAVE_AS = PAGE_URL # static content setting STATIC_PATHS = ['extras', 'images'] diff --git a/publishconf.py b/publishconf.py index dcade0e..a39be9c 100644 --- a/publishconf.py +++ b/publishconf.py @@ -19,6 +19,3 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing - -#DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file