https://github.com/anzenkodo/mizlink
The link shorter made with Shell-Script and configure with YAML file.
https://github.com/anzenkodo/mizlink
link-shortener shellscript shortener url-shortener
Last synced: 7 months ago
JSON representation
The link shorter made with Shell-Script and configure with YAML file.
- Host: GitHub
- URL: https://github.com/anzenkodo/mizlink
- Owner: AnzenKodo
- License: mit
- Created: 2020-11-27T04:52:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T20:23:58.000Z (over 1 year ago)
- Last Synced: 2025-03-09T22:09:09.830Z (7 months ago)
- Topics: link-shortener, shellscript, shortener, url-shortener
- Language: Shell
- Homepage: https://AnzenKodo.github.io/mizlink/
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MizLink
The link shorter made with Shell-Script and configure with YAML file.
## Getting Started
1. Fork this [repo](https://github.com/anzenkodo/mizlink) and clone it.
2. Edit the YAML file.
- Example:
```yaml
...
links:
- name: my-website
link: https://my-website-url.com
```
3. Run build file in your terminal.
```
./build.sh
```### Using with GitHub Pages
MizLink is pre-configured to build website in GitHub Pages.
1. Fork this [repo](https://github.com/anzenkodo/mizlink) and clone it.
2. Go to settings section -> Code and automation -> Pages -> Build and deployment
- Select **Source:** Deploy from branch.
- Select **Branch:** gh-pages and click save.## Build and Demo
- See build files in [gh-pages](https://github.com/AnzenKodo/mizlink/tree/gh-pages) branch.
- [Demo](https://anzenkodo.github.io/mizlink/)