Skip to content

iyangming/iyangming.github.io

Repository files navigation

iyangming 的个人博客

基于 Hugo 静态网站生成器构建,部署在 GitHub Pages 上。

🌐 访问地址

https://iyangming.github.io

✨ 技术栈

  • 静态生成器: Hugo (v0.147.7)
  • 主题: Ananke
  • CSS 框架: Tachyons
  • 部署平台: GitHub Pages
  • CI/CD: GitHub Actions (自动构建和部署)

📂 项目结构

iyangming.github.io/
├── content/          # 博客文章源码(Markdown)
├── static/           # 静态资源
├── layouts/          # 自定义布局
├── config.toml       # Hugo 配置文件
└── public/           # 构建输出目录

🚀 本地开发

# 安装 Hugo
brew install hugo

# 启动开发服务器
hugo server -D

# 访问 http://localhost:1313

📝 撰写博客

# 创建新文章
hugo new posts/my-new-post.md

# 编辑 content/posts/my-new-post.md
# 添加你的内容...

# 构建静态文件
hugo

🔧 配置

主要配置文件:hugo.tomlconfig.toml

关键配置项:

  • baseURL: 网站基础 URL
  • title: 网站标题
  • theme: 使用的主题

📊 内容分类

  • 技术分享: AI 智能体、企业数字化
  • 项目展示: 个人项目和实践案例
  • 学习笔记: 技术学习和思考

🔗 相关链接

📄 License

本项目采用 MIT License 开源。


最后更新: 2026-05-13

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors