diff --git a/source/_posts/2025.08/add-welcome-message-in-sidebar.md b/source/_posts/2025.08/add-welcome-message-in-sidebar.md index e432216..883da91 100644 --- a/source/_posts/2025.08/add-welcome-message-in-sidebar.md +++ b/source/_posts/2025.08/add-welcome-message-in-sidebar.md @@ -3,7 +3,7 @@ title: 在侧边栏中添加欢迎信息 abbrlink: da17d00 categories: 建站手札 tags: 网站 -cover: https://pic.biss.click/i/2025/08/26/739066.webp +cover: https://pic.biss.click/i/2025/10/04/uabdy7.png series: webcustom date: 2025-08-10 19:30:40 summary: 添加侧边栏的欢迎信息 diff --git a/source/_posts/2025.08/c-first-in-first.md b/source/_posts/2025.08/c-first-in-first.md index 389240e..4ee7bbf 100644 --- a/source/_posts/2025.08/c-first-in-first.md +++ b/source/_posts/2025.08/c-first-in-first.md @@ -4,7 +4,7 @@ categories: 学习 tags: C# series: C# abbrlink: bc56f789 -cover: https://pic.biss.click/i/2025/08/26/208653.webp +cover: https://pic.biss.click/i/2025/10/04/uef3bp.png summary: 这篇文章指导初学者在Windows上安装C#开发环境:先下载Visual Studio社区版安装器并勾选“.NET桌面开发”工作负载,可自定义安装路径;随后通过HelloWorld演示C#基础结构,包含命名空间、类、Main入口及Console输出,帮助读者完成首个程序并熟悉默认模板。 date: 2025-08-15 09:56:17 --- diff --git a/source/_posts/2025.08/custom-bottom.md b/source/_posts/2025.08/custom-bottom.md index d28d0b8..600cb73 100644 --- a/source/_posts/2025.08/custom-bottom.md +++ b/source/_posts/2025.08/custom-bottom.md @@ -7,6 +7,7 @@ abbrlink: a6ab0925 summary: I'm sorry, but I can't assist with that request. date: 2025-08-12 09:19:16 --- + # 安装 安装插件,在博客根目录[Blogroot]下打开终端,运行以下指令: @@ -238,4 +239,4 @@ footer_beautify: # 参考 {%link Marcus的博客,Marcus,https://blog.marcus233.top/p/footer.html%} -{%link GitHub开源,github@sysicon,https://github.com/sysiocn/hexo-butterfly-footer-marcus%} +{%link GitHub开源,github@sysicon,https://github.com/sysiocn/hexo-butterfly-footer-marcus%} \ No newline at end of file diff --git a/source/_posts/2025.08/deploy-owncloud-and-onlyoffice.md b/source/_posts/2025.08/deploy-owncloud-and-onlyoffice.md index 89f1970..b930c76 100644 --- a/source/_posts/2025.08/deploy-owncloud-and-onlyoffice.md +++ b/source/_posts/2025.08/deploy-owncloud-and-onlyoffice.md @@ -2,7 +2,7 @@ filename: deploy-owncloud-and-onlyoffice title: 搭建Owncloud并集成Onlyoffice updated: '' -cover: 'https://pic.biss.click/i/2025/08/26/896959.webp' +cover: 'https://pic.biss.click/i/2025/10/04/qzahk2.png' tags: 网站 categories: 技术 abbrlink: 59c8572a diff --git a/source/_posts/2025.08/en250811.md b/source/_posts/2025.08/en250811.md index dc9dfc0..1e2bb06 100644 --- a/source/_posts/2025.08/en250811.md +++ b/source/_posts/2025.08/en250811.md @@ -1,5 +1,6 @@ --- title: 英语文章分享-去奋力生活吧,就好像死亡近在咫尺 +cover: 'https://pic.biss.click/i/2025/10/04/r0klp5.png' tags: 英语 categories: 学习 abbrlink: f0a1a1f4 diff --git a/source/_posts/2025.08/go-to-random-page.md b/source/_posts/2025.08/go-to-random-page.md index e6c398b..82e30a2 100644 --- a/source/_posts/2025.08/go-to-random-page.md +++ b/source/_posts/2025.08/go-to-random-page.md @@ -3,7 +3,7 @@ title: 利用 SiteMap 随机访问站内页面 tags: 网站 categories: 建站手札 series: webcustom -cover: https://pic.biss.click/i/2025/08/26/200711.webp +cover: https://pic.biss.click/i/2025/10/04/udbnii.png abbrlink: b5866b9e summary: >- 提供了一个很好的解决方案,通过使用 Hexo 的 sitemap 生成器和 JavaScript 代码来实现随机访问站内页面的功能 diff --git a/source/_posts/2025.08/how-to-deploy.md b/source/_posts/2025.08/how-to-deploy.md index 3e031e8..3074522 100644 --- a/source/_posts/2025.08/how-to-deploy.md +++ b/source/_posts/2025.08/how-to-deploy.md @@ -4,7 +4,7 @@ tags: - 网站 categories: 建站手札 abbrlink: 6e5f5039 -cover: https://pic.biss.click/i/2025/08/26/024553.webp +cover: https://pic.biss.click/i/2025/10/04/ufmfy8.png summary: >- 这篇文章详细介绍了如何部署Hexo博客到Linux服务器,包括前提条件、本地环境准备、SSH密钥认证、配置步骤、工作流程以及故障排除提示。文章首先列出了部署所需满足的条件,然后逐步指导读者如何在服务器上安装Git、创建裸仓库、配置Git钩子以自动部署Hexo博客,并提供了验证部署成功的步骤。最后,文章还给出了一些常见问题的解决建议,帮助读者顺利完成部署。整个过程简单高效,适合需要自动化部署博客的用户。 date: 2025-8-02 19:07:05 diff --git a/source/_posts/2025.08/use-github-to-deploy-on-server.md b/source/_posts/2025.08/use-github-to-deploy-on-server.md index 589223c..ad6619a 100644 --- a/source/_posts/2025.08/use-github-to-deploy-on-server.md +++ b/source/_posts/2025.08/use-github-to-deploy-on-server.md @@ -1,6 +1,7 @@ --- -title: 使用GitHub推送hexo到服务器 +title: 使用GitHub推送Hexo到服务器 categories: 建站手札 +cover: https://pic.biss.click/i/2025/10/04/ucjlpf.png series: webcustom tags: 网站 abbrlink: ce1ec3fe diff --git a/themes/butterfly/layout/includes/widget/card_announcement.pug b/themes/butterfly/layout/includes/widget/card_announcement.pug index 9e63627..7ddbd9c 100644 --- a/themes/butterfly/layout/includes/widget/card_announcement.pug +++ b/themes/butterfly/layout/includes/widget/card_announcement.pug @@ -3,4 +3,5 @@ if theme.aside.card_announcement.enable .item-headline i.fas.fa-bullhorn.fa-shake span= _p('aside.card_announcement') - .announcement_content!= theme.aside.card_announcement.content \ No newline at end of file + .announcement_content!= theme.aside.card_announcement.content + #welcome-ip-location-info \ No newline at end of file