From 7952b74a821f91a1a90852e5d43f5e16b7d4cfe4 Mon Sep 17 00:00:00 2001 From: David Lick Date: Fri, 17 May 2024 19:19:49 -0400 Subject: [PATCH] add README.md, add plausible --- README.md | 10 ++++++++++ layouts/_default/head-custom.html | 1 + 2 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 layouts/_default/head-custom.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3e8cc6 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# davidrinaldo.com + +## Getting Started + +Clone this repository and get the git submodules: + +``` +git clone git@git.dvdt.dev:david/davidrinaldo.com.git && \ +git submodule update --init --recursive +``` diff --git a/layouts/_default/head-custom.html b/layouts/_default/head-custom.html new file mode 100644 index 0000000..1b0246e --- /dev/null +++ b/layouts/_default/head-custom.html @@ -0,0 +1 @@ + \ No newline at end of file