From 483d98a2924e3c610737048e53d2c0eba1132a29 Mon Sep 17 00:00:00 2001 From: Chris Frome Date: Tue, 29 May 2018 01:57:18 -0400 Subject: Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c164191 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hugo-theme-monday +This is a port of the Jekyll theme Monday by Artem Sheludko for use with Hugo -- cgit v1.2.3 From 3b4adcfd0cbbcf469c4b24678f41ae87b797040d Mon Sep 17 00:00:00 2001 From: Chris Frome Date: Fri, 1 Jun 2018 22:07:06 -0400 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c164191..6baf639 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# hugo-theme-monday -This is a port of the Jekyll theme Monday by Artem Sheludko for use with Hugo +# hugo-theme-sky -- cgit v1.2.3 From 63b69eb1c214809ef4f2258333b6b482990f821e Mon Sep 17 00:00:00 2001 From: Chris Frome Date: Fri, 1 Jun 2018 22:21:42 -0400 Subject: Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..cf196fc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Chris Frome + +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. -- cgit v1.2.3