Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdjbrett/alfjacquesaward.com
netlify URL shortner
https://github.com/adamdjbrett/alfjacquesaward.com
Last synced: about 1 month ago
JSON representation
netlify URL shortner
- Host: GitHub
- URL: https://github.com/adamdjbrett/alfjacquesaward.com
- Owner: adamdjbrett
- Created: 2024-05-09T21:36:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T00:17:30.000Z (4 months ago)
- Last Synced: 2024-09-18T04:14:58.993Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfjacquesaward.com
netlify URL shortnerCheck out the final version created by Kent https://github.com/kentcdodds/netlify-shortener
# netlify-short-url
Just a test to see if I could use netlify's redirect as an url shortener.
Got the inspiration from watching [this video from Kent C. Dodds](https://rosell.io/kcd-video)
I started by just adding the `_redirects` file to check if that worked. Then I wanted to build something that I could edit outside of git, so I added [netlify-cms](https://github.com/netlify/netlify-cms) and a small build script to generate the `_redirects` file for me. That worked out okay, but in the end, it was not more comfortable than editing the file in git. All of that work is still on the [netlify-cms branch](https://rosell.io/cms-branch) if someone later wants to look at it.