Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dx3mod/re_deno_blog
Minimal boilerplate blogging.
https://github.com/dx3mod/re_deno_blog
Last synced: about 2 months ago
JSON representation
Minimal boilerplate blogging.
- Host: GitHub
- URL: https://github.com/dx3mod/re_deno_blog
- Owner: dx3mod
- License: mit
- Created: 2024-04-25T10:24:16.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T16:34:26.000Z (9 months ago)
- Last Synced: 2024-04-28T16:24:44.009Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# re_deno_blog
Re-implementation of [deno_blog][deno_blog] for minimal boilerplate blogging.
The project is currently in active development. :ramen:
[deno_blog]: https://github.com/denoland/deno_blog
## Get Started :rocket:
```ts
import { blog } from "https://esm.sh/gh/dx3mod/re_deno_blog/mod.ts";blog({
title: "me",
description: "perfect blog",
avatar: "https://deno-avatar.deno.dev/avatar/blog.svg",
});
```To run
```console
$ deno run --allow-net --allow-read=posts main.ts
```## Preview
Clone the repository. Go to `preview` directory and run command:
```console
$ deno task dev
```