All Projects → xwartz → Hexo Theme Nuna

xwartz / Hexo Theme Nuna

Licence: mit
🌱 Yet another hexo theme.

Labels

Projects that are alternatives of or similar to Hexo Theme Nuna

0x5e.github.io
A peosonal blog
Stars: ✭ 5 (-91.23%)
Mutual labels:  hexo
Hexo Theme Snippet
Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
Stars: ✭ 977 (+1614.04%)
Mutual labels:  hexo
Clexy
Theme for Hexo ( Node.js Based Blog Framework )
Stars: ✭ 48 (-15.79%)
Mutual labels:  hexo
Hexo Theme Ayer
a clean and elegant theme for Hexo. 🐋
Stars: ✭ 888 (+1457.89%)
Mutual labels:  hexo
Hexo
A fast, simple & powerful blog framework, powered by Node.js.
Stars: ✭ 33,885 (+59347.37%)
Mutual labels:  hexo
Hexo Theme Diaspora
Hexo theme, Blog theme, Clean, Responsive theme
Stars: ✭ 986 (+1629.82%)
Mutual labels:  hexo
Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+1217.54%)
Mutual labels:  hexo
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+1794.74%)
Mutual labels:  hexo
Hexo Generator Index
Index generator plugin for Hexo.
Stars: ✭ 27 (-52.63%)
Mutual labels:  hexo
Hexagon
A package manager for Hexo
Stars: ✭ 47 (-17.54%)
Mutual labels:  hexo
Hexo Theme Kunkka
A Hexo theme ported from Wordpress
Stars: ✭ 22 (-61.4%)
Mutual labels:  hexo
Hexo Theme Next
🎉 Elegant and powerful theme for Hexo.
Stars: ✭ 835 (+1364.91%)
Mutual labels:  hexo
Hexagon
◀️⏹▶️ R package for creating hexagon shaped xy data frames.
Stars: ✭ 40 (-29.82%)
Mutual labels:  hexo
Hexo Theme Next
Elegant and powerful theme for Hexo.
Stars: ✭ 7,379 (+12845.61%)
Mutual labels:  hexo
Hexo Auto Category
Generate categories automatically for each post in Hexo
Stars: ✭ 49 (-14.04%)
Mutual labels:  hexo
Hexo Theme Nexmoe
🔥 一个比较特别的 Hexo 主题
Stars: ✭ 789 (+1284.21%)
Mutual labels:  hexo
Hexo Theme Adoubi
yet another hexo theme
Stars: ✭ 37 (-35.09%)
Mutual labels:  hexo
Fexo
A minimalist design theme for hexo.
Stars: ✭ 1,089 (+1810.53%)
Mutual labels:  hexo
Hexo Theme Volantis
A Wonderful Theme for Hexo https://volantis.js.org
Stars: ✭ 1,050 (+1742.11%)
Mutual labels:  hexo
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-22.81%)
Mutual labels:  hexo

hexo-theme-nuna Build Status

nuna

预览

在线访问 https://xwartz.github.com/blog

qrcode

安装

在博客目录安装以下模块,可参考 Blog

"dependencies": {
    "hexo": "^3.2.0",
    "hexo-browsersync": "^0.2.0",
    "hexo-deployer-git": "^0.2.0",
    "hexo-generator-archive": "^0.1.4",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-feed": "^1.1.0",
    "hexo-generator-index": "^0.2.0",
    "hexo-generator-sitemap": "^1.1.2",
    "hexo-generator-tag": "^0.2.0",
    "hexo-renderer-ejs": "^0.2.0",
    "hexo-renderer-jade": "^0.3.0",
    "hexo-renderer-marked": "^0.2.11",
    "hexo-renderer-stylus": "^0.3.0",
    "hexo-server": "^0.2.0",
    "hexo-wordcount": "1.2.3"
}
npm install

启用

修改 _config.ymltheme 配置项为 nuna:

theme: nuna

主题参数

# 首页文章默认封面
thumbs: [/thumb/thumb-0.png,
        /thumb/thumb-1.png,
        /thumb/thumb-2.png,
        /thumb/thumb-3.png,
        /thumb/thumb-4.png,
        /thumb/thumb-5.png,
        /thumb/thumb-6.png,
        /thumb/thumb-7.png,
        /thumb/thumb-8.png,
        /thumb/thumb-9.png]

# 评论支持 disqus、多说
# disqus: xwartz
duoshuo: xwartz

# 统计支持 谷歌、百度、qq
# google-analytics:
ga: UA-69822347-1
# baidu-analytics:
ba: //hm.baidu.com/hm.js?b9e5254ddb0a9c4c4cd158df0d05a54c
# qq mta
qq:
    sid: 500303098
    cid: 500303108

内容显示

文章

  • 新建文章:hexo new post 'hello-world'

  • 自定义图片

<!-- 首页封面图 -->
thumb: http://ww3.sinaimg.cn/large/7853084cgw1f7vttm4rr9j20dm0amt9i.jpg
<!-- 文章大图 -->
cover: http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg
  • 显示文章简介
<!-- Excerpt in index -->
description: hello world
+ <!-- more -->
<!-- The rest of contents -->

个人页

  • 新建个人页:hexo new page 'about'

  • 自定义图片

<!-- 文章大图 -->
cover: http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg
  • 显示简介
<!-- Excerpt in index -->
+ <!-- more -->
<!-- The rest of contents -->

相册

  • 新建相册:hexo new photo 'photo'

  • 编辑图片

<!-- 
![](http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg)
![](http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg)
![](http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg)
![](http://ww3.sinaimg.cn/large/7853084cgw1f7vueqesr5j21jk0uh446.jpg) 
-->

更新

cd themes/nuna
git pull

贡献

欢迎提交 pr

更新日志

./CHANGELOG.md

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].