diff options
| author | seth <[email protected]> | 2023-04-21 05:05:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-21 05:29:46 -0400 |
| commit | 521eddf53b1a039d90d0e5e7aa8f7b4520de415c (patch) | |
| tree | 6033c9f7b0d9fe97a3683b577de73ee3df9e78cb /_config.ts | |
| parent | caf0c93527851809a05c949af9832614dd3434e9 (diff) | |
post: nix-lib
Diffstat (limited to '_config.ts')
| -rw-r--r-- | _config.ts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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()) |
