Skip to content

Commit 55da1bf

Browse files
committed
docs: polish repository presentation
Add a compact centered banner and documentation link to the top of the README, add the site logo and a favicon (generated from the logo) to the MkDocs Material theme, and commit the generated visual assets. docs/ untouched.
1 parent 6268bec commit 55da1bf

6 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# dotfiles
22

3+
<p align="center">
4+
<img src="website/assets/images/dotfiles-readme-banner.png" alt="fnayou/dotfiles banner" />
5+
</p>
6+
7+
<p align="center">
8+
<a href="https://fnayou.github.io/dotfiles/">Documentation</a>
9+
</p>
10+
311
Private, safe, cross-platform personal dotfiles for **macOS** and **EndeavourOS / Arch Linux**,
412
managed with [GNU Stow](https://www.gnu.org/software/stow/).
513

614
macOS is the primary environment; Arch is supported from the start. Configs are version-controlled
715
in `stow/common/` and only ever symlinked into `$HOME` by a **deliberate, manual** Stow step —
816
never automatically.
917

10-
📖 **Documentation site:** <https://fnayou.github.io/dotfiles/>
11-
1218
## Status
1319

1420
```

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ docs_dir: website
88

99
theme:
1010
name: material
11+
logo: assets/images/dotfiles-logo.png
12+
favicon: assets/images/favicon.png
1113
palette:
1214
scheme: slate
1315
primary: blue
884 KB
Loading
621 KB
Loading
1.28 MB
Loading

website/assets/images/favicon.png

3.66 KB
Loading

0 commit comments

Comments
 (0)