Skip to content

Commit

Permalink
Override default html
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpota committed Sep 19, 2024
1 parent a776425 commit 059ed7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-minimal
11 changes: 2 additions & 9 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- template https://github.com/pages-themes/minimal/blob/c27a30cb27997bd3ed45ba5a77bd97bd27cbeb64/_layouts/default.html -->

<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
Expand All @@ -17,6 +15,8 @@
<body>
<div class="wrapper">
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}
<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}
Expand All @@ -31,13 +31,6 @@
<p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
{% endif %}

{% if site.show_downloads %}
<ul class="downloads">
<li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
<li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
<li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
</ul>
{% endif %}
</header>
<section>

Expand Down

0 comments on commit 059ed7d

Please sign in to comment.