Skip to content

Commit

Permalink
slugify custom filter info
Browse files Browse the repository at this point in the history
  • Loading branch information
stamat committed Jul 6, 2023
1 parent 5220a6d commit 0cd316f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ Here is a sample markup configuration:

If your project doesn't have markups, you can remove the `markups` property from the config entirely. No code will be executed for this property.

#### Custom Filters

* `slugify` - slugifies a string. Usage: `{{ "My Awesome Title" | slugify }}` will output `my-awesome-title`

### Banner (optional)

Here you can specify a banner that will be added to the top of the output files. It is templatable via mustache. The following variables are available from your project's `package.json`:
Expand Down

0 comments on commit 0cd316f

Please sign in to comment.