commit 54257d1a60b7a4bec231b2519636486e89ab15bc
Author: Piv <18462828+Piv200@users.noreply.github.com>
Date: Tue Aug 1 20:58:45 2023 +0930
Initial commit - skeleton
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..28f1ba7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+node_modules
+.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..abec0a4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Michael Pivato
+
+A dead simple website showcasing my career and interests!
+
+## Build
+
+Ensure Go and npm are installed.
+
+First download pico css:
+
+`npm install`
+
+Then to build the webserver, run `go build .`
+
+## Debugging
+
+Easiest way to debug/visualise the content is to use the inbuilt IDE browser. VS Code/Codium can display a preview side-by-side by clicking the Open Preview to the Side button.
+This will show changes live, exactly as the content will be rendered when run from another webserver (such as the Go webserver).
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..fb71807
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module website
+
+go 1.19
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ea4bfc1
--- /dev/null
+++ b/index.html
@@ -0,0 +1,61 @@
+