mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
added mail and copyright
This commit is contained in:
+7
-4
@@ -7,8 +7,7 @@ SITESUBTITLE = '눈치'
|
|||||||
SITEURL = 'https://avinal.is-a.dev'
|
SITEURL = 'https://avinal.is-a.dev'
|
||||||
THEME = 'alchemy'
|
THEME = 'alchemy'
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
EMAIL = '185067@nith.ac.in'
|
MAIL = 'avinal.xlvii@gmail.com'
|
||||||
SITEIMAGE = '/images/profile.png width=150 height=150'
|
|
||||||
TIMEZONE = 'Asia/Kolkata'
|
TIMEZONE = 'Asia/Kolkata'
|
||||||
DEFAULT_LANG = 'en'
|
DEFAULT_LANG = 'en'
|
||||||
|
|
||||||
@@ -49,7 +48,11 @@ RFG_FAVICONS = True
|
|||||||
# icons
|
# icons
|
||||||
ICONS = [
|
ICONS = [
|
||||||
('github', "https://github.com/avinal"),
|
('github', "https://github.com/avinal"),
|
||||||
('linkedin', 'https://www.linkedin.com/in/avinal/'),
|
('linkedin', 'https://www.linkedin.com/in/avinal/')
|
||||||
|
]
|
||||||
|
|
||||||
|
LINKS = [
|
||||||
|
('hello', "mailto:me")
|
||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
@@ -57,4 +60,4 @@ DEFAULT_PAGINATION = 10
|
|||||||
PYGMENTS_STYLE = 'monokai'
|
PYGMENTS_STYLE = 'monokai'
|
||||||
|
|
||||||
# disqus integration
|
# disqus integration
|
||||||
DISQUS_SITENAME = "avinal"
|
# DISQUS_SITENAME = "avinal"
|
||||||
@@ -18,7 +18,6 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
<p class="col-sm-6 text-sm-right text-muted">
|
<p class="col-sm-6 text-sm-right text-muted"><i class="fa fa-copyright"></i> 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
|
||||||
© 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -43,6 +43,9 @@ fab fa-{{icon}}
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<li class="list-inline-item"><a class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
|
<li class="list-inline-item"><a class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% if MAIL %}
|
||||||
|
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:{{ MAIL }}" target="_blank"></a></li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user