A simple, clean, minimalist theme, featuring content-focused design and single-column layout.
v3.8.1
- IMPORTANT: Due to some user complaints, the use of CDN for images and image resizing has been disabled. If you want to use it again in
init.php
change this line:
$helper = new Helper($useCdn=false);
to
$helper = new Helper($useCdn=true);
- Removed top share box.
- Support for Cyrillic in search.
- Search now is case-insensitive.
- All strings in front-end can be translated.
- Default font changed to Rubik
- Fixed bug in not
pre
code
blocks. Now they are inline. - Changed design for code blocks.
v3.8.0
- Improved search - faster and most memory-flexible full-text search. Now include accents and diacritics.
- Added support for Site logo.
- Improved syntax highlighting for code blocks.
- Removed some unnecessary code.
- Other small bug fixes and improvements.
v3.0.0
- Initial release