Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-09chore: clean up resources folderreuixiy
Since the new https://github.com/gohugoio/hugoThemesSiteBuilder no longer has this requirement.
2021-04-11fix(css): add transition for headerreuixiy
2021-04-10chore: update resources folderreuixiy
2021-01-10fix(a11y): increase width of scrollbarreuixiy
2021-01-09fix(css): margin issue of nested ol/ulreuixiy
2020-09-19fix: deprecation warning of !global assignmentsreuixiy
and margin issue of post-copyright.
2020-08-22fix(style): margin issue in tocreuixiy
...which is caused by the last commit.
2020-08-22fix(style): margin issue of nested ordered/unordered listreuixiy
2020-08-09refactor: use CSS-only method for smooth scrollingreuixiy
See https://github.com/cferdinandi/smooth-scroll Update #146
2020-06-12refactor: use semantic HTML for tree postsreuixiy
Fixed #197
2020-06-12chore: localized Chinese config & improve typographyreuixiy
2020-06-10fix: make dark theme brighter (#195)reuixiy
The dark theme is not the night theme, so I think we need to increase the contrast for better reading experience.
2020-06-07refactor: Improve code highlighting (#188)Wladimir Palant
* refactor: Do not rely on JavaScript for code highlighting, make dark and light themes consistent * fix: Image brightness reduction in dark mode should work with implicitly selected theme (regression from #169) * chore: Rename dark-theme style file into them-switcher and removed unused code * chore: Update resources folder BREAKING CHANGE: Highlighting customization now works by overriding CSS variables, no longer by overriding theme-specific files
2020-05-23fix: search on mobile and make url relative (#172)reuixiy
Fixes #171 * fix: search on mobile and make url relative * fix: add checkInput() function for `scroll` listener too Sometimes there are some unknown `scroll` events on mobile... * Use contains() * chore: relative-url.html doesn't expect file names starting with a slash * fix: Only react to window resizes if nav toggle is no longer visible * chore: Remove console.log() call * refactor: replace resize listener with media query * chore: update resources folder Co-authored-by: Wladimir Palant <fqcgithub@palant.de>
2020-05-21feat: Added search capability via lunr (#165)Wladimir Palant
Fixes #163 * feat: Added search capability via lunr * doc: Fixed typo * chore: Updated resource files of the example site * chore: Remove unnecessary div wrapping search results * chore: Reverted change of the config documentation * chore: Ordered config entries correctly * fix: Update document title when displaying search results * fix: Handle a 404 error when downloading search index * Use menu variable for icon * Adjust search icon's style * fix: Make back button work for restoring previous page state * fix: Respect search state even when coming back from another page or site * fix: Support non-English languages * chore: port config.toml to zh-cn * i18n: add zh, pt-br translations * Increase `postWidth` and `listWidth` to `39em` Otherwise search box will warp to a new line. * Update screenshots * Update resources * fix: Update URL when searching Co-authored-by: reuixiy <reuixiy@gmail.com>
2020-05-21fix: Respect user's preferred theme even when JavaScript isn't enabled (#169)Wladimir Palant
2020-05-21fix: Do not rely on JavaScript to determine header width (#168)Wladimir Palant
2020-05-18refactor: simplify multilingual.htmlreuixiy
2020-05-18fix: Improve accessibility of the theme switcher (#160)Wladimir Palant
* fix: Improve accessibility of the theme switcher * Added some styles back, these aren't redundant in "center" header mode * Restore data-hide attribute * chore: update resources folder with example config.toml * Hide theme switcher's parent via CSS when theme switcher isn't visible * chore: Fixed whitespace * Don't emit the theme switcher's parent at all if theme switcher is hidden Co-authored-by: reuixiy <reuixiy@gmail.com>
2020-05-17chore: update exampleSitereuixiy
2020-05-17refactor: Use SVG icon for theme switcher (#155)reuixiy
Fixes #144 * Use SVG icon for theme switcher * Replace innerHTML with CSS selectors * Add some magic to moon icon * Update sun icon * Simplify * Do not add icons if theme switcher is hidden * Fix a careless bug
2020-05-15feat: Allow to limit the number of articles listed per taxonomy entry (#148)Wladimir Palant
* Fixes #147 - Allow to limit the number of articles listed per taxonomy entry * Improved styling of the "Read more" link * Move the position and respect the ruler of 42 * Add new param to zh-cn/config.toml * Correct zh-cn translation of readMore * Update resources folder Co-authored-by: reuixiy <reuixiy@gmail.com>
2020-05-04feat: support social media iconsreuixiy
See #123
2020-04-13fix(style): font-size bug in mobile safarireuixiy
fixed #109
2020-04-12fix(style): overflow and font-size bug in safarireuixiy
fixes #109
2020-04-10fix(style): margin issue of caption in layout "poetry"reuixiy
2020-04-10fix(style): margin issues of layout "poetry"reuixiy
...which are caused by `display: table`.
2020-04-07fix(style): add tab-size support for firefoxreuixiy
fixed #105
2020-04-03fix(style): make color in dark mode less dazzlingreuixiy
...one last time...
2020-04-03fix(style): make color in dark mode less dazzlingreuixiy
...again and again...
2020-04-03fix(style): make the bg-color of dark mode darkerreuixiy
2020-04-02fix(style): make color in dark mode less dazzlingreuixiy
...again
2020-04-02fix(style): font-size of copy buttonreuixiy
2020-04-02fix(style): make color in dark mode less dazzlingreuixiy
2020-03-25fix(style): add transition, fix color contrastreuixiy
2020-03-24fix: make dark mode more gorgeousreuixiy
2020-03-22chore: re-commit resources with v0.68.1reuixiy
See https://github.com/gohugoio/hugoThemes/issues/822
2020-03-22feat: change default highlight themereuixiy
light: `rainbow_dash` dark: `dracula` https://xyproto.github.io/splash/docs/all.html
2020-03-21fix: i18n of script and stylereuixiy
See https://github.com/gohugoio/hugo/issues/7070
2020-03-20feat: add autohide param for copy buttonreuixiy
2020-03-19feat: add copy button and scroll for code blocksreuixiy
Note that you need to add the related new params to `config.toml` by yourself. Otherwise, these feats can't be appended. closes #76
2020-03-08perf: replace `calc()` with `rem`reuixiy
...this commit also fix style of home-posts page
2020-03-07fix: style of menu barreuixiy
2020-03-07fix: style of langs on mobilereuixiy
2020-03-07refactor: remove i18n's region subtagreuixiy
BREAKING CHANGE: config.toml is changed This commit modifies some configuration params. Please be sure to check the modification history of the configuration file and modify related items after the update! https://github.com/reuixiy/hugo-theme-meme/commits/master/config-examples
2020-03-06perf: add throttle for scroll and resize listenerreuixiy
via https://www.30secondsofcode.org/js/s/throttle/
2020-03-06fix: add backdrop-filter support for safarireuixiy
2020-03-06fix: style of header when `enableNavToggle = false`reuixiy
2020-03-06fix: style of medium zoomreuixiy
2020-03-05fix: hide back-to-top on mobilereuixiy