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
2020-03-11fix: remove crappy param `compatibleWithLaTeX`reuixiy
Fixed #50 BREAKING CHANGE: `compatibleWithLaTeX` is removed If you have enabled this param before, you can replace this feature with HTML `<div>` or `<span>` tag, e.g. <div> $$ ... $$ </div> inline math <span>$...$</span> ...which prevents LaTeX code from being processed by the Markdown renderer. Sorry for the inconvenience *again* :(
2020-03-11feat: add mermaid support (#75)reuixiy
usage 1. enable mermaid in post's front matter, e.g. --- mermaid: true 2. include content with `<div>`, e.g. <div class="mermaid"> graph TD; A-->B; A-->C; B-->D; C-->D; </div>
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-05feat: update google fonts css api to v2reuixiy
See https://developers.google.com/fonts/docs/css2 https://fonts.google.com
2020-03-05fix: remove `subset=chinese-simplified`reuixiy
2020-03-04feat: new param `displayFooterInHome`reuixiy
2020-03-04feat: brand new header layout flexreuixiy
BREAKING CHANGE: config.toml is changed This commit removes 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-02feat: support instant pagereuixiy
2020-03-02perf: drop instantclick supportreuixiy
2020-02-27feat: new param `tocNum`reuixiy
close #71
2020-02-23perf: remove outdated keywords metareuixiy
2020-02-11feat: add `displayShareOnText` paramreuixiy
this commit also let CSS of `shareViaQRCode` load on demand.
2020-02-10feat: support share on socials (#62)Muhosia
* Add:Article sharing function * Add:Article sharing function-style revise(样式调整) * Mod:remove: share on google,add: share on telegram * mod:add config.toml-ShareTelegram * fix:telegram icon class * style: delete some spaces, rename some params ... adjust some positions, fix some typos * refactor: use flexbox layout * feat: support `share` in Front Matter * i18n * refactor: post-share.html * feat: support douban, qzone * feat: add brand color * feat: support qrcode Co-authored-by: reuixiy <reuixiy@gmail.com>
2020-02-10docs: 的的 -> 的reuixiy
2020-01-30docs: add a note of video hostingreuixiy
2020-01-30docs: 站点根目录 -> 网站根目录reuixiy
2020-01-16feat: do not indent the first paragraphreuixiy
Close #36
2020-01-08Release v4.0.0v4.0.0reuixiy
closed #26, fixed #14
2020-01-08feat: new `disableMathJaxMenu` optionreuixiy
2020-01-06feat: support `tab-size` CSS propertyreuixiy
https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size
2020-01-02feat: medium zoom for imagesreuixiy
https://github.com/francoischalifour/medium-zoom
2019-12-30feat: smooth scrollreuixiy
2019-12-30feat: autohide back-to-top togglereuixiy
2019-12-27fix: style of post-meta, busuanzi-site-uv-and-pvreuixiy
2019-12-20feat: support utterances and a couple of bug fixesreuixiy
2019-12-19feat: support busuanzi view counter #40reuixiy
2019-12-17feat: vertical bar structure for minimal footerreuixiy
Previously, a structure like `life | tech` in minimal footer will only be applied when there are only 2 sections or categories. After this commit, you can enable this feature with the new `enableVerticalBarStructure` option in config.toml, no matter how many sections or categories you have! But note that it displays all *top-level* sections or categories. See #35
2019-12-14feat: Version 3.0 of MathJax #34reuixiy
https://docs.mathjax.org/
2019-12-13docs: add some notes #33reuixiy
2019-12-09feat: Force HTTPS Redirectionreuixiy
2019-12-07docs: move Noto Serif SC before EB Garamondreuixiy
https://github.com/reuixiy/io-oi.me/issues/17
2019-11-29docs: workaround for v0.60.0 #26reuixiy
2019-11-25docs: add English fonts before Chinese fontsreuixiy
or `’` (U+2019) may displayed as a full-width character e.g. Now My Feet Won’t Touch The Ground
2019-11-22fix: valine comment #22reuixiy
2019-11-21docs: add `newContentEditor`reuixiy
2019-11-21fix: style of thead, th, td, dtreuixiy
2019-11-21feat: support Valine comment #22reuixiy
2019-11-21feat: support Google AdSense #23reuixiy
2019-11-18fix: whitespace problem in site-info in footerreuixiy
2019-11-11docs: add a hintreuixiy
2019-11-11style: correct indentreuixiy
2019-11-10refactor: use `mainSections` and morereuixiy
gohugoio/hugoThemes#756 BREAKING CHANGE: postSections & feedSections is removed
2019-11-08update(config-examples): add missing relativeURLsreuixiy
2019-11-08update: config examplesreuixiy
2019-11-08docs: add two config examples and morereuixiy