Hugo Command

2023-11-16 19:57:11 浏览数 (1)

1 2 3 4 5 6 7 8 9

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/zhuyaguang/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" hugo new posts/hugo-command.md hugo server -D hugo --destination ./docs --buildDrafts --cleanDestinationDir

0 人点赞