What's new:
static.frontpage = "true"
to your config.iniWhat's new:
What's new:
get_related($p->related)
instead of get_related($p->tag)
category.perpage = "YourValue"
to specify the category list and set category.info = "true"
to show up the category information in your category index page.If this is an upgrade then you need to clear cache after the update process finished using the admin toolbar link to migrate your old content to new folder structure.
Old structure:
content/username/blog/file.md
New structure:
content/username/blog/category/type/file.md
v2.6.1
Previously the URL is case sensitive and now htmly threat /tag/Github
or /tag/github
as the same URL.
Improvements and bugs fixes.
v2.6.0
For performance reason than the recent post, popular post, archive list, or tag cloud widget are cached even for login user (not the resulting output but the array). Tested in a test blog with 6K posts with hundreds of tags and the load for login user decrease dramatically. The page generation time from 1 - 2 seconds decreased to 0.05 - 0.3 seconds (depending on hardware).
Cache will deleted when we edited any content, added new content, or change any config related to those widget. For popular posts widget, by visiting admin/popular
is enough to delete the cache.
To display the page generation time add the following option to admin/config:
generation.time = "true"
To display the cache generation timestamp simply add:
cache.timestamp = "true"
What's new:
/year/month/title
to /post/title
by adding: permalink.type = "post"
into your config.ini.This release includes a few additions, especially if you want to make the front-page as the landing page and require example.com/blog
as your blog home-page. To enable this URL, simply add below line in your config.ini
blog.enable = "true"
After enabling this option than the breadcrumb for any blog posts will become as follows
Home » Blog » Tags » Title
The Blog
will linked to example.com/blog
.
You can see the demo at HTMLy homepage: https://www.htmly.com
Many requests for popular posts feature.
What's new: