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.
- Host: GitHub
- URL: https://github.com/leonidboykov/leonidboykov.github.io
- Owner: leonidboykov
- Created: 2023-08-15T19:52:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T19:53:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T15:24:52.717Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
---
```