From b5af999fa39b3105788db6dfb449edad56bbea81 Mon Sep 17 00:00:00 2001 From: Sacha Ligthert Date: Mon, 17 Oct 2022 21:38:47 +0000 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0299c7e --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Hugo +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + diff --git a/README.md b/README.md new file mode 100644 index 0000000..df7b621 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# sacha.ligthert.net + +The Hugo Project Folder for my (new) website https://sacha.ligthert.net/. \ No newline at end of file