Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 67464ce

Browse files
author
Je
committed
feat: new logo
1 parent c8b1fd4 commit 67464ce

File tree

3 files changed

+1340
-11
lines changed

3 files changed

+1340
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
<div align="center">
2-
<br/>
3-
<br/>
4-
<img src="./examples/hello-world/public/logo.png" width="120" height="120" />
5-
<br/>
6-
<br/>
7-
<br/>
8-
</div>
1+
![Aleph Canvas](./design/aleph_canvas.svg)
92

103
# Aleph.js
114

125
The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://nextjs.org).
13-
6+
<br>
147
[Website](https://alephjs.org) | [Get Started](https://alephjs.org/docs/get-started) | [Docs](https://alephjs.org/docs) | [ESM](https://esm.sh) | [The Aleph (by Jorge Luis Borges)](http://www.phinnweb.org/links/literature/borges/aleph.html)
158

169
![Aleph.js in Deno](https://github.com/postui/aleph.js/workflows/Aleph.js%20in%20Deno/badge.svg)
10+
[![nest badge](https://nest.land/badge.svg)](https://nest.land/package/aleph)
1711

1812
### Features
1913
- Zero Config
@@ -28,7 +22,7 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2822

2923
### Installation
3024
```bash
31-
deno install -A -f -n aleph https://deno.land/x/[email protected].7/cli.ts
25+
deno install -A -f -n aleph https://deno.land/x/[email protected].9/cli.ts
3226
```
3327

3428
### Usage
@@ -43,7 +37,7 @@ aleph dev
4337
# start the app in `production` mode
4438
aleph start
4539

46-
# build the app
40+
# build the app to a static site (SSG)
4741
aleph build
4842

4943
# more usages

0 commit comments

Comments
 (0)