baseURL="http://example.org/"# 設定默認語言defaultContentLanguage="en"# 語言languageCode="en"title="My New Hugo Site"# 把預設的主題替換成DoIttheme="DoIt"# 主題參數[params]# DoIt主題版本version="0.2.X"# Nav右側選單[menu][[menu.main]]identifier="posts"# 您可以在名稱前加入額外信息(支援HTML格式),例如iconspre=""# 您可以在名稱後加入額外信息(支援HTML格式),例如iconspost=""name="Posts"url="/posts/"# title在滑鼠懸停時會顯示title=""weight=1[[menu.main]]identifier="tags"pre=""post=""name="Tags"url="/tags/"title=""weight=2[[menu.main]]identifier="categories"pre=""post=""name="Categories"url="/categories/"title=""weight=3# Markup related configuration in Hugo[markup]# Syntax Highlighting (https://gohugo.io/content-management/syntax-highlighting)[markup.highlight]# false is a necessary configuration (https://github.com/dillonzq/LoveIt/issues/158)noClasses=false