diff --git a/.gitignore b/.gitignore index 2a8645f..90180ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .hugo_build.lock +public \ No newline at end of file diff --git a/content/posts/git-objects-model.md b/content/posts/git-objects-model.md index 8b2e457..bfca764 100644 --- a/content/posts/git-objects-model.md +++ b/content/posts/git-objects-model.md @@ -4,7 +4,7 @@ date = 2024-04-14T18:06:45+08:00 draft = false [params] - mermaid = true +mermaid = true +++ # Git 内部对象模型 diff --git a/hugo.toml b/hugo.toml index 534fad9..9d75a43 100644 --- a/hugo.toml +++ b/hugo.toml @@ -4,3 +4,11 @@ title = "Li Huanshuai's Blogs" # Theme theme = ['paper'] + +[params] +github = 'lihuanshuai' +rss = true + +avatar = 'https://avatars.githubusercontent.com/u/4586647' +name = 'Li Huanshuai' +bio = """Explore expansively, extract prudently, and express concisely."""