summaryrefslogtreecommitdiff
path: root/_config.ts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-21 05:05:20 -0400
committerseth <[email protected]>2023-04-21 05:29:46 -0400
commit521eddf53b1a039d90d0e5e7aa8f7b4520de415c (patch)
tree6033c9f7b0d9fe97a3683b577de73ee3df9e78cb /_config.ts
parentcaf0c93527851809a05c949af9832614dd3434e9 (diff)
post: nix-lib
Diffstat (limited to '_config.ts')
-rw-r--r--_config.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.ts b/_config.ts
index a702409..f2c6508 100644
--- a/_config.ts
+++ b/_config.ts
@@ -29,6 +29,11 @@ const site = lume({
location: new URL("https://getchoo.github.io"),
});
+site.remoteFile(
+ "_includes/css/highlight.css",
+ "https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github-dark.min.css"
+);
+
site.use(attributes())
.use(base_path())
.use(code_highlight())