Skip to content

Commit 7dd3965

Browse files
committed
Add new artical and api
新增文章,更换了bing壁纸api
1 parent 0e5989f commit 7dd3965

File tree

3 files changed

+78
-2
lines changed

3 files changed

+78
-2
lines changed

source/_posts/Variational Inference 与 GAN, NF,VAE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 变分推断与生成模型
44
date: '2022-08-13 18:06:01'
55
categories: '计算机科学'
66
cover: https://yanxuan.nosdn.127.net/690ea921fa343b9d40c9bbc3e95f8cc3.png
7-
copyright_author: '我本张逸仙'
7+
copyright_author: 'Thinker'
88
katex: true
99
---
1010

source/_posts/简历网站?.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
tags: ['计算机科学','网站','博客','科普组第8小组']
3+
title: 计算机小白如何0代码搭建个人博客/简历网站?
4+
date: '2023-04-02 18:06:01'
5+
categories: '计算机科学'
6+
cover: https://image.baidu.com/search/down?url=https://tvax4.sinaimg.cn/large/006UcwnJly1hclfaa3n1zj312w0qwazt.jpg
7+
copyright_author: 'Thinker'
8+
---
9+
10+
> 作者:Thinker
11+
审核:I
12+
13+
你希不希望拥有一个属于自己的博客/简历网站呢?在独属于我们的小空间里,我们可以自由地发挥想象力,打造出一片独一无二的世界。接下来,笔者将向各位读者介绍如何**超快速、超简单**地搭建个人博客/简历网站。
14+
15+
# 注册Github
16+
17+
什么是Github?Github是一个开源代码托管平台,用户可以在上面分享和管理项目。如果你还没有Github账号,那么在本节中笔者将会指导你如何注册一个新的Github账号。如果你已经有一个Github账号了,请直接跳过本节。
18+
19+
### 如何注册Github?
20+
1. 打开Github网站
21+
首先,打开你的浏览器,进入Github官网,网址是 https://github.com/。
22+
2. 填写注册表格
23+
在Github网站首页,点击右上角的“Sign up”按钮,进入注册页面。在注册页面上,你需要填写以下信息:用户名、电子邮件地址和密码。请确保你使用的电子邮件地址是有效的,因为你需要通过电子邮件验证你的账号。填写完毕后,点击“Create an account”按钮。
24+
3. 验证你的邮箱地址
25+
第二步完成之后,Github将会向你提供的电子邮件地址发送一封验证邮件。请检查你所填写的邮箱,在邮件中点击“Verify email address”按钮即可完成验证。
26+
27+
# 选择目标界面项目
28+
不知道各位读者对个人博客/简历网站两个概念是否有所了解,笔者在此以两个常见的界面为例:
29+
1. 个人学术简历:
30+
https://github.com/academicpages/academicpages.github.io
31+
该静态界面如下:
32+
33+
<img src="https://image.baidu.com/search/down?url=https://tvax1.sinaimg.cn/large/006UcwnJly1hclbhh59q2j30o00d97at.jpg" alt="image.png" title="image.png" />
34+
35+
2. 博客界面:
36+
https://github.com/klovien/klovien.github.io
37+
该静态界面如下:
38+
39+
<img src="https://image.baidu.com/search/down?url=https://tvax4.sinaimg.cn/large/006UcwnJly1hclbma2bjgj30o00bsdki.jpg" alt="image.png" title="image.png" />
40+
41+
# 创建个人网站
42+
在上一节中,点击链接进入对应的项目(学术简历界面为例),我们可以在项目页面的右上角找到“Fork”按钮:
43+
44+
<img src="https://image.baidu.com/search/down?url=https://tvax3.sinaimg.cn/large/006UcwnJly1hclbohkecrj30o00ccjwm.jpg" alt="image.png" title="image.png" />
45+
46+
点击Fork后,转到我们fork来的仓库下,在设置中修改项目名为:yourusername.github.io。这里的yourusername指的是各位读者的Github账户名称。
47+
48+
> 注意:.github.io是不可缺少的,仅替换”yourusername”即可
49+
50+
<img src="https://image.baidu.com/search/down?url=https://tvax2.sinaimg.cn/large/006UcwnJly1hclbrtt4ugj30o00f0q7y.jpg" alt="image.png" title="image.png" />
51+
52+
# 个性化配置
53+
54+
在浏览器中输入 yourusername.github.io (用户名请替换成各位读者的Github账户名称)即可进入你的网站。笔者以学术简历网站为例,在项目介绍(readme文件)里有关于如何进行个性化设置的介绍:
55+
56+
<img src="https://image.baidu.com/search/down?url=https://tvax2.sinaimg.cn/large/006UcwnJly1hclbytpyspj30o10abn3u.jpg" alt="image.png" title="image.png" />
57+
58+
说明示例如下:
59+
60+
<img src="https://image.baidu.com/search/down?url=https://tvax1.sinaimg.cn/large/006UcwnJly1hclbzf0xphj30o10j10yo.jpg" alt="image.png" title="image.png" />
61+
62+
如,您想对其中某个界面做修改,只需要进入你的项目的对应界面,点击修改按钮:
63+
64+
<img src="https://image.baidu.com/search/down?url=https://tvax4.sinaimg.cn/large/006UcwnJly1hclc0hlk7wj30o10brn3k.jpg" alt="image.png" title="image.png" />
65+
66+
对网站界面做出修改后(个性化定制后),点击commit即可提交修改,过一会(需要等待网站部署完成)再次浏览你的网站就可以发现内容已经完成修改。
67+
68+
<img src="https://image.baidu.com/search/down?url=https://tvax2.sinaimg.cn/large/006UcwnJly1hclc1r4kx6j30o10iuaf9.jpg" alt="image.png" title="image.png" />
69+
70+
除此之外,你也可以上传你自己的文件(如pdf、图片等),这部分在项目介绍(readme文件)里有讲。接下来,你只需要做的就是不断摸索、学习模板的样式,你就可以搭建一个属于你自己的学术简历网站了!
71+
72+
> 如何用自己的域名?
73+
这个需要自行购买域名,不属于免费范畴,本文不进行介绍。
74+
75+

themes/butterfly/_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ avatar:
8686
disable_top_img: false
8787

8888
# The banner image of home page
89-
index_img: https://bing.ioliu.cn/v1/?w=1920&h=1200
89+
index_img: https://bing.biturl.top/?resolution=1920&format=image&index=0&mkt=zh-CN
90+
# https://bing.ioliu.cn/v1/?w=1920&h=1200
9091

9192
# If the banner of page not setting, it will show the top_img
9293
default_top_img: https://yanxuan.nosdn.127.net/432fbacb591f9256c9884ed43d05ffa0.png

0 commit comments

Comments
 (0)