diff --git a/.gitignore b/.gitignore index 71b7a9a..f3abf1c 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Public assets # +################# +public/robots.txt +public/.well-known + assets/js/modules/npm # Bootstrapping # diff --git a/public/humans.txt b/public/humans.txt new file mode 100644 index 0000000..3ae2b39 --- /dev/null +++ b/public/humans.txt @@ -0,0 +1 @@ +This website was designed, coded, and configured with love, and coffee... and love for coffee... by Victor Westerlund. \ No newline at end of file diff --git a/public/security.txt b/public/security.txt new file mode 100644 index 0000000..ce1a184 --- /dev/null +++ b/public/security.txt @@ -0,0 +1,4 @@ +# If you would like to report a security issue +# you may report it to me via email or via Matrix +Contact: https://vlw.se/contact +Encryption: https://keys.openpgp.org/vks/v1/by-fingerprint/DCE987311CB5D2A252F58951D0AD730E1057DFC6 \ No newline at end of file