Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Aug 28, 2024
1 parent 1b63fb8 commit 07055e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions configs/configOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,39 +35,39 @@
"text": "Author's name",
"method": "configLoop",
"file": "./config/_default/languages.en.toml",
"parent": "author",
"parent": "params.author",
"key": "name",
"description": "The author’s name. This will be displayed in article footers, and on the homepage when the profile layout is used."
},
{
"text": "Author's picture",
"method": "configImage",
"file": "./config/_default/languages.en.toml",
"parent": "author",
"parent": "params.author",
"key": "image",
"description": "Image file of the author. The image should be a 1:1 aspect ratio."
},
{
"text": "Author's headline",
"method": "configLoop",
"file": "./config/_default/languages.en.toml",
"parent": "author",
"parent": "params.author",
"key": "headline",
"description": "A Markdown string containing the author’s headline. It will be displayed on the profile homepage under the author’s name."
},
{
"text": "Author's bio",
"method": "configLoop",
"file": "./config/_default/languages.en.toml",
"parent": "author",
"parent": "params.author",
"key": "bio",
"description": "A Markdown string containing the author’s bio. It will be displayed in article footers."
},
{
"text": "Author's links",
"method": "configLinks",
"file": "./config/_default/languages.en.toml",
"parent": "author",
"parent": "params.author",
"key": "links",
"description": "The links to display alongside the author’s details. The config file contains example links which can simply be uncommented to enable. The order that the links are displayed is determined by the order they appear in the array."
},
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.8.0",
"version": "1.9.0",
"description": "CLI to initialize and configure a Blowfish project.",
"main": "cli.js",
"bin": {
Expand Down

0 comments on commit 07055e7

Please sign in to comment.