commit 2316b47be727df7bf0e1de5a27cd67675930dc54 Author: ezkeel-admin Date: Thu Jun 11 18:49:07 2026 +0000 Initial template diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fa878a2 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM caddy:2-alpine + +COPY site/ /usr/share/caddy/ + +EXPOSE 80 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a0f19 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# static-portfolio + +Plain HTML portfolio served by Caddy. No database, no build step. + +Edit `site/index.html` with your name, projects, and links — everything under +`site/` is served as static files on port 80. diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..9bbc79f --- /dev/null +++ b/site/index.html @@ -0,0 +1,81 @@ + + + + + +Your Name — Portfolio + + + +
+
+

Your Name

+

Software engineer. I build small, fast things for the web.

+
+ +
+

Projects

+
+

Project One

+

One sentence about what it does and why it exists.

+ example.com +
+
+

Project Two

+

One sentence about what it does and why it exists.

+ example.com +
+
+ +
+

Elsewhere

+ +
+ + +
+ +