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-20chore: update the branch name of Eureka StartersHEADmasterWANG Chucheng
2022-06-01fix: update resource cache for Hugo 0.100v0.9.3WANG Chucheng
2022-05-27docs: update sponsor informationWANG Chucheng
2022-05-27fix: can not use cached resourcesv0.9.2WANG Chucheng
Closes #193
2022-04-11fix: change same origin asset integrity checkWANG Chucheng
Closes #172, #180
2022-03-31fix: fail to get default styleWANG Chucheng
Closes #176
2022-03-24feat: add configurable colors and fontsWANG Chucheng
2022-03-09chore: update dependenciesv0.9.1WANG Chucheng
2022-02-11feat: add Portuguese translation (#164)Pedro Lima
2022-02-10style: improve icon margins in author pageWANG Chucheng
2022-02-10style: improve readability on mobile devices (#166)WANG Chucheng
2022-02-07style: make colors more coordinatedWANG Chucheng
2022-02-06fix: scroll blockquote when necessaryWANG Chucheng
2022-02-06style: improve typographyWANG Chucheng
2022-02-04refactor: allow users to disable highlight.jsWANG Chucheng
Closes #141
2022-02-03refactor: reduce Font Awesome size with tree shakingWANG Chucheng
2022-01-28refactor: upgrade to Tailwind CSS v3v0.9.0WANG Chucheng
2022-01-28fix: use min instead of mins in EnglishWANG Chucheng
2022-01-27chore: add release actionWANG Chucheng
2022-01-26fix: use purged css resourcesWANG 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
2022-01-25fix: use the singular form of experienceWang Chucheng
BREAKING CHANGES: Value `experiences` for `widget.handler` in homepage/experiences.md is deprecated. Please use `experience` instead.
2021-12-03feat: add Spanish i18n (#145)Violeta Sosa
2021-11-10fix: purge css resourcesv0.8.4Wang Chucheng
2021-10-04refactor: remove showcase link in READMEv0.8.3Wang Chucheng
2021-10-04fix: display description when existsWang Chucheng
Closes #136
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-07-28feat: add zh-Hant and jp (#129)allmwh
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-06refactor: update fr.yaml (#124)ECTHRwatch
I added the French translations for "Dark mode" "Light mode" and "Automatic mode"
2021-07-06refactor: add default monospace as the last choice for mono fonts (#121)Lei Zhang
* Add default monospace as the last choice for mono fonts Previously there are just two hardcoded fonts for Apple platforms. For other operating systems, code was rendered using serif font. * chore: regenerate resource cache Co-authored-by: Wang Chucheng <me@wangchucheng.com>
2021-07-05fix: incorrect escape character display in summaryWang Chucheng
Closes #123
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-26feat: add Korean i18n support (#103)jungwone
* add korean i18n support * Update ko.yaml Co-authored-by: jungwonekim <77596488+jungwonekim@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-21feat: recursive repoEditURLv0.8.0Wang Chucheng
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
2021-04-18feat: support Valine (#79)Herbert
* feat: support valine * ui: impove valine UI * feat: support valine options * fix: remove valine serverURLs option * refactor: load params in a more flexible way * feat: custom editThisPage repo branch * cRevert "feat: custom editThisPage repo branch" This reverts commit 36923ac30de6c3a690fa7407e534c5395bafcb18. Co-authored-by: Wang Chucheng <me@wangchucheng.com>
2021-04-16feat: add polish i18n support (#95)Jakub Cabak
2021-04-15docs: add showcase linkWang Chucheng
2021-04-11feat: recursive enableComment paramWang Chucheng
BREAKING CHANGES: Param `comment.platform` in params.yaml is deprecated.
2021-04-11feat: add utterances supportWang Chucheng
2021-04-10chore: use a specific version of git repo syncWang Chucheng
2021-04-09refactor: improve repoEditURLWang Chucheng
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
2021-04-08feat: add German i18n support (#90)deining
2021-04-06feat: add russian i18n support (#87)Wang Chucheng
2021-04-03chore: upgrade to tailwindcss 2.0v0.7.0Wang Chucheng
Closes #78
2021-03-31feat: add mermaid supportWang Chucheng
Closes #26