Skip to content

Commit

Permalink
added support for enable emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed May 31, 2024
1 parent fdd6baf commit d3c98b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions configs/configOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,14 @@
"key": "baseURL",
"description": "The URL to the root of the website."
},
{
"text": "enableEmoji - (boolean) Enables or disables emoji support within articles.",
"method": "configLoop",
"file": "./config/_default/hugo.toml",
"parent": null,
"key": "enableEmoji",
"description": "(boolean) Enables or disables emoji support within articles."
},
{
"text": "Google Analytics",
"method": "configLoop",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blowfish-tools",
"version": "1.6.0",
"version": "1.7.0",
"description": "CLI to initialize and configure a Blowfish project.",
"main": "cli.js",
"bin": {
Expand Down

0 comments on commit d3c98b5

Please sign in to comment.