# carlos的博客网站 **Repository Path**: carlosw0713/carlosw0713.github.oi ## Basic Information - **Project Name**: carlos的博客网站 - **Description**: 我的博客网站 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://carlosw0713.github.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-01 - **Last Updated**: 2023-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Jekyll, HTML, hdm ## README ![](https://cdn.nlark.com/yuque/0/2023/png/38423761/1690790198839-3d270bb1-2e92-437d-a435-909b42635b12.png) ![](https://img.shields.io/badge/HTML-red) ![](https://img.shields.io/badge/jekyll-green) ![](https://img.shields.io/badge/Ruby-3.2.21-block) ![](https://img.shields.io/github/issues/carlosw0713/carlosw0713.github.io.svg?style=flat) ![](https://img.shields.io/badge/license-MIT-blue.svg?style=flat) ![](https://img.shields.io/github/stars/carlosw0713/carlosw0713.github.io.svg?style=social&label=Star) ![](https://img.shields.io/github/forks/carlosw0713/carlosw0713.github.io.svg?style=social&label=Fork) ## 关于 博客的模板是从 [Hux](https://github.com/Huxpro/huxpro.github.io) fork的。非常感谢这个这个作者。 详细教程参考 《[使用 GitHub Pages + Jekyll 快速搭建个人博客网站](https://carlosw0713.github.io/2023/07/15/%E4%BD%BF%E7%94%A8-GitHub-Pages-+-Jekyll-%E5%BF%AB%E9%80%9F%E6%90%AD%E5%BB%BA%E4%B8%AA%E4%BA%BA%E5%8D%9A%E5%AE%A2%E7%BD%91%E7%AB%99/)》 ### [点击查看博客详情 👆](https://carlosw0713.github.io/) ## 部署 ### 1. 本地安装 Jekyll - 安装 Ruby和Devkit [Downloads](https://rubyinstaller.org/downloads/) - Jekyll cmd命令:`gem install jekyll bundler` ### 2. 克隆到本地 - git clone git@github.com:carlosw0713/carlosw0713.github.io.git ### 3. 运行项目 - 在安装好jekyll的前提下,cmd命令切换到仓库文件目录下,执行以下命令来启动 Jekyll 服务器: ``` bundle exec jekyll serve gem update jekyll # 更新jekyll gem update github-pages #更新依赖的包 ``` - 在浏览器中访问 [http://localhost:4000](http://localhost:4000/) 就可以看到你的 Jekyll 网站了,你对本地博客的修改都会在这个地址进行显示,修改配置后网址要`强制刷新`才会展示 ## 致谢 1. 博客模板是 [Hux](https://github.com/Huxpro/huxpro.github.io) fork 的, 非常感谢这个作者。 2. 感谢 Jekyll、Github Pages 和 Bootstrap。