Skip to content

Commit

Permalink
Set syntax highlighting theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jultty committed Feb 24, 2024
1 parent d74e26b commit 9246482
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 45 deletions.
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ li {

.sourceCode pre {
color: #ccc;
margin-left: 20px;
padding: 20px;
}
3 changes: 2 additions & 1 deletion posts/gen.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env utop

let pandoc_params = "--css ../../assets/style.css -s --to html5 --metadata pagetitle='basename' "
let pandoc_params = "--css ../../assets/style.css -s --to html5 " ^
"--metadata pagetitle='basename' --highlight-style zenburn "

let vert md = begin
if md <> "gen.ml" && md <> "html" then
Expand Down
88 changes: 45 additions & 43 deletions posts/html/scripts-em-ocaml.md.html

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

0 comments on commit 9246482

Please sign in to comment.