Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/johanbrook/theworldisyours
- Owner: johanbrook
- Created: 2024-06-17T18:32:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:05:43.000Z (2 months ago)
- Last Synced: 2024-10-22T15:00:55.570Z (2 months ago)
- Language: CSS
- Homepage: http://brook.city/
- Size: 10.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors.page.ts
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=
```