Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamdjbrett/aileengoeson.com
aileengoeson.com link shortner
https://github.com/adamdjbrett/aileengoeson.com
Last synced: about 2 months ago
JSON representation
aileengoeson.com link shortner
- Host: GitHub
- URL: https://github.com/adamdjbrett/aileengoeson.com
- Owner: adamdjbrett
- License: mit
- Created: 2023-09-23T01:42:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T02:16:50.000Z (10 months ago)
- Last Synced: 2024-05-21T01:42:10.478Z (8 months ago)
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Check out the final version created by Kent https://github.com/kentcdodds/netlify-shortener
# Aileengoeson.com --> AileenMitchellLawrimore.com
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.