文章更新
This commit is contained in:
@@ -45,7 +45,12 @@ const blockchain = defineNoteConfig({
|
||||
sidebar: [
|
||||
{ text: "区块链运维指南", link: "/ops/blockchain/" },
|
||||
{
|
||||
text: "区块链运维", prefix: "/blockchain", items: [
|
||||
text: "区块链理论基础", items: [
|
||||
{ text: "区块链的基本原理", link: "/ops/blockchain/theory/basic-principles/" },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: "区块链运维", items: [
|
||||
{ text: "区块链网络部署指南", link: "/ops/blockchain/deployment/" }
|
||||
]
|
||||
}
|
||||
|
||||
25
docs/blog/website/EdgeOne_Pages_Images.md
Normal file
25
docs/blog/website/EdgeOne_Pages_Images.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: 通过 EdgeOne Pages 搭建图床
|
||||
createTime: 2025/09/29 02:28:17
|
||||
permalink: /article/8gihio2v/
|
||||
---
|
||||
|
||||
EdgeOne Pages 是微软提供的一个静态网站托管服务,拥有一定的免费额度,基本上够用。
|
||||
|
||||
## 创建一个 Git 项目
|
||||
|
||||
这里首先要在 Gitee 上要搭建一个项目,用来存储网站中会用到的一些图片。
|
||||
Github 或 CNB 也可以,都支持的,这里的项目的目录就是到时候的访问目录。
|
||||
|
||||
## EdgeOne Page 中导入项目
|
||||
先打开 EdgeOne Page 的[控制台](https://console.cloud.tencent.com/edgeone/pages),这里可以导入 Github、Gitee 和 CNB 的项目。
|
||||
|
||||
然后点击导入项目,选择 Gitee 项目,选择对应的项目,然后直接开始部署就行。
|
||||
|
||||
大概一分钟左右,部署完成之后,可以在项目概览中点击预览,可以预览一下资源的访问。
|
||||
|
||||
## 配置域名
|
||||
|
||||
临时链接可以正常访问的话,可以在项目总揽中点击自定义域名去配置我们的域名。
|
||||
|
||||
项目概览中可以添加自定义域名,输入域名即可,腾讯云有50个免费证书的额度,而且到期之后会自动释放额度,这里可以放心的点使用免费证书
|
||||
@@ -3,3 +3,5 @@ title: 区块链运维指南
|
||||
createTime: 2025/09/28 07:54:17
|
||||
permalink: /ops/blockchain/
|
||||
---
|
||||
|
||||
## 区块链运维
|
||||
15
docs/notes/ops/blockchain/theory/basic-principles.md
Normal file
15
docs/notes/ops/blockchain/theory/basic-principles.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: 区块链的基本原理
|
||||
createTime: 2025/09/28 12:39:11
|
||||
permalink: /ops/blockchain/theory/basic-principles/
|
||||
---
|
||||
|
||||
## 学习资料和课程推荐
|
||||
关于完整的区块链原理的资料,我目前在网上很少看到,只有一些比较基础的课程和书籍。
|
||||
|
||||
目前在B站的话我只找到一个课程是比较推荐的,肖臻老师的[《区块链技术与应用》](https://www.bilibili.com/video/BV1Vt411X7JF/)
|
||||
|
||||
在Youtube上的话,可以看一看[Binance Academy](https://www.youtube.com/@BinanceAcademy)的视频,也不错。
|
||||
|
||||
至于书籍的话,我目前还没有看到特别好的,等我再找找吧。
|
||||
|
||||
Reference in New Issue
Block a user