CCSMB / Standards

Standard file formats, APIs, network protocols, and more for ComputerCraft
Other
8 stars 7 forks source link

Publish RFCs with GitHub Pages #7

Open Erb3 opened 1 year ago

Erb3 commented 1 year ago

It would be nice if we could have a Github Pages based static markdown site, so that the RFCs are easier to read. This should be simple, the hard part is finding a good theme. We could also PR into SquidDev-CC/madefor.cc so that we can have standards.madefor.cc or something similar

EmmaKnijn commented 1 year ago

We could also host something like Hugo on a couple loadbalanced servers and have GitHub Actions build and publish Docker images that hosts the Standards, bit overkill but I have the resources to do so

Erb3 commented 1 year ago

Seems way overkill. We can just setup Jekyll with GitHub Pages. Alternativly I thought about making a website that loads in the markdowns and renders it myself. But Jekyll is the easiest. Just need to find a theme for it.

tomodachi94 commented 1 year ago

We could also host something like Hugo on a couple loadbalanced servers and have GitHub Actions build and publish Docker images that hosts the Standards, bit overkill but I have the resources to do so

Alternatively, we could have Hugo build the pages on GitHub Actions and then deploy with Pages. (I have something similar setup on my personal website.)

MCJack123 commented 1 year ago

Bump. GH Pages works fine. No need to overcomplicate things. (Just make sure the root is Standards.)

EmmaKnijn commented 1 year ago

Alright