diff --git a/archetypes/default.md b/archetypes/default.md index 25b6752..8261b20 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -3,3 +3,9 @@ date = '{{ .Date }}' draft = true title = '{{ replace .File.ContentBaseName "-" " " | title }}' +++ + +# 1 + +# 2 + +# 3 \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 6eb3dd2..f606f1e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://example.org/' -languageCode = 'en-us' -title = 'My New Hugo Site' +baseURL = 'http://1.94.161.8/' +languageCode = 'zh-cn' +title = '花花的技术笔记' theme = 'ananke'