Commit Graph

18 Commits

Author SHA1 Message Date
lifehackerhansol
3eae2455f6
config: add ini and gm9 to extensions list
To allow these to be linked to.
2024-09-27 08:38:32 -07:00
lifehackerhansol
b5e96749d2
config: disable all languages
These need to be regenerated by Crowdin.
2024-09-27 08:38:31 -07:00
lifehackerhansol
dd66b8d22f
config: ignore _include and _internal directories
These should not be in the final build. It also breaks build with dead
link checks enabled, which is default.
2024-09-27 08:38:31 -07:00
lifehackerhansol
ec5d597c67
config: enable deep outline
This allows to show more than just h2, which is needed for the
section numbers that currently use h3.
2024-09-27 08:38:31 -07:00
lifehackerhansol
06109b00e2
config: disable prev/next buttons entirely
They don't work the way our guide does. Our guide, for a lack of a
better word, interleaves between paths, so the next button is almost
always incorrect.

We have always added a button to the correct next page manually anyway,
so just rely on that.
2024-09-27 08:38:31 -07:00
lifehackerhansol
d0648eac1c
config: add Discord invite to navbar 2024-09-27 08:38:31 -07:00
lifehackerhansol
eb56fd730d
config: add GitHub link to navbar 2024-09-27 08:38:31 -07:00
lifehackerhansol
df85c9c3de
config: add Google Analytics 2024-09-27 08:38:31 -07:00
lifehackerhansol
1ae989196b
config: add favicon 2024-09-27 08:38:30 -07:00
lifehackerhansol
fb0a7bd4b1
config: add footer 2024-09-27 08:38:30 -07:00
lifehackerhansol
ac8c430ec8
config: add sidebar/navbar and initial translation support 2024-09-27 08:38:30 -07:00
lifehackerhansol
373b8cc5ea
images: replace Chromebook image with official version
The image is taken from [0], and processed with ImageMagick:
`convert chromeos.png -trim -resize 600x`

This fixes the issue of the logo being invisible in light mode.

[0]: https://partnermarketinghub.withgoogle.com/brands/chromebook/chromebook/visual-identity/visual-identity/logos-and-badges/
2024-09-27 08:38:30 -07:00
lifehackerhansol
d84cb07e29
docs: port to VitePress
Things that happen in this shameless squash:
- Removed 404 page
  - It doesn't work in VitePress and making it work in VitePress needs
    some invasive hack in the theme that I'm not willing to do
  - The default is more than enough, though
- Moved consoleVersionSelect include to another directory
  - This avoids being uploaded to Crowdin for translation
- Inline all SafeB9SInstaller includes
  - Not only do parameterized includes not work, but if/else statements
    don't work at all
- The sysupdate include parameter hasn't been used since MSET9, so it
  actually works just fine without any parameters. Hooray(?)
- Move mset9-chorus to an include, that logic doesn't work in VitePress
- Removed Get Started button from homepage, it breaks translations
- Tables in get-started are now shown by default; it seems VitePress really does
  not want us to use inline script. So we cannot enable it upon
  realizing that the browser is JS capable
- Include parameters are now in frontmatter to allow translation
- Hacked in a bunch of CSS values kanged from the old theme to make it
  look not stupid
- Drop headers down one level to make table of contents work
2024-09-27 08:38:29 -07:00
lifehackerhansol
cf408fbf94
Move assets to VitePress 2024-09-27 08:38:29 -07:00
lifehackerhansol
75fd318ab3
Move version selector to VitePress 2024-09-27 08:38:29 -07:00
lifehackerhansol
31c21268c5
Move remaining pages to VitePress 2024-09-27 08:38:24 -07:00
lifehackerhansol
ad3bf97f76
Move en_US/ pages to VitePress 2024-09-27 08:36:56 -07:00
lifehackerhansol
9446e2123a
Initialize VitePress
- Add theme submodule
- Add initial configuration files
- Override theme-default VPHero/VPFooter with custom theme version
- Update README
2024-09-27 08:09:51 -07:00