Skip to content

Commit 062d178

Browse files
committed
Clean up layout
1 parent fe15463 commit 062d178

4 files changed

Lines changed: 43 additions & 4 deletions

File tree

docs/_includes/footer.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<footer class="site-footer h-card">
2+
<div class="wrapper">
3+
<div class="footer-col-wrapper">
4+
<div class="footer-col footer-col-2">
5+
<a href="https://github.com/HEFTIEProject/zarr-benchmarks"
6+
><svg class="svg-icon">
7+
<use
8+
xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"
9+
></use>
10+
</svg>
11+
<span class="username">HEFTIEProject/zarr-benchmarks</span></a
12+
>
13+
</div>
14+
</div>
15+
</div>
16+
</footer>

docs/_includes/header.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<header class="site-header" role="banner">
2+
<div class="wrapper">
3+
{%- assign default_paths = site.pages | map: "path" -%} {%- assign
4+
page_paths = site.header_pages | default: default_paths -%}
5+
</div>
6+
</header>

docs/_layouts/default.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
{%- include head.html -%}
5+
6+
<body>
7+
8+
{%- include header.html -%}
9+
10+
<main class="page-content" aria-label="Content">
11+
<div class="wrapper">
12+
{{ content }}
13+
</div>
14+
</main>
15+
16+
{%- include footer.html -%}
17+
18+
</body>
19+
20+
</html>

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
2-
# Feel free to add content and custom Front Matter to this file.
3-
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4-
5-
layout: home
2+
layout: default
63
---
74

85
# Zarr benchmarks

0 commit comments

Comments
 (0)