erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

Generate erlyaws.github.io #488

Closed avtobiff closed 3 months ago

avtobiff commented 3 months ago

This does a static mirror of the Yaws web page for publication as github pages on erlyaws.github.io.

Fixes #486

avtobiff commented 3 months ago

Requirements for this to work is to create the erlyaws.github.io repository.

avtobiff commented 3 months ago

On Thu, Mar 21, 2024 at 8:54 PM Steve Vinoski @.***> wrote:

One issue with such a website is that examples often use .yaws files that show how things work, and the assumption is that Yaws is underneath so that the .yaws files can be executed. This won't work for github.io pages, though, so I wonder if we should first adjust the design of pages using .yaws files, or should we just deploy it and fix that later?

I thought about this as well. IMHO we push this and iterate as needed.

It would be ideal to have an actual site running Yaws. I had this on the radar as well, to register a domain and push to a VPS. But this PR at least brings back the old (now defunct) page so that content is available online.

If I get access to create repositories I can set everything up.