Hexo-theme-next: 请问next模板如何添加resume简历?

Created on 14 Jan 2017  ·  7Comments  ·  Source: iissnan/hexo-theme-next

next模板如何添加resume简历?

Most helpful comment

你也可以自己添加一个html 页面,在头部添加不进行渲染的指令

layout: false
title: "个人简历"
---

<!doctype html>
<html lang="zh">
<head>
...

All 7 comments

创建一个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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

syscca picture syscca  ·  4Comments

dev-fancyluo picture dev-fancyluo  ·  3Comments

zhgcao picture zhgcao  ·  3Comments

winterrain5 picture winterrain5  ·  4Comments

payne4handsome picture payne4handsome  ·  4Comments