Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```