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
path: root/assets
AgeCommit message (Collapse)Author
2022-03-31fix: fail to get default styleWANG Chucheng
Closes #176
2022-03-24feat: add configurable colors and fontsWANG 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
2021-07-06fix: cannot switch color scheme without utterancesv0.8.1Wang 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-11feat: recursive enableComment paramWang Chucheng
BREAKING CHANGES: Param `comment.platform` in params.yaml is deprecated.
2021-04-11feat: add utterances supportWang 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-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-21style: add top border to selected menu itemv0.5.0Wang Chucheng
2021-01-07style: add blank line after first paragraphWang 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-09fix: jumping scrollbarWang Chucheng
Closes #14
2020-11-21style: use primary color for borders inside katexv0.2.0Wang Chucheng
2020-11-18feat: customize default color schemeWang Chucheng
2020-11-15fix: toc auto scrollWang Chucheng
2020-10-31refactor: improve google fontsWang Chucheng
2020-10-29feat: add docs version managementWang Chucheng
2020-10-18chore: improve build processWang Chucheng
2020-10-16feat: add doc layoutWang Chucheng
2020-09-26refactor: improve image loadWang Chucheng
2020-09-25fix: color schema buttonWang Chucheng
2020-09-23feat: improve paginationWang Chucheng
2020-09-23feat: improve navbarWang Chucheng
2020-06-15fix: change the navbar height to bridge the gapWang Chucheng
2020-05-28refactor: change url format from relURL to absURLWang Chucheng
2020-05-27refactor: improve the color schemeWang Chucheng
2020-05-27docs: add authors to exampleSiteWang Chucheng
2020-05-26feat: featured image supportWang Chucheng
2020-05-26refactor: change exampleSiteWang Chucheng
2020-05-25refactor: add alt to og:localeWang Chucheng
2020-05-25style: improve dark modeWang Chucheng
2020-05-23style: add featured imageWang Chucheng
2020-05-21feat: add og supportWang Chucheng
2020-05-17style: brand new index.htmlWang Chucheng
2020-05-16style: add tag and commento to single post pageWang Chucheng
2020-05-16Merge branch 'master' of github.com:wangchucheng/hugo-eurekaWang Chucheng
2020-05-16feat: basic styleWang Chucheng
2020-05-15style: change details page stylemalechiMLC
2020-05-15style: change details pagemalechiMLC
2020-05-15style: add semantic colorWang Chucheng
2020-05-15style: change about pagemalechiMLC
2020-05-15refactor: change the base styleWang Chucheng