美文网首页
通过 github 搭建一个免费的个人博客

通过 github 搭建一个免费的个人博客

作者: 兔子托尼啊 | 来源:发表于2020-02-12 15:31 被阅读0次

    看地址

    兔子托尼啊, 这个就是我搭建好的。

    下面我来告诉你们怎么搭建
    github 搭建主题很简单,只要有个github账号就可以了。

    去github 上面创建一个项目 你的用户名.github.io,切记你的用户名一定要和你注册的github名称一样。

    我是fork的这个主题

    Install and setup
    Before using it, you may need Bower and Bundler on your local to install dependencies.

    • Fork code and clone
    • Run bower install to install all dependencies in bower.json
    • Run bundle install to install all dependencies in Gemfile
    • Update _config.yml with your own settings.
    • Add posts in /_posts
    • Commit to your own Username.github.io repository.

    因为前端已经开始分模块来,这次构建我们用基于NodeJs、Bower and Bundler 命令。

    • 首先fork 代码到你的本地
    • 命令行执行 bower install
    • 命令行执行 bundle install
    • 更新_config.yml成你的
    • _posts这个文件夹就是你放博客的地方

    如下图我们只要在里面放你的博客文章就可以了


    在这里插入图片描述

    支持MarkDown的写法很方便的。

    如果有搭建不成功的可以回复我,我帮你。


    关注公众号更多免费福利。

    相关文章

      网友评论

          本文标题:通过 github 搭建一个免费的个人博客

          本文链接:https://www.haomeiwen.com/subject/nbkcfhtx.html