Skip to content

Commit

Permalink
updated urls and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vucko130 committed Apr 6, 2024
1 parent 18aaad3 commit 8f8bd9b
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 1 deletion.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
```
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions _urls/repo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: Anchr URL shortener with Jekyll and Github pages
redirect_to: https://github.com/Vucko130/anchr
---
1 change: 1 addition & 0 deletions _urls/rvcli.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: reVanced CLI
redirect_to: https://github.com/Vucko130/revanced-cli
---
1 change: 1 addition & 0 deletions _urls/rvma.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: reVanced magisk module
redirect_to: https://github.com/Vucko130/revanced-magisk-module/releases
---
1 change: 1 addition & 0 deletions _urls/rvpa.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: reVanced Patches
redirect_to: https://github.com/Vucko130/revanced-patches
---
1 change: 1 addition & 0 deletions _urls/sammo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: SamMobile Galaxy A54 Update
redirect_to: https://www.sammobile.com/samsung/galaxy-a54-5g/firmware/#SM-A546E
---
1 change: 1 addition & 0 deletions _urls/spotx.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: Spotify Patcher
redirect_to: https://github.com/Vucko130/SpotX-Win
---
1 change: 1 addition & 0 deletions _urls/xda.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: Galaxy-A54 XDA
redirect_to: https://xdaforums.com/f/samsung-galaxy-a54-5g.12705/
---

0 comments on commit 8f8bd9b

Please sign in to comment.