diff --git a/README.md b/README.md index 3c3f23b..bdc333b 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ This repository has an example, [`repo.md`](repo.md): ```md --- +title: Anchr URL shortener with Jekyll and Github pages redirect_to: https://github.com/Vucko130/url-shortener --- ``` @@ -144,13 +145,40 @@ If you want to use a different slug, set the `permalink` variable: permalink: /something/ ``` +## Emoji Take the opportunity to get a real short slug by using *emojis*: ```md permalink: /😻/ ``` -Find appropriate emojis to copy from https://www.emojicopy.com +* http://unicode.org/emoji/charts/full-emoji-list.html +* https://emojipedia.org +* http://caniemoji.com + +:ok_man: Platforms with URL emoji support: + +``` +Facebook +LinkedIn +Medium +Pinterest +Skype +Slack +WhatsApp +``` + +:ng_man: Platforms without URL emoji support: + +``` +Facebook Messenger +Flickr +Gmail +Instagram +Tumblr +Twitter +YouTube +``` ## Built With diff --git a/_urls/repo.md b/_urls/repo.md index f5d63c4..cb994ed 100644 --- a/_urls/repo.md +++ b/_urls/repo.md @@ -1,3 +1,4 @@ --- +title: Anchr URL shortener with Jekyll and Github pages redirect_to: https://github.com/Vucko130/anchr --- diff --git a/_urls/rvcli.md b/_urls/rvcli.md index bae053f..d5e5681 100644 --- a/_urls/rvcli.md +++ b/_urls/rvcli.md @@ -1,3 +1,4 @@ --- +title: reVanced CLI redirect_to: https://github.com/Vucko130/revanced-cli --- diff --git a/_urls/rvma.md b/_urls/rvma.md index 94f7486..5bd0368 100644 --- a/_urls/rvma.md +++ b/_urls/rvma.md @@ -1,3 +1,4 @@ --- +title: reVanced magisk module redirect_to: https://github.com/Vucko130/revanced-magisk-module/releases --- diff --git a/_urls/rvpa.md b/_urls/rvpa.md index f56a84a..9ef7cca 100644 --- a/_urls/rvpa.md +++ b/_urls/rvpa.md @@ -1,3 +1,4 @@ --- +title: reVanced Patches redirect_to: https://github.com/Vucko130/revanced-patches --- \ No newline at end of file diff --git a/_urls/sammo.md b/_urls/sammo.md index e0e663a..204789c 100644 --- a/_urls/sammo.md +++ b/_urls/sammo.md @@ -1,3 +1,4 @@ --- +title: SamMobile Galaxy A54 Update redirect_to: https://www.sammobile.com/samsung/galaxy-a54-5g/firmware/#SM-A546E --- diff --git a/_urls/spotx.md b/_urls/spotx.md index 7bad86b..cc6d869 100644 --- a/_urls/spotx.md +++ b/_urls/spotx.md @@ -1,3 +1,4 @@ --- +title: Spotify Patcher redirect_to: https://github.com/Vucko130/SpotX-Win --- diff --git a/_urls/xda.md b/_urls/xda.md index 3d7fa87..68727b9 100644 --- a/_urls/xda.md +++ b/_urls/xda.md @@ -1,3 +1,4 @@ --- +title: Galaxy-A54 XDA redirect_to: https://xdaforums.com/f/samsung-galaxy-a54-5g.12705/ ---