summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Provide ability to include custom scripts in the themSerghei Iakovlev2022-05-292-3/+9
|
* Update change logSerghei Iakovlev2022-05-291-1/+1
|
* Add pagination supportSerghei Iakovlev2022-05-2910-58/+127
|
* Fix url to sitemap in robots.txt fileSerghei Iakovlev2022-05-292-1/+2
|
* Correct link to all postsSerghei Iakovlev2022-05-291-1/+1
|
* Correct link to all postsSerghei Iakovlev2022-05-291-1/+1
|
* Provide ability to get list of all postsSerghei Iakovlev2022-05-296-7/+49
|
* Fix default section type for the `params.mainSections`Serghei Iakovlev2022-05-296-16/+17
|
* Update gitattriburesSerghei Iakovlev2022-05-291-4/+7
|
* Fix code styleSerghei Iakovlev2022-05-292-4/+4
|
* Add contributing docSerghei Iakovlev2022-05-291-0/+123
|
* Provide issues templateSerghei Iakovlev2022-05-282-0/+65
|
* Add funding setupSerghei Iakovlev2022-05-281-0/+1
|
* Code cleanupSerghei Iakovlev2022-05-281-1/+1
|
* Update documentationSerghei Iakovlev2022-05-281-1/+1
|
* Help linterSerghei Iakovlev2022-05-283-0/+6
|
* Provide ability to render feeds menuSerghei Iakovlev2022-05-283-14/+46
|
* Provide an ability to use `keywords` meta tagSerghei Iakovlev2022-05-284-1/+13
|
* Add `{{< mini-toc >}}` shortcodeSerghei Iakovlev2022-05-283-0/+6
|
* Amend i18nSerghei Iakovlev2022-05-283-1/+7
|
* Provide an ability to use hreflang attribute in raw linksSerghei Iakovlev2022-05-283-4/+16
|
* Correct documentationSerghei Iakovlev2022-05-282-2/+2
|
* Simplified documentationSerghei Iakovlev2022-05-287-30/+31
|
* Added multilanguage supportSerghei Iakovlev2022-05-2819-38/+122
|
* Footer text now is fully optionalSerghei Iakovlev2022-05-284-18/+28
|
* include content with publishdate in the future for preview buildsSerghei Iakovlev2022-05-281-1/+1
|
* Fix margin bottom on the nested ULs for page TOCSerghei Iakovlev2022-05-284-1/+22
|
* Do not index 404.html pageSerghei Iakovlev2022-05-282-0/+2
|
* Rework the "Latest Publications" sectionSerghei Iakovlev2022-05-286-16/+45
|
* Reformat default 404 pageSerghei Iakovlev2022-05-284-6/+37
|
* Amend documentationSerghei Iakovlev2022-05-271-2/+2
|
* Amend documentationSerghei Iakovlev2022-05-271-2/+9
|
* Amend documentationSerghei Iakovlev2022-05-271-1/+4
|
* Correct documentationSerghei Iakovlev2022-05-271-1/+1
|
* Update .gitattributes to correct display code on GitHubSerghei Iakovlev2022-05-271-1/+2
|
* Do not show "Latest Publications" if there are no publicationsSerghei Iakovlev2022-05-275-5/+15
|
* Amend documentationSerghei Iakovlev2022-05-273-52/+17
|
* Bump versionSerghei Iakovlev2022-05-274-4/+6
|
* Update changelogSerghei Iakovlev2022-05-271-0/+4
|
* Fix indentsSerghei Iakovlev2022-05-271-74/+74
|
* Code cleanupSerghei Iakovlev2022-05-271-4/+0
|
* Migrate to formspark.ioSerghei Iakovlev2022-05-279-9/+32
|
* Setup contact formSerghei Iakovlev2022-05-2711-3/+357
|
* Update screenshotSerghei Iakovlev2022-05-271-2/+7
|
* Add screenshotsSerghei Iakovlev2022-05-272-0/+0
|
* Update project descriptionSerghei Iakovlev2022-05-271-9/+4
|
* Fix baseURL fir sample siteSerghei Iakovlev2022-05-271-1/+1
|
* Update dependenciesSerghei Iakovlev2022-05-271-26/+26
|
* Merge pull request #1 from sergeyklay/dependabot/npm_and_yarn/eslint-8.16.0Serghei Iakovlev2022-05-272-26/+26
|\ | | | | Bump eslint from 8.15.0 to 8.16.0
| * Bump eslint from 8.15.0 to 8.16.0dependabot[bot]2022-05-262-26/+26
|/ | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 8.15.0 to 8.16.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.15.0...v8.16.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>