Skip to content

georgexyz19/inkscapetutorial.org

Repository files navigation

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.

About

pelican code reop for inkscapetutorial.org website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published