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-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
2020-12-21docs: create sponsor buttonC. Wang
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
2020-11-18feat: customize default color schemeWang Chucheng
2020-11-15fix: toc auto scrollWang Chucheng
2020-11-12docs: update README and tagsWang Chucheng