Hexo生成静态页面的是基于MarkDown文件生成吗?是否能在网站上实时输入并更新呢?能够自己填充更多的页面吗?
Yes, the static pages are generated from markdown files. You could try CI.
Yes, the static pages are generated from markdown files. You could try CI.
fine.How do I add my customized page?
@Mengbuxiu
You can make customized layout by yourself.
For example, hexo-theme-landscape has seven templates.
You can specify which layout do you use by each post.
---
layout: post //specify which layout do you use
title: "example"
date: 2018-11-13 19:02:46
---
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Yes, the static pages are generated from markdown files. You could try CI.