QuiltMC / quiltmc.org

The source for quiltmc.org
https://quiltmc.org
Other
58 stars 48 forks source link

Header anchor #122

Closed Akarys42 closed 1 year ago

Akarys42 commented 1 year ago

This PR adds anchors to all HTML headers, to make creating anchored links easier.

For the link symbol to only show up on hover, QuiltMC/quilt-bulma#12 needs to be merged.


See preview on Cloudflare Pages: https://preview-122.quiltmc-org.pages.dev

Akarys42 commented 1 year ago

Running pnpm i on multiple computers shows that no change is required, if you have any insights as to why the CI runs are failing, please do say so.

pluiedev commented 1 year ago

Running pnpm i on multiple computers shows that no change is required, if you have any insights as to why the CI runs are failing, please do say so.

Did you upgrade to pnpm 8.0? It looks like the lockfileVersion field of the lock file has been bumped from 5.4 to 6.0, and there are major changes in the file format. Running git diff --stat after a fresh pnpm i yields this:

pnpm-lock.yaml | 1377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------------------
 1 file changed, 698 insertions(+), 679 deletions(-)

I'll attempt to push the updated lockfile to the PR'd branch directly, though it sucks that the CI isn't telling us that the lockfile's format is too old and we should update our pnpm version