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-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-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-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-10-04fix: display description when existsWang Chucheng
Closes #136
2021-07-08fix: inconsistent utterances color schemeWang Chucheng
Closes #122
2021-07-05fix: incorrect escape character display in summaryWang Chucheng
Closes #123
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-11feat: recursive enableComment paramWang Chucheng
BREAKING CHANGES: Param `comment.platform` in params.yaml is deprecated.
2021-04-11feat: add utterances supportWang Chucheng
2021-04-09refactor: improve repoEditURLWang Chucheng
BREAKING CHANGES: Param 'repoURL' in params.yaml is deprecated.
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-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-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-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-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-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-21refactor: use relative urls in menuWang Chucheng
2020-12-18refactor: header menusWang Chucheng
2020-12-17fix: 404 top marginv0.3.1Wang Chucheng
2020-12-17fix: empty featured placeholderWang Chucheng
2020-12-15feat: featured videov0.3.0Wang Chucheng
Closes #15
2020-12-12feat: customize title separatorWang Chucheng
2020-12-09fix: jumping scrollbarWang Chucheng
Closes #14
2020-11-27fix: external images in config paramsv0.2.1Wang Chucheng
2020-11-27refactor: improve headWang Chucheng
2020-11-27fix: images cannot be named freelyWang Chucheng
Closes #13
2020-11-24refactor: unify asset formatWang Chucheng
2020-11-21style: use primary color for borders inside katexv0.2.0Wang Chucheng
2020-11-21feat: KaTeX supportWang Chucheng
Closes #9