Skip to content

Adriel1221/redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDC Blue

How to make a URL redirect

  • Go to _redirects
  • Create an .html file (preferably with the name of the link)
    • ex: github.html (where github is the link that you want to make)
  • Inside the file you need to copy the code below and paste it on you file, change it with you content.
---
permalink: /github <!-- Link wil be avilable at go.mdc.blue/github -->
destination: http://github.com/mdcblue  <!-- The link where you want to redirect -->
---

Example:

go.mdc.blue/github will redirect you to github.com/MDCblue

About

Redirect Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published