1、Hexo bash :
1 | $ npm uninstall hexo-generator-index --save |
2、在需要置顶的文章的Front-matter
中加上:top: true
完毕。
3、置顶的文章添加置顶标志
We go about our daily lives understanding almost nothing of the world.
We give little thought of the machinery that generates the sunlight that makes life possible.
To the gravity that glues us to the earth that would otherwise send us spinning off into the space.
Or to the atoms, which we are made, and on who’s stability we fundamentally depend.
Few of us spend much time wondering why nature is the way it is.
where the cosmos came from.
Whether it was always there.
If time will one day flow backward.
Or whether there are ultimate limits to what humans can know.
What is the smallest piece of the matter.
Why we remember the past and not the future.
AND WHY THERE IS A UNIVERSE ?
If The Moon Were Only 1 Pixel .
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true