Skip to content

Commit 001b15b

Browse files
REPPLclaude
andcommitted
Reorganise documentation structure and add project badges
Move screenshot to docs/img/ and add badges to README.md showing Org Mode, macOS support, maintenance status, and Claude Code attribution. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0bc947b commit 001b15b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
!README.md
88
!LICENSE
99

10-
# Allow img directory and its contents
11-
!img/
12-
1310
# Allow docs directory and its contents
1411
!docs/
12+
!docs/*/
1513

1614
# Allow inits directory but be selective about contents
1715
!inits/

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11

22
# emacs.d
33

4+
![Built with Org](https://img.shields.io/badge/Built%20with-Org%20Mode-77aa99?logo=org&logoColor=white)
5+
![macOS](https://img.shields.io/badge/macOS-Supported-000000?logo=apple&logoColor=white)
6+
![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
7+
![Created with Claude Code](https://img.shields.io/badge/Created%20with-Claude%20Code-8B5CF6)
8+
49
My personal Emacs configuration.
510

6-
![](./img/screenshot.png)
11+
![](./docs/img/screenshot.png)
712

813
## Installation
914

0 commit comments

Comments
Β (0)