commit 3137c5de2906ba4c818db434a30202d7d596d439 Author: Lee Cattarin Date: Tue Jan 27 10:56:44 2026 -0800 basics diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e6237fd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = tab +indent_size = 2 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5f6d663 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,8 @@ +Personal website for Andie +Copyright (C) 2025 Lee Cattarin + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License along with this program. If not, see . diff --git a/README.md b/README.md new file mode 100644 index 0000000..04384c3 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# README + +Personal website for Andie. + +## Editing in VSCode + +This project has an [`.editorconfig` file](.editorconfig). To utilize this in VSCode, install the ["Editorconfig" extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig).