Skip to content

Commit

Permalink
Now accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 23, 2024
1 parent 628f3f6 commit 6c4e9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/posts/2024/06/23/shiki-hugo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ Next, I changed the CI build process to also run the new script:
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Setup Node
Expand All @@ -120,6 +119,8 @@ Next, I changed the CI build process to also run the new script:

```

_Note: minify is not enabled on the `hugo` command_

And... That's kinda it! So, TLDR:

- Make the default highlighter not do codefences
Expand Down

0 comments on commit 6c4e9f6

Please sign in to comment.