Skip to content

Commit

Permalink
feat: use npm package imports, update highlightjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored and sgoudham committed Mar 3, 2023
1 parent 4b7cf0b commit f3bcc7e
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 266 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
# Added by cargo

/target

# node
node_modules/

# builds
/bin/
268 changes: 268 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "catppuccin-mdbook",
"version": "0.1.2",
"description": "Soothing pastel theme for mdBook",
"scripts": {
"build": "sass -I node_modules --no-charset --no-source-map src/palette:bin/assets"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catppuccin/mdBook.git"
},
"author": "Catppuccin Org <releases@catppuccin.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/catppuccin/mdBook/issues"
},
"homepage": "https://github.com/catppuccin/mdBook#readme",
"devDependencies": {
"@catppuccin/highlightjs": "^0.1.1",
"@catppuccin/palette": "^0.1.6",
"sass": "^1.58.3"
}
}
3 changes: 0 additions & 3 deletions src/palette/Makefile

This file was deleted.

Loading

0 comments on commit f3bcc7e

Please sign in to comment.