Code Monkey home page Code Monkey logo

url.ce.pdn.ac.lk's Introduction

URL Generator

This repository can be used to generate shorten URLs, with the prefix https://url.ce.pdn.ac.lk/.

You only need to create a MD file (name.md) in the ./urls/ folder by clicking here{:target="_blank"} and add the following content.

---
layout: redirect
permalink: /short_code/
forward_url: target_url
---

Here, you need to replace,

  • The "short_code" with the short code you wish to use.
  • The "target_url" with the URL you need to redirect the users.

Example:

If you need to create a shortened link to Academic Calendar in Google Drive, as https://url.ce.pdn.ac.lk/academic-calendar you need to create a file like the following:

academic-calendar.md

---
layout: redirect
permalink: /academic-calendar/
forward_url: https://docs.google.com/document/u/2/d/e/2PACX-1vR-EkodNirStWpMfHr1pZcivrPJ_usJRJV2-36o0aa8F6VHgwbr0xZVswd8x5fk3RZN0uLGZILSjsdW/pub
---

Then you can use the shorten URL like https://url.ce.pdn.ac.lk/academic-calendar/

Examples:

Notes

  • Please make sure you are using a short code that is not already using.
  • Once you committed (or merged a pull request), it will take 1-2 minutes to be available new URL.
  • Changes on a URL may take up to 10 mins due to Page Caching policy of GitHub.

Edit Access

Write access available for the following teams/people, and the changes were done by anyone other than them needed to be accepted (Merged) by someone who has the write access.

url.ce.pdn.ac.lk's People

Contributors

nuwanj avatar akilax0 avatar gihanjayatilaka avatar damayanthiherath avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.