About Me

关于我

基本信息

  • 姓名: 孙
  • 年龄: 13岁
  • 身份: 山东初中生
  • 兴趣: 编程、技术分享、开源项目

技术栈

  • 编程语言: Python、JavaScript、HTML/CSS
  • 框架: Hexo、Flask
  • 平台: GitHub、Vercel
  • 博客系统: Hexo + Fluid主题

我的项目

GitHub

本站托管admin191

  • 托管平台: Vercel, GitHub Pages
  • 域名: http://www.aoo.life
  • 部署方式: Vercel自动部署, GitHub Pages手动部署

Fluid主题详细配置

基础配置

1
2
3
4
5
6
7
8
9
10
# 主题配置
theme: fluid

# 站点信息
title: 孙的小客栈🏠️
subtitle: 'Learning and Sharing'
description: 'A blog about Swiftie_G, Python Development, and more.'
author: Swiftie_G
language: en
timezone: 'Asia/Shanghai'

代码高亮配置

1
2
3
4
5
6
7
8
9
10
11
12
# 主配置文件 _config.yml
syntax_highlighter: false # 禁用内置高亮,使用主题高亮

# 主题配置文件 themes/fluid/_config.yml
code:
highlight:
enable: true
line_number: true
lib: "highlightjs"
highlightjs:
style: "vs2015"
style_dark: "vs2015"

暗色模式配置

1
2
3
dark_mode:
enable: true
default: auto # 自动切换暗色模式

自定义功能

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
fun_features:
typing:
enable: true
typeSpeed: 65
cursorChar: "_"
loop: true

anchorjs:
enable: true
element: h1,h2,h3,h4,h5,h6
placement: left
visible: hover

progressbar:
enable: true
height_px: 3
color: "#29d"

自定义JS和CSS

1
2
3
4
5
6
7
8
# 自定义JS文件
custom_js:
- https://blog-static.cnblogs.com/files/axqa/snowflakeCursor.js
- https://files.cnblogs.com/files/quaint/sakuraPlus.js

# 自定义CSS文件(可选)
# custom_css:
# - https://cdn.jsdelivr.net/npm/mouse-follow@1.0.0/dist/mouse-follow.min.css

联系方式


最后更新时间: 2025年12月12日

版权声明: 本博客所有内容除特别声明外,均采用 CC BY-SA 4.0 许可协议,转载请注明出处。


About Me
http://www.aoo.life/2025/01/12/hello-world/
Author
Posted on
January 12, 2025
Licensed under