Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johanbrook/theworldisyours

The Brook family's travel blog.
https://github.com/johanbrook/theworldisyours

Last synced: about 1 month ago
JSON representation

The Brook family's travel blog.

Awesome Lists containing this project

README

        

# The Brook family's travel blog

## Posting

Create a new post:

```bash
deno task lume new
```

## Dev

**Build**

```bash
deno task build
```

**Serve**

```bash
deno task serve
```
Visit [http://localhost:3000](http://localhost:3000).

**Serve with CMS**

```bash
deno task cms
```
Visit [http://localhost:3000/admin](http://localhost:3000/admin).

## Config

**Environment vars**

```bash
LUME_CMS_ADMIN_PASS=
LUME_CMS_GITHUB_TOKEN=
```