时间:2023-05-30 04:51:01 | 来源:网站运营
时间:2023-05-30 04:51:01 来源:网站运营
快速搭建个人网站:# 1. 在cmd输入PowerShell# 2. 输入 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))# 参考:https://blog.csdn.net/weixin_41831919/article/details/116209846?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~aggregatepage~first_rank_ecpm_v1~rank_v31_ecpm-1-116209846.pc_agg_new_rank&utm_term=%E5%A6%82%E4%BD%95%E5%AE%89%E8%A3%85choco&spm=1000.2123.3001.4430
choco install hugo -confirm
安装参考:Install Hugo
hogo new site filename# 例如hogo new site Works
D:/github_hugo/Works
下面,点击覆盖即可githun_hugo/Works
文件夹下面执行hugo serve
命令行输入hugo --baseUrl="https://wanghuineu.github.io/" --bulidDrafts
会产生一个public文件夹WangHuiNeU.github.io
github上即可 参考:
The world’s fastest framework for building websites
Hugo - 10分钟搭建 & 部署个人网站/博客,简历中的博客网站怎么建_哔哩哔哩_bilibili
个人简历参考的demo:https://hugo-toha.github.io/
2022年2月13日
Static site search with Hugo + Algolia
Sign in
https://www.joelnitta.com/posts/2021-11-24_using-giscus/
仓库idgiscus
GitHub仓库ID号码是否永久? - VoidCC
D:/github_hugo/Works/WangHuiNEU.github.io
github/Desktop
push到github上即可 hugo --baseUrl="https://wanghuineu.github.io/"
关键词: