diff --git a/content/extras/android-chrome-192x192.png b/content/extras/android-chrome-192x192.png new file mode 100644 index 0000000..f48957a Binary files /dev/null and b/content/extras/android-chrome-192x192.png differ diff --git a/content/extras/android-chrome-512x512.png b/content/extras/android-chrome-512x512.png new file mode 100644 index 0000000..363a011 Binary files /dev/null and b/content/extras/android-chrome-512x512.png differ diff --git a/content/extras/apple-touch-icon.png b/content/extras/apple-touch-icon.png new file mode 100644 index 0000000..a40b120 Binary files /dev/null and b/content/extras/apple-touch-icon.png differ diff --git a/content/extras/browserconfig.xml b/content/extras/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/content/extras/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/content/extras/favicon-16x16.png b/content/extras/favicon-16x16.png new file mode 100644 index 0000000..98eb2a9 Binary files /dev/null and b/content/extras/favicon-16x16.png differ diff --git a/content/extras/favicon-32x32.png b/content/extras/favicon-32x32.png new file mode 100644 index 0000000..86b7974 Binary files /dev/null and b/content/extras/favicon-32x32.png differ diff --git a/content/extras/favicon.ico b/content/extras/favicon.ico new file mode 100644 index 0000000..a9856ae Binary files /dev/null and b/content/extras/favicon.ico differ diff --git a/content/extras/mstile-144x144.png b/content/extras/mstile-144x144.png new file mode 100644 index 0000000..e9896c9 Binary files /dev/null and b/content/extras/mstile-144x144.png differ diff --git a/content/extras/mstile-150x150.png b/content/extras/mstile-150x150.png new file mode 100644 index 0000000..50ec8c3 Binary files /dev/null and b/content/extras/mstile-150x150.png differ diff --git a/content/extras/mstile-310x310.png b/content/extras/mstile-310x310.png new file mode 100644 index 0000000..fae508f Binary files /dev/null and b/content/extras/mstile-310x310.png differ diff --git a/content/extras/mstile-70x70.png b/content/extras/mstile-70x70.png new file mode 100644 index 0000000..c5758f4 Binary files /dev/null and b/content/extras/mstile-70x70.png differ diff --git a/content/extras/safari-pinned-tab.svg b/content/extras/safari-pinned-tab.svg new file mode 100644 index 0000000..a571881 --- /dev/null +++ b/content/extras/safari-pinned-tab.svg @@ -0,0 +1,29 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/content/extras/site.webmanifest b/content/extras/site.webmanifest new file mode 100644 index 0000000..309cc18 --- /dev/null +++ b/content/extras/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "Avinal", + "short_name": "Avinal", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#00aba9", + "background_color": "#00aba9", + "display": "standalone" +} diff --git a/content/my_first_blog.rst b/content/my_first_blog.rst index ec5f903..07c9382 100644 --- a/content/my_first_blog.rst +++ b/content/my_first_blog.rst @@ -10,7 +10,12 @@ If in the **Twilight** of dreams we should meet once more, we shell talk again t 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: 500 + :height: 800 + :align: center :alt: The sunset + This is not what I am talking about :) + + + \ No newline at end of file diff --git a/pelicanconf.py b/pelicanconf.py index a2e8978..53c1b8f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -3,7 +3,7 @@ AUTHOR = 'Avinal' SITENAME = 'The Interstellar Twilight' -SITEURL = '' +SITEURL = 'https://avinal.github.io' THEME = 'alchemy' PATH = 'content' SITEIMAGE = '/images/profile.jpg width=150 height=150' @@ -18,11 +18,37 @@ TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -# Blogroll -LINKS = (('GitHub', 'https://github.com/avinal'), - ('LinkedIn', ''),) +# URL Flexibility +ARTICLE_URL = 'posts/{category}/{slug}/' +ARTICLE_SAVE_AS = 'posts/{category}/{slug}.html' +PAGE_URL = 'pages/{slug}/' +PAGE_SAVE_AS = 'pages/{slug}.html' + +# static content setting +STATIC_PATHS = ['extras', 'images'] +EXTRA_PATH_METADATA = { + 'extras/android-chrome-192x192.png': {'path': 'android-chrome-192x192.png'}, + 'extras/android-chrome-512x512.png': {'path': 'android-chrome-512x512.png'}, + 'extras/apple-touch-icon.png': {'path': 'apple-touch-icon.png'}, + 'extras/browserconfig.xml': {'path': 'browserconfig.xml'}, + 'extras/favicon-16x16.png': {'path': 'favicon-16x16.png'}, + 'extras/favicon-32x32.png': {'path': 'favicon-32x32.png'}, + 'extras/favicon.ico': {'path': 'favicon.ico'}, + 'extras/site.webmanifest': {'path': 'site.webmanifest'}, + 'extras/mstile-150x150.png': {'path': 'mstile-150x150.png'}, + 'extras/mstile-70x70.png': {'path': 'mstile-70x70.png'}, + 'extras/mstile-310x310.png': {'path': 'mstile-310x310.png'}, + 'extras/mstile-144x144.png': {'path': 'mstile-144x144.png'}, + 'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'}, +} + +# icons +ICONS = [ + ('github', "https://github.com/avinal"), + ('gitlab', 'https://code.videolan.org/avinal'), + ('linkedin', 'https://www.linkedin.com/in/avinal/'), + ('instagram', 'https://www.instagram.com/amaranthine.sole/'), +] DEFAULT_PAGINATION = 10 - -