Install Highlight.js for on-the-fly highlighting of curlable script
This commit is contained in:
parent
359a4046ac
commit
4e4f98d1aa
4 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
site/vendor
|
||||
site/node_modules
|
||||
site/_site
|
||||
site/.bundle
|
||||
site/.jekyll-cache
|
||||
|
|
|
@ -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
BIN
site/bun.lockb
Executable file
Binary file not shown.
1
site/package.json
Normal file
1
site/package.json
Normal file
|
@ -0,0 +1 @@
|
|||
{ "dependencies": { "highlight.js": "^11.9.0" } }
|
Loading…
Reference in a new issue