Skip to content

Commit

Permalink
Update Readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Jul 18, 2021
1 parent 9f7b99d commit b1fd0de
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All the changes made to Showcase theme for Hugo.

## v1.2.0 - 2021-07-18

### Added

- Add color customization for Intro and Social links blocks

## v1.1.0 - 2021-07-17

### Added
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Blist is a clean and fast blog theme for your Hugo site.
- Text Search
- Social links
- Code highlighting
- Color customization
- Dark mode
- Fast performance
- SEO optimized
Expand Down Expand Up @@ -86,6 +87,12 @@ Menu in Blist theme is pre-set to have all section names. You can include custom

`[params.darkModeToggle]` enables the dark mode toggle in header. The preference is then saved so that the mode is automatically chosen for return visits.

### Customize Ascent Color

Use `[params.ascentColor]` to change the default `pink` color to any supported color from the [list of default colors](https://tailwindcss.com/docs/customizing-colors) from Tailwind CSS.

Some example values: bg-blue-200, bg-yellow-300

### Search

`[params.enableSearch]` option is used to enable search option in the theme.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blist",
"version": "1.1.0",
"version": "1.2.0",
"description": "Blist is a clean and fast blog theme for your Hugo site.",
"main": "index.js",
"repository": "https://github.com/apvarun/blist-hugo-theme",
Expand Down

0 comments on commit b1fd0de

Please sign in to comment.