Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwdeane/jwdn.cc
https://github.com/jwdeane/jwdn.cc
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jwdeane/jwdn.cc
- Owner: jwdeane
- Created: 2021-12-22T02:58:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T04:32:27.000Z (about 1 year ago)
- Last Synced: 2024-06-12T13:07:10.067Z (7 months ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwdn.cc
Personal short url collection…may evolve into a full blown short url service at some point.
## Examples
- [jwdn.cc/dot](https://github.com/25thhour/dotfiles) links to my dotfiles repo.
- [jwdn.cc/tw](https://twitter.com/25thhour) links to my Twitter profile.## Functions
:warning: the following assumes [Wrangler 2](https://github.com/cloudflare/wrangler2) has been installed globally.
Cloudflare Workers live in the `./functions` directory and are set to be ignored by 11ty in the `.eleventyignore` file.
To test a function run `npx wrangler pages dev functions`.
---
Bootstrapped with Eleventy and deployed on [Cloudflare Pages](https://pages.cloudflare.com) with redirects managed via a [`_redirects` file](https://developers.cloudflare.com/pages/platform/redirects).