From 214027c8bce2fbdc04c3585b84993b247f77e43b Mon Sep 17 00:00:00 2001 From: Xu Song Date: Sun, 4 Mar 2018 01:09:56 +0800 Subject: [PATCH 1/6] remove style table-layout: fixed; After that, table looks better. --- source/css/_common/scaffolding/tables.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/source/css/_common/scaffolding/tables.styl b/source/css/_common/scaffolding/tables.styl index c653b812f1..03fdd6ec25 100644 --- a/source/css/_common/scaffolding/tables.styl +++ b/source/css/_common/scaffolding/tables.styl @@ -5,7 +5,6 @@ table { border-spacing: 0; border: 1px solid $table-border-color; font-size: $table-font-size; - table-layout: fixed; word-wrap: break-all; } table>tbody>tr { From ad2d6e540b5d27fc2e008987da62add07382a660 Mon Sep 17 00:00:00 2001 From: sli1989 Date: Sun, 4 Mar 2018 14:38:48 +0800 Subject: [PATCH 2/6] FIX ISSUE TEMPLATE --- .github/ISSUE_TEMPLATE.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 73eff681a9..7a79e0d86a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -59,21 +59,21 @@ You may delete this recomendations and use template which is placed below. **NexT Version:** -``` -[] Latest Master branch. -[] Latest Release version. -[] Old version - -``` + +[] Latest Master branch +[] Latest Release version +[] Old version + **NexT Scheme:** -``` + [] All schemes [] Muse [] Mist [] Pisces [] Gemini -``` + #### NexT Configuration: From 46b33462f63e8bf8fc815a92a7e31f21277602f9 Mon Sep 17 00:00:00 2001 From: sli1989 Date: Sun, 4 Mar 2018 14:56:07 +0800 Subject: [PATCH 3/6] FIX ISSUE TEMPLATE --- .github/ISSUE_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7a79e0d86a..389e5f2afe 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -60,19 +60,19 @@ You may delete this recomendations and use template which is placed below. **NexT Version:** -[] Latest Master branch -[] Latest Release version -[] Old version +- [] Latest Master branch +- [] Latest Release version +- [] Old version **NexT Scheme:** -[] All schemes -[] Muse -[] Mist -[] Pisces -[] Gemini +- [] All schemes +- [] Muse +- [] Mist +- [] Pisces +- [] Gemini #### NexT Configuration: From 3d879328c931ac2dca3e3094031e736219cc24ad Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Sun, 4 Mar 2018 16:22:00 +0300 Subject: [PATCH 4/6] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 389e5f2afe..8332ad0da8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -9,9 +9,9 @@ You may delete this recomendations and use template which is placed below. ### I agree and want to create new issue -- [] Yes, I was on [Hexo Docs page](https://hexo.io/docs/), especially on [Templates](https://hexo.io/docs/templates.html), [Variables](https://hexo.io/docs/variables.html), [Helpers](https://hexo.io/docs/helpers.html) and [Troubleshooting](https://hexo.io/docs/troubleshooting.html). -- [] Yes, I was on [NexT Documentation Site](http://theme-next.org/docs/). -- [] And yes, I already searched for current [issues](https://github.com/theme-next/hexo-theme-next/issues?utf8=%E2%9C%93&q=is%3Aissue) and this is not help to me. +- [ ] Yes, I was on [Hexo Docs page](https://hexo.io/docs/), especially on [Templates](https://hexo.io/docs/templates.html), [Variables](https://hexo.io/docs/variables.html), [Helpers](https://hexo.io/docs/helpers.html) and [Troubleshooting](https://hexo.io/docs/troubleshooting.html). +- [ ] Yes, I was on [NexT Documentation Site](http://theme-next.org/docs/). +- [ ] And yes, I already searched for current [issues](https://github.com/theme-next/hexo-theme-next/issues?utf8=%E2%9C%93&q=is%3Aissue) and this is not help to me. *** @@ -60,19 +60,19 @@ You may delete this recomendations and use template which is placed below. **NexT Version:** -- [] Latest Master branch -- [] Latest Release version -- [] Old version +- [ ] Latest Master branch +- [ ] Latest Release version +- [ ] Old version **NexT Scheme:** -- [] All schemes -- [] Muse -- [] Mist -- [] Pisces -- [] Gemini +- [ ] All schemes +- [ ] Muse +- [ ] Mist +- [ ] Pisces +- [ ] Gemini #### NexT Configuration: From d7242018b6a903dd71cf2bb2cf4c96c98d0554cd Mon Sep 17 00:00:00 2001 From: sli1989 Date: Sun, 4 Mar 2018 21:58:29 +0800 Subject: [PATCH 5/6] FIX IMG MARGIN --- source/css/_common/components/post/post-expand.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/_common/components/post/post-expand.styl b/source/css/_common/components/post/post-expand.styl index 8c6d8a5b97..6225408400 100644 --- a/source/css/_common/components/post/post-expand.styl +++ b/source/css/_common/components/post/post-expand.styl @@ -62,3 +62,4 @@ } .posts-expand .post-body .fancybox img { margin: 0 auto 25px; } +.posts-expand .post-body img { margin: 0 auto 25px; } \ No newline at end of file From 0aa6561f69e59a42f1a2882bae6d08b78772a785 Mon Sep 17 00:00:00 2001 From: Rainy Date: Tue, 13 Mar 2018 13:51:38 +0800 Subject: [PATCH 6/6] Updated README. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a7ac3f179b..239166f62d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,23 @@ fancybox: false Then turn on `fancybox` and go to «Dependencies» link with installation instructions of this module. +### exception + +If you use cdn for any plugins. Please replace your cdn link. + +For example, you want to use `fancybox` and you configured a cdn link. Go to NexT config and see: + +```yml +vendors: + # ... + # Some contents... + # ... + fancybox: # Set or update fancybox cdn url. + fancybox_css: # Set or update fancybox cdn url. +``` + +Instead of using [main organization link](https://github.com/theme-next) for updates. + ## Update You can update to latest master branch by the following command: