forked from sukria/Dancer2-Plugin-LiteBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
17 lines (12 loc) · 627 Bytes
/
Copy pathTODO
File metadata and controls
17 lines (12 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[FEATURES]
[ ]
Caching : articles, blog, all widget instances should not be rebuilt at
each request. Currently, each time a permalink is called, an Article
instance is created, the yaml and markdown files are parsed, etc. This
should be cached in the worker's memory, at least via an option.
[DESIGN]
[X] (0.04)
The landing page shows the mobile navigation bar on scrolling.
This is not good. The single-page bar should be shown instead.
This implies a refactoring of the navigation bars by merging
the logic of single-page.css and liteblog.css.