Skip to content

Commit 0a0ac33

Browse files
committed
Add footer and repository link, fix typo in MEGA-CHIP reference
1 parent b3551a9 commit 0a0ac33

4 files changed

Lines changed: 28 additions & 1 deletion

File tree

content/reference/opcodes/dxyn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ weight: 130
1414
{{< inline-svg "img/svg/op-dxyn.svg" >}}
1515

1616
## Available
17-
[CHIP-8](/reference/variants/classic-chip-8), CHIP-10, [CHIP-48](/reference/variants/chip-48), [SUPER-CHIP](/reference/variants/superchip), [MEGA-CHIP](/reference/variants/megachip), [XO-CHIP](/reference/variants/xo-chip)
17+
[CHIP-8](/reference/variants/classic-chip-8), CHIP-10, [CHIP-48](/reference/variants/chip-48), [SUPER-CHIP](/reference/variants/superchip), [MEGA-CHIP](/reference/variants/megachip8), [XO-CHIP](/reference/variants/xo-chip)
1818

1919
## Description
2020

content/repository/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "⎋ GitHub Repo"
3+
weight: 100
4+
bookHref: "https://github.com/gulrak/chip8kb"
5+
bookIcon: "github"
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<hr class="site-attrib-hr" />
2+
<div class="site-attrib">
3+
Built with <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo</a>
4+
· Theme: <a href="https://github.com/alex-shpak/hugo-book" rel="noopener" target="_blank">Hugo Book</a>
5+
· chip8kb source <a href="https://github.com/gulrak/chip8kb" rel="noopener" target="_blank">on GitHub</a>
6+
</div>

themes/hugo-book/assets/_custom.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,18 @@ figure.align-right img {
1818
margin-left: auto;
1919
margin-right: 0;
2020
}
21+
22+
.site-attrib {
23+
margin-top: 0.75rem;
24+
font-size: 0.9em;
25+
opacity: 0.8;
26+
}
27+
28+
.site-attrib a {
29+
text-decoration: underline;
30+
}
31+
32+
.site-attrib-hr {
33+
margin: 1.5rem 0 0.75rem;
34+
opacity: 0.25;
35+
}

0 commit comments

Comments
 (0)