美文网首页
搭建个人博客

搭建个人博客

作者: ivywenyuan | 来源:发表于2018-08-07 14:46 被阅读50次

ruby更新好之后,

    1. 开心地安了 jekyll
sudo gem install jekyll
    1. 到 wenyuanma.github.io 目录下
bundle install

报错 Could not locate Gemfile
执行 jekyll new . --force
然后再执行 bundle install

    1. 启动 server bundle exec jekyll serve 显示
Configuration file: /Users/mawenyuan/Documents/learn/githublearn/wenyuanma.github.io/_config.yml
            Source: /Users/mawenyuan/Documents/learn/githublearn/wenyuanma.github.io
       Destination: /Users/mawenyuan/Documents/learn/githublearn/wenyuanma.github.io/_site
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.552 seconds.
 Auto-regeneration: enabled for '/Users/mawenyuan/Documents/learn/githublearn/wenyuanma.github.io'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.

在浏览器中输入 http://127.0.0.1:4000/ 个人页面在本地就起来了。

相关文章

  • Hexo博客搭建详细笔记(Win10+Gitee)

    目录 1、为什么要搭建个人博客 2、搭建个人博客的多种选择 (1)动态博客搭建 (2)静态博客搭建 3、先简要介绍...

  • Hexo+github搭建个人博客-博客发布篇

    通过 Hexo+github搭建个人博客-环境搭建篇 以及 Hexo+github搭建个人博客-博客初始化篇 ...

  • Blog

    个人博客搭建

  • 个人博客搭建

    https://ppb2.github.io/ 预览版

  • 个人博客搭建

    win7 安装虚拟环境 win10安装virtualenv 若要使用python虚拟环境进行开发,首先需要安装vi...

  • 搭建个人博客

    ruby更新好之后, 开心地安了 jekyll 到 wenyuanma.github.io 目录下 报错 Coul...

  • 个人博客搭建

    基础环境搭建 安装open jdk yum -y install java-1.8.0-openjdk java-...

  • 搭建个人博客

    搭建个人博客的想法 作为一个程序员时不时会看到和想到一些好的文章和观点,有时候还有些漂亮的代码段,想记录下来的方式...

  • 搭建个人博客

    [TOC]Hexo官方文档 步骤 在github中新建一个仓库,仓库的名称必须是 你的用户名.github.io ...

  • 搭建个人博客

    购买阿里云实例 我购买的是北京机房的随机分配,其他的默认配置,付款前,选择使用推荐码, yun999(这个是淘宝里...

网友评论

      本文标题:搭建个人博客

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