5 Commits

Author SHA1 Message Date
lifehackerhansol
33413abd28
Forgotten VitePress bits (#189)
* workflow: Update for VitePress

* LICENSE: update for VitePress

The previous license holders in this file were only related to
the old Jekyll theme which is no longer in use.

* enso-3.65: link to finalizing-setup-3.60

Not sure if this is correct, but the link no longer exists and it
was previously renamed to this.

* config: define `.vpk` and `.img` as extra extensions
2024-10-02 23:22:47 +01:00
lifehackerhansol
528dfe55de
Proper CI procedures for npm (#170)
* Commit the package-lock.json

Needed for faster CI builds (as if it wasn't fast already, but let's
follow proper procedures here.)

* workflow: use npm ci

This should result in a faster dependency install.
Needs package-lock.json
2023-09-07 12:12:45 +01:00
lifehackerhansol
d0d958cf9c
Switch to new theme and update VuePress to beta49 (#161)
* Switch to new theme and update VuePress to beta49

Non-breaking changes in the guide:
- URLs in the get-started version table now explicitly include `.html`
  as otherwise it doesn't work under Vite. (It probably works under
  GitHub Pages, but it's better for it to work everywhere instead.)

Breaking changes in the guide:
- The front page button is nixed and replaced with a link to
  get-started at end of page

* Kang publish script from dsi.cfw.guide

The VuePress 2.0.0-b49 changes were only tested with npm. It is unknown
whether yarn will actually work with the changes.

dsi.cfw.guide already uses npm for this, so let's just use the script
from there as it is known to work.

This file was taken from the following snapshot:
66d1089257/.github/workflows/publish.yml

* Document website testing process in README

* fix hero image and add get started button

* update theme

---------

Co-authored-by: emiyl <me@emiyl.com>
2023-04-06 20:14:42 +01:00
emiyl
e8f2c25436 fixed gh actions 2021-11-03 15:39:34 +00:00
emiyl
980a1851de vuepress update 2021-11-03 15:35:47 +00:00