https://github.com/yukimemi/blog
https://github.com/yukimemi/blog
blog deno lume
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yukimemi/blog
- Owner: yukimemi
- Created: 2025-12-28T11:22:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-12T16:01:51.000Z (6 months ago)
- Last Synced: 2026-01-12T21:51:17.556Z (6 months ago)
- Topics: blog, deno, lume
- Language: TypeScript
- Homepage: https://yukimemi.deno.dev
- Size: 8.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
https://yukimemi.deno.dev
This is a blog built with [Lume](https://lume.land), a static site generator for
Deno.
## Usage
### Development
Start the development server:
```bash
deno task serve
```
### Build
Build the site for production:
```bash
deno task build
```
## Structure
- `src/`: Source files for the blog.
- `_site/`: Generated static files (after build).
- `_config.ts`: Lume configuration file.