diff options
author | hyang <hyang@hyang.xyz> | 2023-09-10 22:07:28 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-10 22:07:28 -0700 |
commit | d6b50f54a5d3e8b6cbbbc98e23429248b6859318 (patch) | |
tree | ff4dc65fca873685f9c71790f8dc036681d8a25f | |
parent | 2278afa400b17c004e2c4312695e5a2d5a87604c (diff) |
Add subtitle
-rw-r--r-- | hugo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ paginate = 5 # the list of set content will show up on your index page (baseurl). contentTypeName = "post" + subtitle = "My blogpostings" + # ["orange", "blue", "red", "green", "pink"] themeColor = "blue" |