Skip to content

Commit

Permalink
feat: /krido
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxxeun committed Aug 9, 2024
1 parent d46877a commit 83c1e62
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
31 changes: 19 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
# link.bsmnt.pro
a serverless & minimalist URL shortener that doesn't try to do too much
This program is powering our internal url shortener (bsmnt.pro) which is to track link distribution without tracking any personal data.

## Goals
1. Minimal dependency
2. Minimal footprint
3. No personal data tracking

## Run
1. `git clone https://github.com/yuxxeun/link.bsmnt.pro`
2. `bun install`
3. `bun dev`

## Generate
Just run `./generate`
Read guide with run `./generate` command for detail usage or just run `./generate verlongUrlTarget /something`

## List
- [`root`](https://bsmnt.pro)
- [`/ig`](https://bsmnt.pro/ig)
- [`/ratio`](https://bsmnt.pro/ratio)
- [`/github`](https://bsmnt.pro/github)
- [`/link`](https://bsmnt.pro/link)
- [`/yuxxeun`](https://bsmnt.pro/yuxxeun)
- [`/zia`](https://bsmnt.pro/zia)
- [`/iqbal`](https://bsmnt.pro/iqbal)
- [`/dzkrysyhrl`](https://bsmnt.pro/dzkrysyhrl)
- basement:
- [`root`](https://bsmnt.pro)
- [`/ig`](https://bsmnt.pro/ig)
- [`/ratio`](https://bsmnt.pro/ratio)
- [`/github`](https://bsmnt.pro/github)
- [`/link`](https://bsmnt.pro/link)
- member:
- [`/yuxxeun`](https://bsmnt.pro/yuxxeun) / [`/krido`](https://bsmnt.pro/krido)
- [`/zia`](https://bsmnt.pro/zia)
- [`/iqbal`](https://bsmnt.pro/iqbal)
- [`/dzkrysyhrl`](https://bsmnt.pro/dzkrysyhrl)

## License
[MIT](./LICENSE)
MIT.
4 changes: 2 additions & 2 deletions _includes/redirect.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<body
class="flex items-center justify-center min-h-screen bg-[#000000] bg-[radial-gradient(#ffffff33_1px,#00091d_1px)] bg-[size:20px_20px] text-center antialiased">
<div class="mx-4 sm:mx-10 my-5 text-zinc-200">
<h1 class="text-2xl sm:text-4xl font-bold animate-pulse">Mohon tunggu...</h1>
<div class="mx-4 sm:mx-10 my-5 text-zinc-100">
<h1 class="text-2xl sm:text-4xl font-bold">Mohon tunggu...</h1>
<p class="mt-5 text-lg sm:text-2xl">
Mengarahkan ke <strong>{{ target | url }}</strong>
<br>
Expand Down

0 comments on commit 83c1e62

Please sign in to comment.