commit 6ba529319b43b6fe6d65ec2a0b89e52e5ba4883e Author: devon Date: Thu Sep 19 23:47:14 2024 +0000 Initial commit 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..71d088d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# hmc_site_source + +handmade cities hugo site source \ No newline at end of file