Skip to content

Commit df5548d

Browse files
danmcleranclaude
andcommitted
docs(pages): add TinyMind logo as site hero + sidebar
Add dark-theme logo (bg 27,27,29, light ink) as the home-page hero image and just-the-docs sidebar logo. Replaces the XOR decision-surface plot at the top of index.md; gallery still reachable via button. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 13c0801 commit df5548d

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
theme: just-the-docs
22
title: TinyMind
33
description: Header-only C++ template library for neural networks on embedded systems
4+
logo: "/assets/tinymind_logo.png"
45
baseurl: "/tinymind"
56
url: "https://danmcleran.github.io"
67
aux_links:

docs/assets/tinymind_logo.png

6.9 KB
Loading

docs/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ layout: default
44
nav_order: 1
55
---
66

7+
<img src="{{ site.baseurl }}/assets/tinymind_logo.png" alt="TinyMind logo" width="160" style="display:block;margin:0 auto 1rem;">
8+
79
# Machine Learning for Embedded Systems
810
{: .fs-9 }
911

@@ -14,10 +16,6 @@ nav_order: 1
1416
[View on GitHub](https://github.com/danmcleran/tinymind){: .btn .fs-5 .mb-4 .mb-md-0 }
1517
[Example Gallery]({{ site.baseurl }}/gallery){: .btn .fs-5 .mb-4 .mb-md-0 }
1618

17-
![int8 XOR decision surface]({{ site.baseurl }}/assets/plots/xor_decision_surface.png)
18-
19-
*A PyTorch-trained XOR network running pure-integer int8 inference in TinyMind — see the [Example Gallery]({{ site.baseurl }}/gallery) for behavior graphs of every example (each writes a CSV + ships a matplotlib `plot.py`).*
20-
2119
---
2220

2321
## Why TinyMind?

0 commit comments

Comments
 (0)