NexTD from NexT
花了一两天时间改造了大大的 Hexo 主题,添加了页面封面与博文封面的设置,更大气一些哈 由于第一次使用 Swig 与 Stylus,一边改造一边学习,可惜改动蛮多的,已与原版不兼容_(:зゝ∠)_ 做了响应式处理,基本没什么大问题嘞~
页面封面设置(效果预览 > 熊D博客):
# /themes/nextd/_config.yml
# Page covers for follow pages, whom height is greater than 400px.
# Home cover is required, which is default cover for other pages.
cover:
home: /images/home_bg.jpg
tag: /images/tag_bg.jpg
archive: /images/archive_bg.jpg
category: /images/category_bg.jpg
# post:
# about:
# pages:
博文封面设置(效果预览 > 从零开始:现在开始用ES6写代码 | 熊D博客):
---
title: 从零开始:现在开始用ES6写代码
date: 2016-09-30 18:46:45
categories: JavaScript
tags: [JS,JavaScript,ES6,ECMAScript6,ES2015,Babel,Gulp,NodeJs]
cover: banner-write-in-es6.jpg
---
博文封面效果借鉴了 Hux 大大博客的效果,谢谢~
如果文章无法查到封面路径,请尝试安装 hexo-asset-image
插件
精于心,简于形
在线预览 Preview | NexT 使用文档 | English Documentation
接受各种形式的贡献,包括不限于提交问题与需求,修复代码。等待您的Pull Request
。
Any types of contribution are welcome. Thanks.
NexT 主旨在于简洁优雅且易于使用,所以首先要尽量确保 NexT 的简洁易用性。
NexT is built for easily use with elegant appearance. First things first, always keep things simple.