The destination page is on my blog. I want to keep my project description consolidated in my blog. I got the idea of using redirect from tsmango/jekyll_alias_generator.
@@ -1 +1,8 @@
-My GitHub Page
+<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="canonical" href="http://oncrashreboot.com/elegant-a-clean-theme-for-pelican-with-search-feature.html"/>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <meta http-equiv="refresh" content="0;url=http://oncrashreboot.com/elegant-a-clean-theme-for-pelican-with-search-feature.html" />
+ </head>
+</html>