Releases: reuixiy/hugo-theme-meme
v3.4.5
Bug Fixes
- cannot change highlight theme in dark-mode.js (b81d551)
- style of back-to-top (e5bda3a)
- style of post-meta, busuanzi-site-uv-and-pv (a4e4137)
- style related to flex (ad0f403)
- Use .Permalink instead of combining URLs (f1d4906)
- wrong utterances theme after theme is changed (4389ddf)
Features
- add "custom/content.html" partial (3cc100b)
- add "custom/script.html" partial (d442001)
- autohide back-to-top toggle (6659f25)
- medium zoom for images (b7cf602)
- new
disableMathJaxMenu
option (b759b6e) - smooth scroll (aaa5a42)
- support
tab-size
CSS property (56a9e1d) - support busuanzi view counter #40 (09e9976)
- support utterances and a couple of bug fixes (8339f71)
v3.3.9
Bug Fixes
- add
MathJax.texReset();
(fc08a2c) - change margin of
<blockquote>
to2em, 0
(d04efe7), closes #39 - chaos caused by unreset
.Scratch
(3e862b4) - load fonts-src on demand (d4edbff)
- minimal-footer style (6729a2e)
- missing license info in json-ld (20f7eef)
- srcollbar style (288a00d)
- style of code in pre (dce3462)
- style of mathjax (8efdca6)
- style of thead, th, td, dt (6a11b06)
- ugly encoded URLs in post-copyright (0efad4c), closes #24
- use greater width for max-width (8c4aae2)
- use U+0020 instead of
No-Break Space (46660e2) - valine comment #22 (935c9d5)
- wrong whitespace position (56578ac)
Code Refactoring
- modular instantclick & fix a mistake (6a49a25)
- simplify dark mode (cc7b36b)
- using data attributes (13a67ac)
- better responsive design (c4dad06)
- use
justify-content
(a9ccb77), closes #38 - separate
maxWidth
from responsive.scss (88e66e1) - modular homepage for better customization (4aeb5e2)
Features
- reactive dark mode! (8d24690)
- add something for better customization (0679e3b)
- Force HTTPS Redirection (355e0c8)
- new data attribute
data-layout
(1a8df79) - support Google AdSense #23 (9cbb874)
- support Valine comment #22 (15a86ac)
- support video footnote (8324b3d)
- Version 3.0 of MathJax #34 (8746889)
- vertical bar structure for minimal footer (12a326b), closes #35
Performance Improvements
- load valine.js only when button is clicked (dee283f)
v3.2.7
Bug Fixes
- chmod 644 instantclick.js (02f130f)
- link text of tags in minimal-footer (5806692)
- missing categories problem (5c44452)
- missing tags when its name is complicated (aa106a7)
- whitespace problem in site-info in footer (f471af6)
- wrong keywords when its name has whitespaces (c8d534e)
Code Refactoring
- use
mainSections
and more (c6a38e5), closes gohugoio/hugoThemes#756 - modular for better customization (0f1f9ca)
BREAKING CHANGES
- postSections & feedSections is removed
v3.0.0
MemE has a brand new config.toml
(in config-examples folder) with detailed instructions now! I highly recommend you replace your existing config.toml with it. Although this may take a while to reconfigure the configuration.
Moreover, MemE modifies the color values of dark mode to make dark mode less depressed. Please change primaryColorDark
to 201, 65%, 62%
if you are not using the latest version of config.toml
.
MemE 主题现在有一个全新的 config.toml
了(在 config-examples 文件夹内),且里面包含详细的说明!我强烈建议你用它替换你现有的 config.toml 文件,尽管这可能需要一些时间重新配置。
此外,MemE 主题修改了一些深色模式的颜色值,以使深色模式不那么压抑。对于这点,如果你没有使用最新版本的 config.toml
,请你将其中的 primaryColorDark
设置为 201, 65%, 62%
。
Bug Fixes
- contrast ratio of highlight style (39da81c)
- contrast ratio of highlight style (22480e6)
- headings link style (fc99fc6)
- make the color less depressed (4c37e04)
- post-copyright style (a7dedde)
- post-copyright style again (37d275e)
- regex of emphasis point (6babe81)
Features
- new image filter for dark mode (5beb752)
- new option for current menu item (edc7dc8)
- #15: new home page layout
page
(7ae2902), closes #15
BREAKING CHANGES
-
darkImage
option is removed
You can deletedarkImage
in config.toml or post’s Front Matter now. -
config.toml changed
Please changeprimaryColorDark
to201, 65%, 62%
by yourself.
v2.3.7
v2.1.5
Bug Fixes
- #11: glyph-correction on WebKit (5e4e934), closes #11
- #11: U+00B7 (76f6371), closes #11
- footnote
hr
style (5f8598b) - use relURL for fonts (de6916f)
Code Refactoring
Features
- add
enableFingerprint
for style & script (ebaa065) - change some URLs to relative to support IPFS (6b678da)
- video hosting URL (9b15d2e)
BREAKING CHANGES
- fonts.scss changed
If you have customized fonts.scss
, be sure to check this change before updating.
- config.toml option changed
# Image Hosting
# Only support absolute URLs relative to root,
# eg: /../../*.jpg
enableImageHost = false
imageHostURL = "https://example.com/"
# Use host URL for head meta tags also
headAlso = false
# Video Hosting
# Only support absolute URLs relative to root,
# eg: /../../*.mp4
enableVideoHost = false
videoHostURL = "https://example.com/"
v2.1.3
v2.0.0
Bug Fixes
- 404 page style (14cd035)
- add a reference link (527ee80)
- add anchorize (863a920)
- add anchorize (fcfa11e)
- anchor icon style (7461bf5)
- contents-title-indent style (0cae9d8)
- default primary color (b2d3d27)
- delete anchorize (f0dc4a9)
- empty title when set
slug
in _index.md (f25707d) - footnotes style (b26ed8e)
- home layout poetry style (6838af8)
- list-item style (5d16c7d)
- logic thing (84d8306)
- overflow (61952a2)
- poetry style (bc2f1ae)
- post gitinfo style (8ecbc1a)
- post-gitinfo style (ef34487)
- post-gitinfo style (916e77e)
- post-gitinfo style (90daf2a)
- pre font-size (c1ed711)
- pre style (23ba309)
- Atom, RSS: use original content (3abc6bd)
- some styles (ec683a9)
- some styles (a1bbece)
- some styles (d778034)
Features
- add
displayPostGitInfo
option (5d395f9) - add fontFamilyMenu option (1269b9c)
- add variables to help users customize (043127a)
- new
related
Front Matter (dc983e5) - new Front Matter options (b1326cd)
BREAKING CHANGES
- You must add
displayRelatedPosts = true
in
config.toml
v1.0.0
Bug Fixes
- 404 page link multilingualize (2dbe047)
- add
repoEditURL
option (3574d51) - add back to top z-index value (406e064)
- add Chinese translation for minute (a2eb95a)
- add hugo generator meta (3a21efa)
- change
post-gitinfo
font-size (fbfff7e) - change post-gitinfo icon style (8aa27f0)
- change syntax highlight style (5f878db)
- correct translation (bc84426)
- delete some testing files & update theme logo (bed70d6)
- delete useless space in footer (5716c6d)
- enable host only when env is production (cec4264)
- fix dark-mode.js (a1f88d7)
- fix katex & disqus (8d25519)
- fontFamilyTitle (ed69ee8)
- headings link style (c6cc945)
- headings link style (c2b5784)
- i18n reading time (ab53e7d)
- image hosting (35e51cb)
- link style (cd9f032)
- list link (2fc2416)
- list style (a4ef7cb)
- minimal footer link style (828eb4f)
- open graph (56971af)
- post copyright (c14b26c)
- post-nav style (0996696)
- post-tags style (3688a7e)
- reading time bug (23aaaf0)
- related-link style (ad7836d)
- replace .Pages with .Site.RegularPages (d49918f)
- replace .Site.RegularPages with .Pages (6c1f263)
- reverse (d95f896)
- section list empty title (f5ce845)
- support caption markdown (9109b5b)
- sw.js & footnote link (9e7589b)
- syntax highlight style (08b7d94)
- syntax highlight style (3111b2e)
- syntax highlight style (6b2f4f5)
- table link style (2d33f2c)
- table style (1e2f8ce)
- table style (38fb35c)
- title font family (3ce0486)
- toc link (4180784)
- update logo again (3c8174e)
- use monospace font for
post-gitinfo
(5e7156b)
Code Refactoring
- change header and menu option (4baf725)
Features
- add back to top support (bf4d8a3)
- add displayPostDescription option (af94d6d)
- add Service Worker support (76ba288)
- add syntax highlight option (2ca9432)
BREAKING CHANGES
- config.toml option changed
displayHeader -> enableHeader
displayMenu -> enableMenu