microsoft / WhatTheHack

A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
MIT License
1.77k stars 868 forks source link

[Suggestion]: Support multi language #469

Open tsubasaxZZZ opened 2 years ago

tsubasaxZZZ commented 2 years ago

Which Hack?

000-HowToHack

Suggestion

I hope to support multi language each pages.

Code of Conduct

jrzyshr commented 2 years ago

Hello Tsubasa, Thank you for your suggestion. If you, or anyone from the community, is willing to translate the 000-HowToHack content (Contribution guide, Author guide, Host guide, and Markdown templates) into another language, we'd be willing to accept that as a PR.

It does not appear that GitHub Pages (which is used to create the WTH website) has native support for multi-language websites. There appears to be some 3rd party plugins available that may make this work, but would require us to restructure the entire repository.
https://www.klaasnotfound.com/2017/02/16/proper-multilingual-site-with-github-pages-and-jekyll/ -Peter