时间:2023-04-30 16:36:02 | 来源:网站运营
时间:2023-04-30 16:36:02 来源:网站运营
Macbook pro + Hugo + gitee搭建个人网站:(base) xiewenwen@liedeMBP my_web % hugo new site my_web Congratulations! Your new Hugo site is created in /Users/xiewenwen/opt/my_web/my_web.Just a few more steps and you're ready to go:1. Download a theme into the same-named folder. Choose a theme from https://themes.gohugo.io/ or create your own with the "hugo new theme <THEMENAME>" command.2. Perhaps you want to add some content. You can add single files with "hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>".3. Start the built-in live server via "hugo server".Visit https://gohugo.io/ for quickstart guide and full documentation.(base) xiewenwen@liedeMBP my_web %
按照输出的指导步骤baseurl = "/"title = "Mainroad"languageCode = "en-us"paginate = "10" # Number of posts per pagetheme = "mainroad"
2. 本地运行网站 hugo server+++date = "2015-01-08T08:36:54-07:00"draft = truetitle = "about"+++
关键词: