diff options
Long List of items.
On branch main
Your branch is up to date with 'origin/main'.
You are currently rebasing.
Changes to be committed:
deleted: .browserslistrc
deleted: .eleventy.js
deleted: .eslintrc.js
modified: .gitignore
deleted: .stylelintrc.json
deleted: .vscode/tasks.json
deleted: _headers
modified: assets/index.js
modified: assets/sw.js
renamed: gen-icons.sh -> deploy
new file: eleventy.config.js
new file: license
modified: package-lock.json
modified: package.json
renamed: src/data/env.js -> src/_data/env.js
renamed: src/data/metadata.js -> src/_data/metadata.js
new file: src/_includes/base.njk
new file: src/_includes/page.njk
new file: src/_includes/post.njk
deleted: src/about.md
new file: src/about.njk
deleted: src/blog.11ty.js
new file: src/blog.njk
deleted: src/gen/atom.11ty.js
new file: src/gen/atom.njk
deleted: src/gen/error.11ty.js
new file: src/gen/error.njk
new file: src/gen/feedjson.11ty.js
modified: src/gen/gen.11tydata.js
deleted: src/gen/json.11ty.js
modified: src/gen/metadata.11ty.js
deleted: src/gen/robot.11ty.js
new file: src/gen/robot.njk
deleted: src/gen/sitemap.11ty.js
new file: src/gen/sitemap.njk
renamed: src/index.md -> src/index.njk
deleted: src/layouts/base.11ty.js
deleted: src/layouts/page.11ty.js
deleted: src/layouts/post.11ty.js
Diffstat (limited to 'license')
-rw-r--r-- | license | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2022 Marc Pervaz Boocha + +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. + |