🔖 Release v2.2.1

pull/775/head v2.2.1
James Panther 2022-05-25 14:26:21 +10:00
commit 1416c7253e
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
12 changed files with 69 additions and 16602 deletions

View File

@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
## [2.2.1] - 2022-05-25
### Changed
- Upgrade to Mermaid v9.1.1 ([#194](https://github.com/jpanther/congo/pull/194))
- Upgrade to Fuse.js v6.6.2 ([#195](https://github.com/jpanther/congo/pull/195))
- Upgrade KaTeX to v0.15.6 ([#202](https://github.com/jpanther/congo/pull/202))
### Fixed
- Main content area doesn't grow to window height ([#201](https://github.com/jpanther/congo/issues/201))
## [2.2.0] - 2022-05-09
### Added
@ -421,7 +433,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Advanced customisation using simple Tailwind colour definitions and styles
- Fully documented
[unreleased]: https://github.com/jpanther/congo/compare/v2.2.0...HEAD
[unreleased]: https://github.com/jpanther/congo/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/jpanther/congo/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/jpanther/congo/compare/v2.1.3...v2.2.0
[2.1.3]: https://github.com/jpanther/congo/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/jpanther/congo/compare/v2.1.1...v2.1.2

View File

@ -1,4 +1,4 @@
/*! Congo v2.2.0 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.2.1 | MIT License | https://github.com/jpanther/congo */
/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com */

View File

@ -1,4 +1,4 @@
/*! Congo v2.2.0 | MIT License | https://github.com/jpanther/congo */
/*! Congo v2.2.1 | MIT License | https://github.com/jpanther/congo */
@tailwind base;
@tailwind components;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@ Before creating any content, there are a few things you should set for a new ins
```toml
# config/_default/config.toml
baseURL = "https://your_domain.com"
baseURL = "https://your_domain.com/"
languageCode = "en"
```

View File

@ -19,7 +19,6 @@ Real websites that are built with Congo.
| ---------------------------------------------------------------------- | ---------------------------- |
| [jamespanther.com](https://jamespanther.com) | Personal site - Theme author |
| [srisco.dev](https://srisco.dev) | Personal site |
| [theophile-roos.fr](https://theophile-roos.fr) | Personal site |
| [antoinesoetewey.com](https://antoinesoetewey.com/) | Personal site |
| [leif.io](https://leif.io/) | Personal site and Tech blog |
| [dr460nf1r3.org](https://dr460nf1r3.org/) | Personal site and Blog |
@ -29,5 +28,7 @@ Real websites that are built with Congo.
| [jeremic.ca](https://jeremic.ca) | Personal site and Blog |
| [rohn.tech](https://rohn.tech) | Personal site |
| [klimafreundlicher-kochen.de](https://www.klimafreundlicher-kochen.de) | Food blog (in German) |
| [seyslee.github.io](https://seyslee.github.io) | Tech blog (in Korean) |
| [datanalyze.be/](https://datanalyze.be/) | Professional site |
**Congo user?** To add your site to this list, [submit a pull request](https://github.com/jpanther/congo/blob/dev/exampleSite/content/users.md).

View File

@ -26,7 +26,7 @@
>
</div>
{{- partial "header.html" . -}}
<div class="relative">
<div class="relative flex flex-col grow">
<main id="main-content" class="grow">
{{- block "main" . }}{{- end }}
{{ if and (.Site.Params.showScrollToTop | default true) (gt .WordCount 200) }}
@ -44,10 +44,10 @@
</div>
{{ end }}
</main>
{{- partial "footer.html" . -}}
{{ if .Site.Params.enableSearch | default false }}
{{- partial "search.html" . -}}
{{ end }}
{{- partial "footer.html" . -}}
</div>
</body>
</html>

16623
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "hugo-congo-theme",
"version": "2.2.0",
"version": "2.2.1",
"description": "Congo theme for Hugo",
"main": "index.js",
"scripts": {
@ -31,11 +31,11 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"chart.js": "^3.7.1",
"fuse.js": "^6.6.1",
"katex": "^0.15.3",
"mermaid": "^9.0.1",
"fuse.js": "^6.6.2",
"katex": "^0.15.6",
"mermaid": "^9.1.1",
"prettier": "^2.6.2",
"prettier-plugin-go-template": "^0.0.12",
"prettier-plugin-go-template": "^0.0.13",
"rimraf": "^3.0.2",
"tailwindcss": "^3.0.24",
"vendor-copy": "^3.0.1"