Skip to content

Commit

Permalink
update passages
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanLaai committed Dec 27, 2023
1 parent 1403b37 commit 3545ac6
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@

文章内容所见即所得。写完文章后快捷键 ```Crtl + U```快速发布文章,然后等待GitHub Action部署完成,刷新页面就可以看到新文章,如下为展示的效果:

[点击预览](https://www.laais.cn/video/obsdidian_hugo_auto_deploy.mp4)
[点击预览](https://blog.laais.cn/video/obsdidian_hugo_auto_deploy.mp4)


# 快速开始
Expand Down
4 changes: 2 additions & 2 deletions config.toml
@@ -1,5 +1,5 @@
title = "SivanLaai's Blog"
baseURL = "https://www.laais.cn"
baseURL = "https://blog.laais.cn"
# theme
# 主题
theme = "FixIt"
Expand Down Expand Up @@ -859,7 +859,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
[author]
name = "SivanLaai"
email = "lyhhap@163.com"
link = "https://www.laais.cn"
link = "https://blog.laais.cn"

# Sitemap config
# 网站地图配置
Expand Down
2 changes: 1 addition & 1 deletion config.yml.bak
@@ -1,4 +1,4 @@
baseURL: https://www.laais.cn
baseURL: https://blog.laais.cn
# baseURL: https://www.sulvblog.cn # 绑定的域名
languageCode: zh-cn # en-us
title: SivanLaai's Blog
Expand Down
4 changes: 2 additions & 2 deletions content/posts/projects/rime/info.md
Expand Up @@ -228,7 +228,7 @@ tags:



- [查看安装方法](https://www.laais.cn/posts/projects/rime/installation/)
- [查看安装方法](https://blog.laais.cn/posts/projects/rime/installation/)



Expand Down Expand Up @@ -320,7 +320,7 @@ tags:
- 2.修复小鹤双拼简繁转换问题
- 3.自然码支持简繁转换问题

#### [查看全部历史](https://www.laais.cn/posts/projects/rime/update_history/)
#### [查看全部历史](https://blog.laais.cn/posts/projects/rime/update_history/)



Expand Down
4 changes: 2 additions & 2 deletions content/posts/technology/auto_deploy_with_obsidian.md
Expand Up @@ -106,8 +106,8 @@ services:
MYSQL_USER: user
MYSQL_PASSWORD: PASSWORD
SITE_NAME: "SivanLaai's Blog"
SITE_URL: 'http://www.laais.cn'
SECURE_DOMAINS: 'www.laais.cn'
SITE_URL: 'http://blog.laais.cn'
SECURE_DOMAINS: 'blog.laais.cn'
AUTHOR_EMAIL: 'eamil@163.com'
SMTP_PASS: SMTP_PASSWORD
SMTP_USER: qqid@qq.com
Expand Down
4 changes: 2 additions & 2 deletions data/friends.yml
@@ -1,4 +1,4 @@
- nickname: SivanLaai
avatar: https://www.laais.cn/avatar.png
url: https://www.laais.cn
avatar: https://blog.laais.cn/avatar.png
url: https://blog.laais.cn
description: It will blossome finally.
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -19,7 +19,7 @@ hugo --gc --minify --cleanDestinationDir
cd public

# deploy to github pages
echo 'www.laais.cn' > CNAME
echo 'blog.laais.cn' > CNAME
username="SivanLaai"
email="lyhhap@163.com"
git config --global user.name "$username"
Expand Down

0 comments on commit 3545ac6

Please sign in to comment.