Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ order: 8900

# Utilities

Prism is a lightweight, extensible syntax highlighter that can be used when working with code blocks in markdown files in blog posts.

Scully works well in combination with other tools and utilities.

1. [Syntax Highlighting using prismjs](#add-syntax-highlighting)
1. [Github Action Scully Publish](#github-action-scully-publish)
2. [Syntax Highlighting using prismjs](#syntax-highlighting-using-prismjs)

## Github Action Scully Publish

The Github Action [Scully Publish](https://github.com/marketplace/actions/scully-publish) let you easily build and deploy your Scully site to GitHub Pages.

## Syntax Highlighting Using Prismjs

Prism is a lightweight, extensible syntax highlighter that can be used when working with code blocks in markdown files in blog posts.

It is possible to define a language for the code to be used in the Scully code like this:

<pre><code>```ts
Expand Down