next模板如何添加resume简历?
创建一个About 静态页面,用md写就可以了
那怎么去掉页面头尾呢?
你也可以自己添加一个html 页面,在头部添加不进行渲染的指令
layout: false
title: "个人简历"
---
<!doctype html>
<html lang="zh">
<head>
...
@wanghansong dont understand u, write in English if not solved. If solved, close it please. Thank's!
@ivan-nginx The question is that how to create a custom page such as a resume page without next-theme layout, for example, if we have a resume-button in the menu, then when we click the about-button, it jump to a new page which doesn't have the layout(e.g., sidebar) of next-theme but written by ourselves
@wanghansong thank's for translate, and as i see, answer was given: layout: false.
Most helpful comment
你也可以自己添加一个html 页面,在头部添加不进行渲染的指令