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-24feat: add configurable colors and fontsWANG Chucheng
2022-03-09chore: update dependenciesv0.9.1WANG Chucheng
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-01-28refactor: upgrade to Tailwind CSS v3v0.9.0WANG 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
2021-11-10fix: purge css resourcesv0.8.4Wang Chucheng
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-04-03chore: upgrade to tailwindcss 2.0v0.7.0Wang Chucheng
Closes #78
2021-02-11fix: KaTeX formula overflowWang Chucheng
Use a scrollbar and keep the formula as one line. Because KaTeX does not support auto break for now. See KaTeX/KaTeX#1023. The day of submitting this commit is the Chinese New Year. I wish everyone who saw this commit a happy Chinese New Year! Closes #62
2021-01-30feat: add experiences widget (#37)Kim Laberinto
* Add experiences widget in card style format * Add basic styling to dates and location in experiences * Add example for experiences widget * Adjust formatting as suggested * Adjust style of location and dates * Omits seperator if organization or location is not provided * Fix tabs/spacing of code * Adds hide_entry optional variable * Add organization name and url hyperlinking * Update example experiences widget with new features * Reorder widgets on homepage * refactor: make experiences responsive * Remove hide_entry * Refactor experiences code * refactor: migrate from toml to yaml Co-authored-by: Wang Chucheng <me@wangchucheng.com> Closes #35
2021-01-28refactor: migrate from toml to yamlWang Chucheng
2021-01-21style: add top border to selected menu itemv0.5.0Wang Chucheng
2021-01-18style: author pageWang Chucheng
2021-01-09fix: readMore linkWang Chucheng
Closes #28
2020-12-27feat: widget system for configuring homepagev0.4.0Wang Chucheng
BREAKING CHANGE: Param 'hero' in params.toml is deprecated. BREAKING CHANGE: Param 'icon_pack' in %q is deprecated. Use 'iconPack'. BREAKING CHANGE: 'doc_list' in doc layout is deprecated. Use 'doc-list'. Closes #11
2020-12-17fix: 404 top marginv0.3.1Wang Chucheng
2020-12-15feat: featured videov0.3.0Wang Chucheng
Closes #15
2020-12-09fix: jumping scrollbarWang Chucheng
Closes #14
2020-11-21style: use primary color for borders inside katexv0.2.0Wang Chucheng
2020-11-15fix: toc auto scrollWang Chucheng
2020-11-06style: change font size of author nameWang Chucheng
2020-10-31refactor: improve google fontsWang Chucheng
2020-10-31chore: upgrade dependenciesv0.1.2Wang Chucheng
2020-10-31feat: customize date formatWang Chucheng
2020-10-29feat: add docs version managementWang Chucheng
2020-10-19chore: change resources locationv0.1.0Wang Chucheng