lukasgeiter / mkdocs-awesome-pages-plugin

An MkDocs plugin that simplifies configuring page titles and their order
MIT License
453 stars 35 forks source link

UTF-8 encoding error #2

Closed HP-ERNI-Victor closed 6 years ago

HP-ERNI-Victor commented 6 years ago

Hi! this plugin is awesome 👍

but there is an error with files that are encoded with UTF-8, I had to edit the following line ` File "c:\users\perezv\appdata\local\programs\python\python36\lib\site-packages\mkdocs_awesome_pages_plugin\factory.py", line 68, in _create_leaf_page

with open(path, encoding='UTF-8') as file: ` in order to get it to work on my project.

Thanks!

lukasgeiter commented 6 years ago

Hi! I'm glad you like the plugin and appreciate the bug report. I've fixed the issue and released version 1.1.2.