init
NexT theme
page.type
NexT added page.type
and handle them by themselves in layout/
(theme/next/layout/page.njk
) and files under _partial/
Types added
- tags
- categories
- schedule
Hexo
front-matter, layout
Reference
The default layout is post
, meaning that Hexo will search for file named post under {Hexo root}/theme
(e.g. theme/next/post.njk
in NexT theme)
Now, I am trying to create another layout “layout: app“, to store my projects/applications in a app store-like format.
And, it is still in progress to update the app.njk.
2021-06-02 01:59