From d72053c4b8cda2363d348923ae1da1cf29a38710 Mon Sep 17 00:00:00 2001 From: Wladimir Palant Date: Fri, 29 May 2020 10:38:34 +0200 Subject: [PATCH 1/2] docs: Document browser requirements (fixes #181) --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ad1fb8b6..9561c198 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,18 @@ MemE is a powerful and highly customizable [GoHugo](https://github.com/gohugoio/ ![tn.png](https://raw.githubusercontent.com/reuixiy/hugo-theme-meme/master/images/tn.png) +### Browser support + +MemE uses [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) and [let statements](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let) extensively. These features are supported by the following browsers: + +* Chrome 49+ +* Firefox 44+ +* Edge 15+ +* Opera 36+ +* Safari 10+ + +Internet Explorer does not support CSS variables. + ## Quick Start https://gohugo.io/getting-started/quick-start/ From 6f4333ce4139ac76c29444fe3f101a4c3ec687d8 Mon Sep 17 00:00:00 2001 From: reuixiy Date: Sat, 30 May 2020 18:40:09 +0800 Subject: [PATCH 2/2] add Chinese translations --- README.zh-cn.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.zh-cn.md b/README.zh-cn.md index 5c46362a..ba6dae93 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -13,6 +13,18 @@ MemE 是一个强大且可高度定制的 [GoHugo](https://github.com/gohugoio/h ![tn.png](https://raw.githubusercontent.com/reuixiy/hugo-theme-meme/master/images/tn.png) +### 浏览器支持 + +MemE 广泛地使用了 [CSS 变量](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties)和 [let 声明](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let)。这些特性被以下浏览器所支持: + +* Chrome 49+ +* Firefox 44+ +* Edge 15+ +* Opera 36+ +* Safari 10+ + +IE(Internet Explorer)浏览器不支持 CSS 变量。 + ## 快速开始 https://gohugo.io/getting-started/quick-start/