Skip to content

invoker-bot/my-blog

 
 

Repository files navigation

Invoker的技术贴

博客Logo

仅仅是一些技术上的小总结

GitHub stars GitHub forks GitHub issues GitHub license

📝 博客简介

这是一个基于Jekyll构建的个人技术博客,主要记录和分享我在技术学习和工作中的经验、心得和解决方案。博客内容涵盖Docker、容器技术、开发工具、编程语言等多个技术领域。

访问地址: https://invoker-bot.github.io/my-blog/

✨ 特色内容

  • 🐳 Docker相关: 容器化技术、镜像管理、私有Registry等
  • 🔧 开发工具: 各类开发工具的使用技巧和最佳实践
  • 💻 编程技术: 编程语言、框架和库的使用心得
  • 🚀 解决方案: 各类技术问题的解决方案和最佳实践

🗂️ 博客目录

  • _posts: 博客文章目录,按日期命名
  • assets: 静态资源文件,如图片、CSS等
  • _layouts: 页面布局模板
  • _includes: 可重用的页面组件
  • _sass: 样式文件
  • _config.yml: Jekyll配置文件

📚 最新文章

🛠️ 技术栈

🚀 本地运行

前提条件

  • Ruby 2.5.0 或更高版本
  • RubyGems
  • GCC 和 Make

安装步骤

  1. 克隆仓库

    git clone https://github.com/invoker-bot/my-blog.git
    cd my-blog
  2. 安装依赖

    gem install bundler
    bundle install
  3. 本地运行

    bundle exec jekyll serve
  4. 在浏览器中访问 http://localhost:4000

📝 如何贡献

  1. Fork 这个仓库
  2. 创建你的特性分支 (git checkout -b feature/amazing-feature)
  3. 提交你的更改 (git commit -m 'Add some amazing feature')
  4. 推送到分支 (git push origin feature/amazing-feature)
  5. 开启一个 Pull Request

📄 许可证

本项目采用 MIT 许可证 - 查看 LICENSE.txt 文件了解详情

📬 联系方式


Built with ❤️ by Invoker Bot

About

个人的一点技术总结

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SCSS 61.3%
  • HTML 35.5%
  • Ruby 2.3%
  • Shell 0.9%