添加页面
修改菜单
以maupassant主题为例,编辑maupassant主题文件下的_config.yml
1
| vim Blog/themes/maupassant_config.yml
|
编辑效果如下
1 2 3 4 5 6 7 8 9 10 11 12 13
| menu: - page: home directory: . icon: fa-home - page: archive directory: archives/ icon: fa-archive - page: about directory: about/ icon: fa-user - page: 公益 directory: 公益/ icon: fa-heart
|
修改索引页面
vim source/公益/index.md
修改内容如下:
1 2 3 4 5 6 7 8 9 10 11 12
| <!DOCTYPE HTML> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8;"/> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="robots" content="all" /> <meta name="robots" content="index,follow"/> </head> <body> <script type="text/javascript" src="//qzonestyle.gtimg.cn/qzone/hybrid/app/404/search_children.js" charset="utf-8" homePageUrl="http://lilibei.github.io" homePageName="回到我的主页"></script> </body> </html>
|
最终效果
当然也欢迎访问我的博客查看。