Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tboox/tboox.github.io

The Website for the TBOOX Open Source Project!
https://github.com/tboox/tboox.github.io

gbox tboox tbox vm86 xmake

Last synced: 27 days ago
JSON representation

The Website for the TBOOX Open Source Project!

Awesome Lists containing this project

README

        

# TBOOX Open Source Project Website

### Installing jekyll

```bash
$gem install jekyll -v 3.1.0
```

### Installing Kramdown and Rouge

```bash
$gem install kramdown rouge
```

### Installing Jekyll Paginate

```bash
$gem install jekyll-paginate
```

## Installing Jekyll Multiple Languages

```bash
$gem install jekyll-multiple-languages
```

### The site source codes

```bash
$git checkout sitesrc
```