✨ [hljs] Añade soporte a HighlightJS en PageTop
This commit is contained in:
parent
6701fb3e90
commit
7530cc69c2
210 changed files with 5277 additions and 2 deletions
7
packages/pagetop-hljs/build.rs
Normal file
7
packages/pagetop-hljs/build.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use pagetop_build::StaticFilesBundle;
|
||||
|
||||
fn main() -> std::io::Result<()> {
|
||||
StaticFilesBundle::from_dir("./static", None)
|
||||
.with_name("hljs")
|
||||
.build()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue