From 4ac9f630949b6a1fe8a03fe820947df1882a6a38 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 27 Apr 2021 02:42:09 +0000 Subject: [PATCH] Initial commit --- .gitignore | 10 ++++++++++ README.md | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d89fa7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a167af --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MilhousFamily.com + +Static landing Page Site \ No newline at end of file