Skip to content

BearD01001/hexo-theme-nextd

 
 

Repository files navigation

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 插件


NexT

精于心,简于形

在线预览 Preview | NexT 使用文档 | English Documentation

Join the chat at https://gitter.im/iissnan/hexo-theme-next

NexT Schemes

浏览器支持 Browser support

Browser support

贡献 Contributing

接受各种形式的贡献,包括不限于提交问题与需求,修复代码。等待您的Pull Request

Any types of contribution are welcome. Thanks.

开发 Development

NexT 主旨在于简洁优雅且易于使用,所以首先要尽量确保 NexT 的简洁易用性。

NexT is built for easily use with elegant appearance. First things first, always keep things simple.

hexo-image bower-image jquery-image velocity-image

Packages

No packages published

Languages

  • JavaScript 84.2%
  • CSS 15.7%
  • CoffeeScript 0.1%