commit 0a24e3a5662368c6a0723b89ae0d4e4ecb5b1413 Author: xianliticn Date: Mon Feb 2 02:22:00 2026 +0800 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..d1b4356 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# qingshuige-hugo + +清水阁网站源码仓库 \ No newline at end of file