start docs with jekyll

and just the docs
This commit is contained in:
lesion
2019-07-12 23:20:55 +02:00
parent c3902a6d64
commit f63d32c067
15 changed files with 423 additions and 0 deletions

34
docs/setup/classic.md Normal file
View File

@@ -0,0 +1,34 @@
---
layout: default
title: Classic
permalink: /seutp/classic
parent: Setup
---
## Classic setup
1. Install Node.js
```bash
curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get install -y nodejs
```
<small>[source](https://github.com/nodesource/distributions/blob/master/README.md)</small>
2. Install Gancio
```bash
npm install --global gancio
```
3. Setup
```bash
gancio setup
```
4. Start
```bash
gancio start
```
5. Enjoy :tada:
Point your web browser to [http://localhost:3000](http://localhost:3000)