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-10-04refactor: remove showcase link in READMEv0.8.3Wang Chucheng
2021-07-28refactor: use custom domain for hugo modulesWang Chucheng
2021-07-09docs: update demo urlv0.8.2Wang Chucheng
2021-07-08fix: inconsistent utterances color schemeWang Chucheng
Closes #122
2021-07-06fix: cannot switch color scheme without utterancesv0.8.1Wang Chucheng
2021-07-05fix: incorrect escape character display in summaryWang Chucheng
Closes #123
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-21feat: recursive repoEditURLv0.8.0Wang Chucheng
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
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-12-18refactor: header menusWang Chucheng
2020-10-31chore: upgrade dependenciesv0.1.2Wang Chucheng
2020-10-07refactor: update package.jsonWang Chucheng
2020-05-13refactor: migrate to tailwindcssWang Chucheng