Skip to content

Commit 7225e04

Browse files
committed
customise theme
1 parent d6d1740 commit 7225e04

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

docs/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ remote_theme: vaibhavvikas/jekyll-theme-minimalistic
44
color-scheme: dark
55
logo: assets/img/LabHackers-256.png
66
favicon: true
7-
show_credits: false
7+
hide_description: true
88
hide_project_page: true
9+
hide_credits: true
910
google_analytics:
1011

1112
platforms:

docs/_includes/footer.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<p>This project is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
44
{% endif %}
55
{% endunless %}
6-
{% if site.show_credits %}
7-
<p style="margin-bottom: 0px">
8-
<small>
9-
<a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a> &mdash; Theme by
10-
<a href="https://github.com/vaibhavvikas/">vaibhavvikas</a>
11-
</small>
12-
</p>
13-
{% endif %}
6+
{% unless site.hide_credits %}
7+
<p style="margin-bottom: 0px">
8+
<small>
9+
<a href="https://github.com/vaibhavvikas/jekyll-theme-minimalistic">Minimalistic</a> &mdash; Theme by
10+
<a href="https://github.com/vaibhavvikas/">vaibhavvikas</a>
11+
</small>
12+
</p>
13+
{% endunless %}

docs/_includes/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
{% include header-title.html %}
1212
{% endif %}
1313

14-
<p>{{ site.description | default: site.github.project_tagline }}</p>
14+
{% unless site.hide_description %}
15+
<p>{{ site.description | default: site.github.project_tagline }}</p>
16+
{% endunless %}
1517

1618
{% unless site.hide_project_page %}
1719
{% if site.github.is_project_page %}

0 commit comments

Comments
 (0)