<div dir="ltr">Is it possible to have a repo named <a href="http://apple.github.io">apple.github.io</a>, and still allow individual repos having their own pages (like <a href="http://apple.github.io/swift-evolution">apple.github.io/swift-evolution</a>)?<div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Jacob<br></div></div></div></div>
<br><div class="gmail_quote">On Mon, Sep 5, 2016 at 7:05 AM, Ben Rimmington via swift-evolution <span dir="ltr"><<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 21 Jul 2016, at 19:10, Jordan Rose wrote:<br>
><br>
>> On Jul 18, 2016, at 16:57, Mark Lacey wrote:<br>
<span class="">>><br>
>>> On Jul 18, 2016, at 4:44 PM, Jacob Bandes-Storch wrote:<br>
>>><br>
>>> This is now live: <a href="http://apple.github.io/swift-evolution/" rel="noreferrer" target="_blank">http://apple.github.io/swift-<wbr>evolution/</a><br>
>><br>
>> Very very nice!<br>
>><br>
>> I wonder if we should do something to avoid the 404 here though: <a href="http://apple.github.io" rel="noreferrer" target="_blank">http://apple.github.io</a><br>
>><br>
>> Perhaps a redirect to <a href="https://github.com/apple/swift" rel="noreferrer" target="_blank">https://github.com/apple/swift</a> or maybe directly to <a href="https://github.com/apple/swift/blob/master/README.md" rel="noreferrer" target="_blank">https://github.com/apple/<wbr>swift/blob/master/README.md</a>?<br>
><br>
> The Swift Open Source project isn’t the only project under <a href="http://github.com/apple" rel="noreferrer" target="_blank">github.com/apple</a>. Any landing page here would have to come from Apple PR.<br>
<br>
</span>You could add a simple <<a href="https://github.com/apple/apple.github.io/blob/master/404.html" rel="noreferrer" target="_blank">https://github.com/apple/<wbr>apple.github.io/blob/master/<wbr>404.html</a>> file:<br>
<br>
<!DOCTYPE html><br>
<meta charset="UTF-8" /><br>
<meta http-equiv="Refresh" content="0; URL=<a href="https://developer.apple.com/opensource/" rel="noreferrer" target="_blank">https://developer.apple.<wbr>com/opensource/</a>" /><br>
<title>404 Not Found</title><br>
<br>
That will redirect to the URL which also appears at the top of the <<a href="https://github.com/apple/" rel="noreferrer" target="_blank">https://github.com/apple/</a>> page.<br>
<br>
-- Ben<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br>
</div></div></blockquote></div><br></div></div>