commit b40652ca1c4a397a9ecf0c1ae742fc36652c2af8 Author: michael Date: Sat Aug 29 05:41:06 2026 +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..3e6e540 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Hugo-MikeWhiskey + +Hugo Projektdateien von https://mike-whiskey.de \ No newline at end of file