上篇的主题过于简单,适合新手练手。现在想要更多的功能,在网上看到新的主题,感觉还不错,就想着把主题改了。

一、下载主题

  • git clone https://github.com/olOwOlo/hugo-theme-even themes/even
  • cd themes/even/exampleSite
  • 将config.toml复制到根目录,替换旧的config.toml文件

二、生成博客文件

  • 打开terminal, cd myblog
  • hugo new post/second.md
  • 使用vs code编写markdown
  • 在线调试 hugo server -t even --buildDrafts

三、修改配置

  • 本文件最上方的title,这个title是本篇的名称
  • baseURL = "https://cold-eye.github.io/"
  • defaultContentLanguage = "zh-cn"
  • title = "冷眼 - 技术驱动"
  • 博客最下方的作者名字name = "冷眼"

四、提交github

  • hugo --theme=even --baseUrl='https://cold-eye.github.io/' --buildDrafts
  • cd public
  • git add .
  • git commit -m "修改主题"
  • git push -u origin master

打赏

微信 微信 支付宝 支付宝
万分感谢