Guide_Landing/.gitignore
lifehackerhansol 975e819513
VitePress migration (#50)
* 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>
2024-09-27 17:12:07 -05:00

12 lines
141 B
Plaintext

# Node.js and NPM
node_modules
npm-debug.log*
codekit-config.json
# VitePress
docs/.vitepress/cache
docs/.vitepress/dist
# macOS
.DS_Store