From 833a3a3084119ca2ce9d5657c2b78a59f2b3a967 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 16:11:29 -0500 Subject: Add link (#13) * Fix linguist settings, add link * Add LICENSE.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit