https://github.com/tornikegomareli/pipecraft.me
A Personal blog, code, thoughts, and the occasional rabbit hole
https://github.com/tornikegomareli/pipecraft.me
blog engineering modern-ai-usage personal programming swift systems-programming
Last synced: 2 months ago
JSON representation
A Personal blog, code, thoughts, and the occasional rabbit hole
- Host: GitHub
- URL: https://github.com/tornikegomareli/pipecraft.me
- Owner: tornikegomareli
- Created: 2025-01-07T23:34:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T10:04:40.000Z (8 months ago)
- Last Synced: 2025-04-23T11:22:37.403Z (8 months ago)
- Topics: blog, engineering, modern-ai-usage, personal, programming, swift, systems-programming
- Language: JavaScript
- Homepage: https://pipecraft.me
- Size: 9.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tornike Gomareli's Blog
A minimalist static blog generator built with TypeScript and Bun.
## Setup
1. Install Bun: https://bun.sh/
2. Install dependencies: `bun install`
3. Build the site: `bun run build`
The generated site will be in the `dist/` directory.
## Development
- `bun run dev` - Build with watch mode
- `bun run format` - Format code with Biome
- `bun run lint` - Lint code with Biome
- `bun run validate` - Run all checks
## Structure
- `posts/` - Markdown blog posts
- `src/` - TypeScript source code
- `dist/` - Generated static site