From 0007f4025e5e59ba65326468694d7bf647d1c6ec Mon Sep 17 00:00:00 2001 From: 10mohi6 <10.mohi.6.y@gmail.com> Date: Thu, 28 May 2020 18:48:22 +0900 Subject: rename file --- LICENSE | 20 -------------------- LICENSE.md | 20 ++++++++++++++++++++ README.md | 1 - theme.toml | 8 +------- 4 files changed, 21 insertions(+), 28 deletions(-) delete mode 100644 LICENSE create mode 100644 LICENSE.md diff --git a/LICENSE b/LICENSE deleted file mode 100644 index bddd90c..0000000 --- a/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020 10mohi6 - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..bddd90c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2020 10mohi6 + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index 6f3de0b..1697c97 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ simple-blog is a simple blog theme for [hugo](http://gohugo.io/). - pagination - tags - categories -- js unused ## Installation diff --git a/theme.toml b/theme.toml index 56efe12..f943891 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ name = "Simple Blog" license = "MIT" -licenselink = "https://github.com/10mohi6/hugo-theme-simple-blog/blob/master/LICENSE" +licenselink = "https://github.com/10mohi6/hugo-theme-simple-blog/blob/master/LICENSE.md" description = "A clean, responsive, minimal, bootstrap, customizable, light, personal, simple blog hugo theme" homepage = "https://github.com/10mohi6/hugo-theme-simple-blog" tags = ["simple", "blog", "responsive", "minimal", "clean", "light", "personal", "bootstrap", "customizable", "hugo", "theme"] @@ -13,9 +13,3 @@ min_version = "0.41" [author] name = "10mohi6" homepage = "https://github.com/10mohi6" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" -- cgit v1.2.3