summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to giscus themingSerghei Iakovlev2024-04-151-0/+2
|
* Update documentationSerghei Iakovlev2024-04-151-8/+29
|
* Update Content-Security-Policy for netlifySerghei Iakovlev2024-04-152-12/+12
|
* Update documentationSerghei Iakovlev2024-04-153-4/+5
|
* Amend documentationSerghei Iakovlev2024-04-141-38/+52
|
* Amend documentationSerghei Iakovlev2024-04-144-8/+103
|
* Provide an ability to use comments formSerghei Iakovlev2024-04-144-0/+102
|
* Move site author configuration to paramsSerghei Iakovlev2024-04-1413-44/+219
|
* Update documentationSerghei Iakovlev2024-04-141-5/+15
|
* Update GitHub Workflow triggersSerghei Iakovlev2024-04-143-17/+14
|
* Correct artifact nameSerghei Iakovlev2024-04-141-1/+1
|
* Test latest known Hugo versionSerghei Iakovlev2024-04-143-26/+21
|
* Correct code styleSerghei Iakovlev2024-04-141-6/+6
|
* Add tests for atom updated, and rss lastBuildDate fieldsSerghei Iakovlev2024-04-144-11/+487
|
* Use .Site.Lastmod if .Site.Hugo.Version greater than or equal to v0.123.0Serghei Iakovlev2024-04-144-7/+46
|
* Replace Go script with Node.js implementationSerghei Iakovlev2024-04-136-68/+79
|
* Bump @types/node from 20.12.5 to 20.12.7dependabot[bot]2024-04-132-7/+7
| | | | | | | | | | | | | | Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix broken link in documentationSerghei Iakovlev2024-04-072-1/+5
|
* Replace deprecated --verbose flag with --logLevel infoSerghei Iakovlev2024-04-072-1/+5
| | | | | | The --verbose flag has been deprecated in Hugo v0.114.0 and will be removed in future releases. Update the npm script for 'server' to use --logLevel info instead, as per Hugo's recommendation.
* Use Hugo's module imports for theme configurationSerghei Iakovlev2024-04-072-4/+9
| | | | | | - Remove the `theme` variable from config.yaml - Add the theme's repository path to the `imports` section under `module` - Update comments to clarify the purpose of the `imports` section
* Updated the minimum required Hugo version to 0.114.0Serghei Iakovlev2024-04-078-7/+11
|
* Update dependencies for example siteSerghei Iakovlev2024-04-072-3/+3
|
* Update change logSerghei Iakovlev2024-04-071-1/+3
|
* Update link to GitHub's reactions featureSerghei Iakovlev2024-04-071-1/+1
|
* Update copyright yearSerghei Iakovlev2024-04-072-2/+2
|
* Git ignore /exampleSite/publicSerghei Iakovlev2024-04-071-0/+2
|
* Update change logSerghei Iakovlev2024-04-071-1/+16
|
* Bump versionSerghei Iakovlev2024-04-072-2/+2
|
* Amend testsSerghei Iakovlev2024-04-075-22/+88
|
* Amend E2E testSerghei Iakovlev2024-04-071-7/+7
|
* Audit packagesSerghei Iakovlev2024-04-071-0/+3
|
* Add Playwright configSerghei Iakovlev2024-04-071-0/+80
|
* Update workflows/jobs namesSerghei Iakovlev2024-04-072-4/+4
|
* Add support of E2E tests using PlaywrightSerghei Iakovlev2024-04-076-3/+181
|
* Use latest ubuntu on CI, as well as node cacheSerghei Iakovlev2024-04-072-8/+12
|
* Correct editorconfig-checker version declarationSerghei Iakovlev2024-04-062-2/+2
|
* Bump eslint from 8.57.0 to 9.0.0Serghei Iakovlev2024-04-065-340/+196
|
* Rename master branch to mainSerghei Iakovlev2024-04-067-14/+14
|
* Bump editorconfig-checker from 5.1.2 to 5.1.5Serghei Iakovlev2024-04-062-4/+6
|
* Use latest LTS Node.js versionSerghei Iakovlev2024-04-063-208/+640
|
* Replace deprecated io/ioutil call on CI stageSerghei Iakovlev2024-04-061-3/+3
| | | | Starting from Go 1.16 io/ioutil is deprecated
* Bump peaceiris/actions-hugo from 2 to 3dependabot[bot]2024-04-061-1/+1
| | | | | | | | | | | | | | | Bumps [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) from 2 to 3. - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v3) --- updated-dependencies: - dependency-name: peaceiris/actions-hugo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump eslint from 8.56.0 to 8.57.0dependabot[bot]2024-04-062-29/+29
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update security policySerghei Iakovlev2024-04-061-3/+7
|
* Bump actions/cache from 3 to 4dependabot[bot]2024-02-081-1/+1
| | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump eslint from 8.55.0 to 8.56.0dependabot[bot]2024-02-082-14/+14
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.55.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github/codeql-action from 2 to 3dependabot[bot]2024-02-081-3/+3
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump eslint from 8.54.0 to 8.55.0dependabot[bot]2023-12-072-12/+12
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump eslint from 8.52.0 to 8.54.0dependabot[bot]2023-11-302-27/+27
| | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.54.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.52.0...v8.54.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump editorconfig-checker from 5.1.1 to 5.1.2dependabot[bot]2023-11-292-4/+4
| | | | | | | | | | | | | | | Bumps [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker.javascript) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/editorconfig-checker/editorconfig-checker.javascript/releases) - [Changelog](https://github.com/editorconfig-checker/editorconfig-checker.javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/editorconfig-checker/editorconfig-checker.javascript/commits) --- updated-dependencies: - dependency-name: editorconfig-checker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>