1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
This commit is contained in:
avinal
2020-09-28 20:48:02 +05:30
parent 8a67f20713
commit 709f2a53ea
4 changed files with 11 additions and 13 deletions
+1 -5
View File
@@ -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 :)
+5
View File
@@ -0,0 +1,5 @@
********
About Me
********
Hi I am Avinal.
+5 -5
View File
@@ -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']
-3
View File
@@ -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 = ""