https://github.com/johanbrook/theworldisyours
The Brook family's travel blog.
https://github.com/johanbrook/theworldisyours
Last synced: over 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:05:43.000Z (over 1 year ago)
- Last Synced: 2025-01-21T22:42:48.527Z (over 1 year 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=
```