Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-01fix: update resource cache for Hugo 0.100v0.9.3WANG Chucheng
2022-05-27fix: can not use cached resourcesv0.9.2WANG Chucheng
Closes #193
2022-03-31fix: fail to get default styleWANG Chucheng
Closes #176
2022-03-09chore: update dependenciesv0.9.1WANG Chucheng
2022-02-06style: improve typographyWANG Chucheng
2022-01-28refactor: upgrade to Tailwind CSS v3v0.9.0WANG Chucheng
2022-01-26feat: add RTL layout support and Arabic localization (#159)Rami Sabbagh
* Add direction attribute to the <html> tag So rtl layout can be activated * Add `tailwindcss-rtl` Which brings very handy RTL support to Tailwind CSS * Load the `tailwindcss-rtl` plugin * Find and replace many classes into RTL capable ones * Find and replace many classes into RTL capable ones * Update the prebuilt css * Add Arabic localization * Fix code blocks, force their layout to LTR * Update the prebuilt css * Minor improvement to the Arabic localization * Add singular/plural support for `readingTime` By following [hugo docs](https://gohugo.io/content-management/multilingual/#query-a-singularplural-translation) * Add a singular form of `readingTime` for Arabic * Add a singular form of `readingTime` for English * Add an additional variant for `readingTime` in the Arabic localization In Arabic we have a plural for dual, and a plural for 3+. * Fix left and right arrows not being flipped in RTL I had to manually flip them in each place * Revert "Add a singular form of `readingTime` for English" This reverts commit 73482b600ed7da5fb37b2b5f7d88384a32de18b1. * Add singular variant for `readingTime` in EN localization
2021-11-10fix: purge css resourcesv0.8.4Wang Chucheng
2021-08-29chore: bump path-parse from 1.0.6 to 1.0.7 (#130)dependabot[bot]
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-30chore: bump browserslist from 4.16.3 to 4.16.6 (#107)dependabot[bot]
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. - [Release notes](https://github.com/browserslist/browserslist/releases) - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md) - [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13chore: bump postcss from 8.2.9 to 8.2.10 (#100)dependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.9...8.2.10) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-09refactor: improve repoEditURLWang Chucheng
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
2021-04-03chore: upgrade to tailwindcss 2.0v0.7.0Wang Chucheng
Closes #78
2020-12-24fix: postcss version problemWang Chucheng
2020-10-31chore: upgrade dependenciesv0.1.2Wang Chucheng
2020-07-20build(deps): bump lodash from 4.17.15 to 4.17.19dependabot[bot]
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
2020-05-13refactor: migrate to tailwindcssWang Chucheng