15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > 快速搭建个人网站

快速搭建个人网站

时间:2023-05-30 04:51:01 | 来源:网站运营

时间:2023-05-30 04:51:01 来源:网站运营

快速搭建个人网站:

1. 下载Hogo

1.1 安装choco

choco 是windows下的包管理软件

# 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

2.2 安装Hugo

choco install hugo -confirm
安装参考:Install Hugo






2. Hugo

1. 让Hugo在本地建立一个网站

hogo new site filename# 例如hogo new site Works


2. 配置主题

下载主题,这里使用的主题是:https://themes.gohugo.io/themes/hugo-theme-cleanwhite/

把主题下载到Works/themes文件下面

3. 按照主题进行设置

把Works/themes/hugo-theme-cleanwhite/exampleSite 中的所有文件放到D:/github_hugo/Works 下面,点击覆盖即可

3. 启动

githun_hugo/Works 文件夹下面执行

hugo serve





4. github变为所有人可访问

1. 在github上建立一个仓库

名字为:github名字.http://github.io

2.

首先修改baseUrl

然后在命令行输入

命令行输入hugo --baseUrl="https://wanghuineu.github.io/" --bulidDrafts会产生一个public文件夹

把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日

--------------------------------------------

1. 模板的使用和更新

categories 对应上面的label

tags对应下面的label





2. 检索

https://themes.gohugo.io/themes/hugo-theme-cleanwhite/

检索没有设置成功,有时间再回来设置

参考:

Static site search with Hugo + Algolia
Sign in



3. 设置评论

https://www.joelnitta.com/posts/2021-11-24_using-giscus/
仓库id
GitHub仓库ID号码是否永久? - VoidCC
giscus

加入了评论功能




--------------------------------------

运行

会产生一个public文件,将public文件中的所有内容复制到D:/github_hugo/Works/WangHuiNEU.github.io

然后使用github/Desktop push到github上即可

hugo --baseUrl="https://wanghuineu.github.io/"


撰写文章

加上hide-in-home 那么tags不会出现在FEATURED TAGS 里面




只有出现两篇文章时候,FEATURED TAGS 里面才会出现tag





关键词:

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭