mirror of
https://github.com/hacks-guide/Guide_Landing.git
synced 2024-11-23 00:49:51 +00:00
975e819513
* Update Tiramisu to Aroma it says tiramisu on the website, but not on the guide, which shows the better option * home: sync excerpts with current state of guides - Except Switch, which doesn't have the best wording for this use case. * donations: add WiiLink - For wii.hacks.guide * Remove now defunct Matrix homeserver configuration This died with the transfer of ownership from Plailect. * Remove Jekyll files * images: clean out unused files * Initialize VitePress - Add theme submodule - Add initial configuration files - Override theme-default VPHero/VPFooter with custom theme version * translations: delete all languages These have not been updated in forever and still include pages such as an explanation for ads that we no longer have at least on this site. Crowdin also doesn't seem to be hooked up properly at the moment. * Move pages to VitePress * Move assets to VitePress * docs: port to VitePress - Add some hack for feature row - Remove 404 page, it doesn't work in VitePress - Adjust headings in privacy-policy for VitePress * config: add navbar and initial translation support * config: add footer * workflow: switch to VitePress * crowdin: move to VitePress * LICENSE: update copyrights All previous copyrights held in this repository were related to the old theme which is no longer in use. * config: add favicon * config: add GitHub link to navbar * dependabot: add npm --------- Co-authored-by: Paxton <84253355+PaxtonPenguin@users.noreply.github.com>
6 lines
229 B
YAML
6 lines
229 B
YAML
files:
|
|
- source: /docs/*.md
|
|
translation: /docs/%locale_with_underscore%/%original_file_name%
|
|
- source: /docs/.vitepress/i18n/strings/en_US.json
|
|
translation: /docs/.vitepress/i18n/strings/%locale_with_underscore%.json
|