Skip to content

ilya-zvoznikov/19_site_generator

 
 

Repository files navigation

Encyclopedia

Encyclopedia is a site consisted of educational articles from DEVMAN.org. You can see it at https://ilya-zvoznikov.github.io/19_site_generator/www/index.html. It created automatically by Site Generator Script. The script converts Markdown articles to HTML and tracks any changes in site templates and articles.

How to Intall

Python 3 should be already installed. Then use pip (or pip3 if there is a conflict with old Python 2 setup) to install dependencies:

$ pip install -r requirements.txt # alternatively try pip3

Remember, it is recommended to use virtualenv/venv for better isolation.

Project Goals

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.6%
  • Python 2.4%