0xZ0F / Z0FCourse_ReverseEngineering

Reverse engineering focusing on x64 Windows.
GNU Affero General Public License v3.0
5.16k stars 497 forks source link

Consider using GH pages #1

Closed mrexodia closed 4 years ago

mrexodia commented 4 years ago

As the title says, consider using github pages to have an improved interface for the course. You should be able to pretty much enable GH pages and forget about it, since it supports markdown.

0xZ0F commented 4 years ago

I've used Github Pages in the past, but I didn't really like it. It looks better than GH, but I really like being able to navigate the course with the GH file structure layout. I plan on reworking the course soon because it could be a lot better. After that, I will certainly look for a new place to host the course.

Edit: The course rework is my top priority right now.

hollasch commented 4 years ago

Sorry to randomize you, but you might be interested in Markdeep. Markdown-like formatting (with many advanced features), renderable in a standard HTML browser.

See https://raytracing.github.io (click on any of the three books) for an example using a combination of Markdeep and GitHub pages. Not involved in Markdeep, but a huge fan.