commit 200eb4e9612565d93ef35c02482bd9d97f17b093 Author: Louis Lacoste Date: Wed Apr 3 11:30:16 2024 +0200 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..f18b95c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# blog + +My blog \ No newline at end of file