An open API service indexing awesome lists of open source software.

https://github.com/leonidboykov/leonidboykov.github.io

GitHub Pages based projects redirects.
https://github.com/leonidboykov/leonidboykov.github.io

hugo-blog hugo-site

Last synced: 6 months ago
JSON representation

GitHub Pages based projects redirects.

Awesome Lists containing this project

README

          

# GitHub Pages redirects

This repo contains GitHub-based [files with redirects](https://github.com/jekyll/jekyll-redirect-from) for GitHub Pages.

## Adding redirects

To redirect a GitHub Pages project `project_name` to a `https://new_url/`, just add a `project_name.md` file with the following content

``` yaml
---
redirect_to: https://new_url/
---
```