/inkscapetutorial.org

pelican code reop for inkscapetutorial.org website

Primary LanguageCSS

This is the source code of the website

inkscapetutorial.com

The source code for the website. The website becomes live on 9/1/2021. The website has a 12-page pdf file on Inkscape and a 16 chapter tutorial on Inkscape extension development.

To run a development server in local environment, enter those commands on terminal,

$python -m venv venv
$source venv/bin/activate
$pip install -r requirements.txt
$invoke livereload

The invoke livereload command will serve the contents in the project and auto reload when you change the source markdown file.