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
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
2021-03-27fix: make KaTeX options case sensitiveWang Chucheng
2021-03-21refactor: migrate docs url to hugo-eurekaWang Chucheng
2021-03-18chore: add git repo sync actionWang Chucheng
2021-03-12docs: add badges to READMEv0.6.0Wang Chucheng
Closes #36
2021-03-06refactor: add translations to color scheme list (#76)Junle Qian
* Add archive layout * Correct posts range Correct posts range in custom theme's archive layout so that doc pages don't get accidentally archived in posts archive layout. * Force HTTPS * Add Chinese support for light switch * Normalize Archive page CSS style * Separate archive content from article div * Remove archive layout for feature exclusion * refactor: change translations Co-authored-by: Wang Chucheng <me@wangchucheng.com>
2021-03-03refactor: deprecate .GetParamWang Chucheng
Closes #73
2021-02-27fix: unable to change highlightjs style (#66)Mikhail Kuklin
2021-02-21refactor: fix some typos in the french translation (#65)Éric Guirbal
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-02-08Add french i18n file (#61)clubmed695
Co-authored-by: clubmed695 <clubmed695@disroot.org>
2021-02-03refactot: add homepage index archetypeWang Chucheng
2021-02-02refactor: add experiences archetype (#52)Kim Laberinto
* Add experiences archetype * Update to only one item on experiences archetype
2021-02-01refactor: remove unnecessary line (#53)Kim Laberinto
2021-01-31feat: add custom highlightjs languagesWang Chucheng
2021-01-30fix: fix render error when scale is nullWang Chucheng
2021-01-30fix: markdown render error for experiences writeup (#44)Kim Laberinto
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-25feat: add markdownify to about front matter (#33)Kim Laberinto
* Add markdownify to About bio, role, and organization * Update layouts/partials/widgets/about.html Co-authored-by: C. Wang <38368052+wangchucheng@users.noreply.github.com> * Update layouts/partials/widgets/about.html Co-authored-by: C. Wang <38368052+wangchucheng@users.noreply.github.com> * Update about.html Co-authored-by: C. Wang <38368052+wangchucheng@users.noreply.github.com>
2021-01-24docs: add issue templatesWang Chucheng
2021-01-22feat: add Italian supportC. Wang
2021-01-22Create it.tomlMirko Caserta
2021-01-21style: add top border to selected menu itemv0.5.0Wang Chucheng
2021-01-21docs: update licenseWang Chucheng
2021-01-18style: author pageWang Chucheng
2021-01-09fix: readMore linkWang Chucheng
Closes #28
2021-01-07style: add blank line after first paragraphWang Chucheng
2020-12-28fix: schema context urlWang Chucheng
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-24Merge branch 'master' of https://github.com/wangchucheng/hugo-eurekaWang Chucheng
2020-12-24fix: postcss version problemWang Chucheng