aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
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 /README.md
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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.