How to deploy on GitHub pages
Mathias Lang
pro.mathias.lang at gmail.com
Tue Mar 31 16:24:27 UTC 2020
On Tuesday, 31 March 2020 at 12:52:09 UTC, Ahmat wrote:
> Hi all,
>
> I want to use vibe.d for my personal website hosted on Github
> pages. I am not familiar with vibe.d and I am confused about
> how to approach this.
>
> Any suggestions, ideas ? I will appreciate your help.
You can't. Vibe.d is a server technology, but Github pages only
host static content.
You can write HTML / CSS / JS, and host that, but you can't run a
Vibe.d server.
More information about the Digitalmars-d-learn
mailing list