Hugo Theme Meme Versions Save

😝 You can’t spell awesome without MemE!

v3.4.5

4 years ago

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

4 years ago

Bug Fixes

  • add MathJax.texReset(); (fc08a2c)
  • change margin of <blockquote> to 2em, 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 &nbsp; 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

Performance Improvements

  • load valine.js only when button is clicked (dee283f)

v3.2.7

4 years ago

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

BREAKING CHANGES

  • postSections & feedSections is removed

v3.0.0

4 years ago

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 delete darkImage in config.toml or post’s Front Matter now.

  • config.toml changed Please change primaryColorDark to 201, 65%, 62% by yourself.

v2.3.7

4 years ago

Bug Fixes

  • display post-nav in postsSection only (5e503e6)
  • move <script> to the front of </body> (0323fda)
  • post-gitinfo style (8dd960f)
  • post-nav style (7402415)

v2.1.5

4 years ago

Bug Fixes

Code Refactoring

  • separate fonts src from fonts.scss (8de3b8d)
  • separate the video from hosting (10e8ff3)

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

4 years ago

Bug Fixes

  • delete duplicate site title (77a80fd)
  • delete duplicate site title again (5ac16dd)
  • drop cap style (0843057)
  • minimal footer style (b7b45e5)
  • minimal-footer-about style (5e33b95)

Features

  • PWA Update Notification (1998160)

v2.0.0

4 years ago

Bug Fixes

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

4 years ago

Bug Fixes

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