Install Highlight.js for on-the-fly highlighting of curlable script

This commit is contained in:
Danielle McLean 2023-11-01 14:14:38 +11:00
parent 359a4046ac
commit 4e4f98d1aa
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
4 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
site/vendor
site/node_modules
site/_site
site/.bundle
site/.jekyll-cache

View file

@ -7,6 +7,9 @@ description: "Bootstrap and simple management script for my dotfiles"
url: 'https://dots.00dani.me'
exclude:
- netlify.toml
- package.json
- bun.lockb
- node_modules
theme: minima
minima:

BIN
site/bun.lockb Executable file

Binary file not shown.

1
site/package.json Normal file
View file

@ -0,0 +1 @@
{ "dependencies": { "highlight.js": "^11.9.0" } }