https://github.com/beastop/blog
My personal blog
https://github.com/beastop/blog
Last synced: 5 months ago
JSON representation
My personal blog
- Host: GitHub
- URL: https://github.com/beastop/blog
- Owner: beastOP
- Created: 2022-11-26T08:04:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T18:34:49.000Z (about 2 years ago)
- Last Synced: 2025-10-26T10:28:56.332Z (9 months ago)
- Language: JavaScript
- Size: 153 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Omkar's Blog
Deployments in less than 10 seconds.
To get it running:
```sh
git clone git@github.com:beastOP/blog.git blog
cd blog
deno task dev
```
To deploy it to Deno Deploy - clone it in a github repo and create and link a
new project on https://dash.deno.com.
Built using [deno_blog](https://github.com/denoland/deno_blog).