Skip to content

The link shorter made with Shell-Script and configure with YAML file.

License

Notifications You must be signed in to change notification settings

AnzenKodo/mizlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MizLink

The link shorter made with Shell-Script and configure with YAML file.

Getting Started

  1. Fork this repo and clone it.
  2. Edit the YAML file.
  • Example:
    ...
    links:
      - name: my-website
        link: https://my-website-url.com
  1. 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 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