mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
perfect
This commit is contained in:
@@ -4,18 +4,14 @@ The Interstellar Twilight
|
|||||||
:date: 2020-09-28 16:00
|
:date: 2020-09-28 16:00
|
||||||
:tags: interstellar, twilight
|
:tags: interstellar, twilight
|
||||||
:category: blog
|
:category: blog
|
||||||
:author: Avinal
|
|
||||||
|
|
||||||
If in the **Twilight** of dreams we should meet once more, we shell talk again together and I
|
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.
|
shall sing to you a lullaby till you sleep again to meet me in the **Twilight** of another dream.
|
||||||
|
|
||||||
.. figure:: /images/interstellar_twilight.jpg
|
.. image:: /images/interstellar_twilight.jpg
|
||||||
:height: 800
|
|
||||||
:align: center
|
:align: center
|
||||||
:alt: The sunset
|
:alt: The sunset
|
||||||
|
|
||||||
This is not what I am talking about :)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
********
|
||||||
|
About Me
|
||||||
|
********
|
||||||
|
|
||||||
|
Hi I am Avinal.
|
||||||
+5
-5
@@ -17,11 +17,11 @@ AUTHOR_FEED_ATOM = None
|
|||||||
AUTHOR_FEED_RSS = None
|
AUTHOR_FEED_RSS = None
|
||||||
|
|
||||||
|
|
||||||
# URL Flexibility
|
# # URL Flexibility
|
||||||
ARTICLE_URL = 'posts/{category}/{slug}/'
|
ARTICLE_URL = 'posts/{category}/{slug}.html'
|
||||||
ARTICLE_SAVE_AS = 'posts/{category}/{slug}.html'
|
ARTICLE_SAVE_AS = ARTICLE_URL
|
||||||
PAGE_URL = 'pages/{slug}/'
|
PAGE_URL = 'pages/{slug}.html'
|
||||||
PAGE_SAVE_AS = 'pages/{slug}.html'
|
PAGE_SAVE_AS = PAGE_URL
|
||||||
|
|
||||||
# static content setting
|
# static content setting
|
||||||
STATIC_PATHS = ['extras', 'images']
|
STATIC_PATHS = ['extras', 'images']
|
||||||
|
|||||||
@@ -19,6 +19,3 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
|||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
# Following items are often useful when publishing
|
# Following items are often useful when publishing
|
||||||
|
|
||||||
#DISQUS_SITENAME = ""
|
|
||||||
#GOOGLE_ANALYTICS = ""
|
|
||||||
Reference in New Issue
Block a user