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