Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/tboox/tboox.github.io
- Owner: tboox
- License: mit
- Created: 2014-08-14T03:30:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T07:02:56.000Z (9 months ago)
- Last Synced: 2024-11-05T09:51:18.947Z (2 months ago)
- Topics: gbox, tboox, tbox, vm86, xmake
- Language: HTML
- Homepage: https://tboox.org
- Size: 338 MB
- Stars: 9
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```