Skip to content

Commit 2f24df7

Browse files
EdwardAngertclaude
andcommitted
Rewrite README with project showcase
Expanded README to include site description, tech stack, development commands, and live site link while maintaining casual tone. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0e0ab02 commit 2f24df7

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
1-
# My personal site
1+
# edwardangert.com
22

3-
I bought the domain.
4-
Might as well use it.
3+
My personal site showcasing technical writing work, documentation samples, and portfolio pieces.
4+
5+
I bought the domain. Might as well use it.
6+
7+
## What's here
8+
9+
- **Portfolio** - Technical writing samples and documentation projects
10+
- **Guides** - Full documentation sets (currently featuring a Pi-hole guide)
11+
- **About** - Resume and professional background
12+
13+
## Built with
14+
15+
- [Astro](https://astro.build) - Static site framework
16+
- [Starlight](https://starlight.astro.build) - Documentation theme
17+
- [Catppuccin](https://catppuccin.com) - Color scheme (Mocha dark, Latte light)
18+
19+
## Development
20+
21+
```bash
22+
# Install dependencies
23+
pnpm install
24+
25+
# Start dev server
26+
pnpm dev
27+
28+
# Build for production
29+
pnpm build
30+
31+
# Preview production build
32+
pnpm preview
33+
```
34+
35+
## Live site
36+
37+
Visit [edwardangert.com](https://edwardangert.com)

0 commit comments

Comments
 (0)