a2k42
a2k42
Created `quarto.md` in site/generators
```bash Operating System: Ubuntu 22.04 LTS Kernel: Linux 5.15.0-30-generic pandoc 2.18 TeX 3.141592653 (TeX Live 2022) Inkscape 1.1.2 (08b2f3d93c, 2022-04-05) !!! Installed as Snap ``` After much debugging I discovered...
When running the first task, gulp vet, no output was generated from jscs. It appears that gulp-jscs now needs a reporter like jshint: ``` gulp.task('vet', function() { console.log('vetting'); return gulp...
The current example [deployment](https://nuxt.com/deploy/github-pages) script generates warnings due to the actions using deprecated versions. I also use `pnpm` locally, so an example of how to get started with `pnpm` as...