From d6b669673735c1d5a0591eca5acf0e7500318b77 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 14:28:40 -0700 Subject: add static files, license page and file --- content/projects/this-website.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/projects/this-website.md (limited to 'content/projects/this-website.md') diff --git a/content/projects/this-website.md b/content/projects/this-website.md new file mode 100644 index 0000000..b5f8c22 --- /dev/null +++ b/content/projects/this-website.md @@ -0,0 +1,18 @@ +--- +title: "brysonsteck.xyz" +description: "Hello there!" +icon: "brysonsteck.xyz.jpg" +repo: "https://codeberg.org/brysonsteck/brysonsteck.xyz" +license: "CC BY-SA 4.0" +languages: "Markdown, HTML 5, and CSS 3" +wip: false +current: true +date: 2022-12-02T12:05:39-07:00 +enddate: "January 2, 2006" +draft: false +--- +You're here! This website is a static site generated with [Hugo](https://gohugo.io) and hosted with Nginx, and replaces the [Django website](/projects/django-website) I was using for the second half of 2022. + +All content on this site (i.e. all Markdown files) is available and distributed under the Creative Commons Attribution-ShareAlike license version 4.0, or CC BY-SA 4.0 for short. All other code (i.e. all HTML/CSS that generates the site) is available and distributed under the BSD-2 Clause License. + +You can read each of these licenses in full detail [here](/licenses). -- cgit v1.2.3