The documentation website of Stolos.
This website is built using Jekyll 3.2.
- Clone this repository in a new HTML project
- Run this command in your terminal:
gem install jekyll jekyll-redirect-from && cp .env.example .env - Restart your server, in case it did not restart automatically
- Open the Public URL of your project and enjoy!
- Create a new Stolos project:
stolos projects create sourcelair/jekyll docs.stolos.io - Switch to the new directory:
cd docs.stolos.io - Clone this repository:
git clone git@github.com:sourcelair/docs.stolos.io jekyll - Start your project:
stolos up - Open your project's public URL:
stolos launch