aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-11-21 16:11:29 -0500
committerGitHub <noreply@github.com>2022-11-21 16:11:29 -0500
commit833a3a3084119ca2ce9d5657c2b78a59f2b3a967 (patch)
tree8f010818f9cbc699ed06007373b89009fbb48abf
parentfa4812a1bd2d74ae87bfe2eab79ed95cf1fb232d (diff)
downloadsubmelon.dev-833a3a3084119ca2ce9d5657c2b78a59f2b3a967.tar.gz
submelon.dev-833a3a3084119ca2ce9d5657c2b78a59f2b3a967.tar.bz2
submelon.dev-833a3a3084119ca2ce9d5657c2b78a59f2b3a967.zip
Add link (#13)
* Fix linguist settings, add link * Add LICENSE.md
-rw-r--r--.gitattributes1
-rw-r--r--LICENSE.md55
-rw-r--r--README.md6
-rw-r--r--package-lock.json4
-rw-r--r--package.json4
5 files changed, 65 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5adef55
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+public/** linguist-vendored \ No newline at end of file
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..7a84c0d
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,55 @@
+# Blue Oak Model License
+
+Version 1.0.0
+
+## Purpose
+
+This license gives everyone as much permission to work with
+this software as possible, while protecting contributors
+from liability.
+
+## Acceptance
+
+In order to receive this license, you must agree to its
+rules. The rules of this license are both obligations
+under that agreement and conditions to your license.
+You must not do anything with this software that triggers
+a rule that you cannot or will not follow.
+
+## Copyright
+
+Each contributor licenses you to do everything with this
+software that would otherwise infringe that contributor's
+copyright in it.
+
+## Notices
+
+You must ensure that everyone who gets a copy of
+any part of this software from you, with or without
+changes, also gets the text of this license or a link to
+<https://blueoakcouncil.org/license/1.0.0>.
+
+## Excuse
+
+If anyone notifies you in writing that you have not
+complied with [Notices](#notices), you can keep your
+license by taking all practical steps to comply within 30
+days after the notice. If you do not do so, your license
+ends immediately.
+
+## Patent
+
+Each contributor licenses you to do everything with this
+software that would otherwise infringe any patent claims
+they can license or become able to license.
+
+## Reliability
+
+No contributor can revoke this license.
+
+## No Liability
+
+***As far as the law allows, this software comes as is,
+without any warranty or condition, and no contributor
+will be liable to anyone for any damages related to this
+software or this license, under any kind of legal claim.*** \ No newline at end of file
diff --git a/README.md b/README.md
index 350ebf7..1eb1db2 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![submelon.dev build](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml/badge.svg)](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml)
-The front page for submelon.dev - a "link-in-bio" site of sorts, with other resources available for reference.
+The front page for [submelon.dev](https://submelon.dev) - a "link-in-bio" site of sorts, with other resources available for reference.
## Description
@@ -12,6 +12,10 @@ This is a static site generated and enabled using GatsbyJS. All sources includin
This was originally a purely static site (no JS/TS) that has morphed to permit use of newer technologies and integrations and for ease of updating. There are no server integrations outside of serving static assets. At present, this site does not make use of any scripting features to enable any actual front-end features, though the components are built in ReactJS and compiled using the GatsbyJS framework.
+## License
+
+This project is licensed under [the Blue Oak Model License 1.0.0](LICENSE.md).
+
## Hosting
The site itself is served using DigitalOcean's App capabilities for static sites. This is a zero-cost service with automated deployments, as enabled by DigitalOcean and GitHub services and integrations.
diff --git a/package-lock.json b/package-lock.json
index a72b326..6f8b5b8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
- "name": "submelon.tech",
+ "name": "submelon.dev",
"version": "1669057338",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "name": "submelon.tech",
+ "name": "submelon.dev",
"version": "1669057338",
"dependencies": {
"gatsby": "5.0.1",
diff --git a/package.json b/package.json
index c0a6b81..3a8a5e8 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
{
- "name": "submelon.tech",
+ "name": "submelon.dev",
"version": "1669057338",
"private": true,
- "description": "submelon.tech",
+ "description": "submelon.dev",
"author": "Kevin J Hoerr",
"keywords": [
"gatsby"