Getting Started

First, make a project directory and cd into it. All lines in code blocks that start with >>> are meant to be run as-is in the terminal.

>>> mkdir skip-example
>>> cd skip-example

Next, you can install Skip from PyPI.

>>> pip install skip-ssg

Add some content...

>>> echo "# Hello World" > index.md

And run skip!

>>> skip --serve

You should now be able to view your generated pages at localhost:8080!

You can now continue on to project structure