You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
%E5%BF%AB%E9%80%9F%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2-Hugo-%E7%8E%AF%E5%A2%83/
进入要存放博客文件的目录之后才可以执行以下指令
拉取安装最新Hugo 1 2 3 4 5 6 7 8 9 10 response=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest);\ version=$(echo "$response" | jq -r '.tag_name');\ download_url=$(echo "$response" | jq -r '.assets[-5].browser_download_url');\ echo "--- Hugo version: "$version" ----";\ curl -L -o hugo.deb $download_url;\ sudo apt install ./hugo.deb;\ rm hugo.deb;\ unset response;\ unset version;\ unset download_url 拉取博客源数据 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 git config --global init.
https://hcy-asleep.github.io/%E5%BF%AB%E9%80%9F%E6%9C%AC%E5%9C%B0%E9%83%A8%E7%BD%B2-Hugo-%E7%8E%AF%E5%A2%83/
Beta Was this translation helpful? Give feedback.
All reactions