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/

Showing NexT page.type handling

Types added

  1. tags
  2. categories
  3. schedule

Hexo

front-matter, layout

Reference

  1. Front-matter | Hexo
  2. default_layout - Configuration | Hexo

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