mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
Theme modified (#5)
This commit is contained in:
+1
-5
@@ -43,7 +43,7 @@ EXTRA_PATH_METADATA = {
|
|||||||
'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'},
|
'extras/safari-pinned-tab.svg': {'path': 'safari-pinned-tab.svg'},
|
||||||
}
|
}
|
||||||
|
|
||||||
RFG_FAVICONS = True
|
RFG_FAVICONS = False
|
||||||
|
|
||||||
# icons
|
# icons
|
||||||
ICONS = [
|
ICONS = [
|
||||||
@@ -51,10 +51,6 @@ ICONS = [
|
|||||||
('linkedin', 'https://www.linkedin.com/in/avinal/')
|
('linkedin', 'https://www.linkedin.com/in/avinal/')
|
||||||
]
|
]
|
||||||
|
|
||||||
LINKS = [
|
|
||||||
('hello', "mailto:me")
|
|
||||||
]
|
|
||||||
|
|
||||||
DEFAULT_PAGINATION = 10
|
DEFAULT_PAGINATION = 10
|
||||||
|
|
||||||
PYGMENTS_STYLE = 'monokai'
|
PYGMENTS_STYLE = 'monokai'
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -18,6 +18,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
<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>
|
<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>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -20,11 +20,14 @@ fab fa-{{icon}}
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
|
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
|
||||||
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="{{ SITEURL }}/">{{ SITENAME }}</a></h1>
|
<h1 class="title" style="font-family: ExodarOut;font-weight: lighter;"><a href="{{ SITEURL }}/">{{ SITENAME }}</a>
|
||||||
|
</h1>
|
||||||
|
<!--
|
||||||
{% if SITESUBTITLE %}
|
{% if SITESUBTITLE %}
|
||||||
<p class="text-muted">{{ SITESUBTITLE }}</p>
|
<p class="text-muted">{{ SITESUBTITLE }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %}
|
-->
|
||||||
|
{% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS or MAIL %}
|
||||||
<ul class="list-inline">
|
<ul class="list-inline">
|
||||||
{% for title, link in LINKS %}
|
{% for title, link in LINKS %}
|
||||||
<li class="list-inline-item"><a href="{{ url(link) }}" target="_blank">{{ title }}</a></li>
|
<li class="list-inline-item"><a href="{{ url(link) }}" target="_blank">{{ title }}</a></li>
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ Articles
|
|||||||
</header>
|
</header>
|
||||||
<div class="col-sm-8">
|
<div class="col-sm-8">
|
||||||
<h4 class="title">
|
<h4 class="title">
|
||||||
<a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}{% if article.link %} <i
|
<a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}{% if article.link %} <i class="fas fa-link"></i>
|
||||||
class="fas fa-link"></i>{% endif %}</a>
|
{% endif %}</a>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ article.summary|striptags }}
|
{{ article.summary|striptags }}
|
||||||
|
|||||||
Reference in New Issue
Block a user