Giter VIP home page Giter VIP logo

jekyll-playground's Introduction

jekyll-playground

Jekyll playground

Installation

安装 Jekyll 需要以下软件:

  • Ruby (check ruby -v)
  • RubyGems (check gem -v)
  • GCC and Make (check gcc -v, g++ -v and make -v)

Installing Ruby

Windows

Using RubyInstaller.

RubyGems 会随同 Ruby 一起被安装。

Installing Make

Windows

Downloading Make for Windows. 有两种下载方式:1. 下载 Setup program of the package;2. 下载 zip 包,包括 Binaries 和 Dependencies 两个包。我选择第 2 种方式。下载完成后,直接解压,把两个包放到自己喜欢的目录下;比如我就把它们放到了 D:\GnuWin\ 下面。

Installing Jekyll

Windows

命令 gem install jekyll bundler

Quick Start

# Create a new Jekyll site at ./myblog
jekyll new myblog

# Change into your new directory
cd myblog

# Build the site on the preview server
bundle exec jekyll serve

# Now browse to http://localhost:4000

jekyll-playground's People

Contributors

adhwang avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.