Ilya Boyazitov

Results 4 issues of Ilya Boyazitov

### Description This option useful in case when you build subsites separately. For example, for this structure ``` . └── / ├── A/ ├── B/ └── C/ ``` each site...

documentation

A regular expression `/\w+/g` was added in PR #307, which broke the search for non-english words. I changed it to `/\p{L}+/gu` to add support for all Unicode characters and removed...

Fix some security issues caused by outdated JQuery in lightbox2 (https://github.com/lokesh/lightbox2/issues/707)