vvscode / 19_site_generator

Задача #19 из курса devman.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encyclopedia

This repo contains articles about python. They stored in articles directory in mardown format.

To make it easier for users - there is a generate.py script, which converts articles to html.

Script relies on external packages, you can install them with

pip3 install -r requirements.txt

Script allow 2 modes build / watch

# just update articles in public/
python3 generate.py 

# starts server with livereload
python3 generate.py --livereload

You can find preview here: https://vvscode.github.io/19_site_generator/public/

Project Goals

The code is written for educational purposes. Training course for web-developers - DEVMAN.org

About

Задача #19 из курса devman.org


Languages

Language:HTML 97.1%Language:Python 2.9%