All Projects → Lemonreds → Hexo Theme Nayo

Lemonreds / Hexo Theme Nayo

一个简洁的Hexo主题.

Labels

Projects that are alternatives of or similar to Hexo Theme Nayo

Hexo Theme Lx
👉 A simple & clear & elegant Hexo theme. 🔭🔭Lx——一款简洁、美观的Hexo博客主题。
Stars: ✭ 144 (-16.28%)
Mutual labels:  hexo
Hexo Theme Amazing
Demo: https://removeif.github.io/removeif-demo hexo-theme
Stars: ✭ 154 (-10.47%)
Mutual labels:  hexo
Hexo Theme Cactus
🌵 A responsive, clean and simple theme for Hexo.
Stars: ✭ 2,139 (+1143.6%)
Mutual labels:  hexo
Hexo Theme Lite
Keep Calm, Light and Writing. Light Hexo Theme.
Stars: ✭ 148 (-13.95%)
Mutual labels:  hexo
Hexo Wordcount
A Word Count Plugin for Hexo
Stars: ✭ 150 (-12.79%)
Mutual labels:  hexo
Disqus Proxy
Hexo插件 解决国内不能访问 Disqus 的代理
Stars: ✭ 154 (-10.47%)
Mutual labels:  hexo
Hexo Theme Anodyne
🌋 Original Bright Theme for Hexo
Stars: ✭ 140 (-18.6%)
Mutual labels:  hexo
Hexo Theme Shana
what's a cool hexo theme!
Stars: ✭ 166 (-3.49%)
Mutual labels:  hexo
Hexo Theme Arknights
明日方舟罗德岛阵营的 Hexo 主题,支持数学公式、Valine评论系统、Mermaid图表
Stars: ✭ 154 (-10.47%)
Mutual labels:  hexo
Lruihao.github.io
A Hexo-Next.Pisces Blog modified by LRH.
Stars: ✭ 162 (-5.81%)
Mutual labels:  hexo
Blog
My Blog & Blog System
Stars: ✭ 148 (-13.95%)
Mutual labels:  hexo
Neveryu.github.io
我的博客(Hexo + NexT + GitPage)
Stars: ✭ 150 (-12.79%)
Mutual labels:  hexo
Hexo Renderer Org
Hexo renderer plugin for emacs org-mode
Stars: ✭ 157 (-8.72%)
Mutual labels:  hexo
Hexo Theme Apollo
🌅 a concise hexo theme
Stars: ✭ 1,797 (+944.77%)
Mutual labels:  hexo
Awesome Static Hosting And Cms
A collection of awesome static hosting & CMS providers
Stars: ✭ 163 (-5.23%)
Mutual labels:  hexo
Hexo Cli
Command line interface for Hexo
Stars: ✭ 141 (-18.02%)
Mutual labels:  hexo
Hexo Theme Aath
Hexo 主题
Stars: ✭ 154 (-10.47%)
Mutual labels:  hexo
Hexo Theme Mdui
Stars: ✭ 167 (-2.91%)
Mutual labels:  hexo
Hexo Theme Book
A simple, elegant, book-like hexo theme with some useful features.
Stars: ✭ 166 (-3.49%)
Mutual labels:  hexo
Hexo Theme Varaint
varaint for Hexo
Stars: ✭ 159 (-7.56%)
Mutual labels:  hexo

hexo-theme-nayo

a concise theme for hexo[3.7.0].

在线预览 preview | 常见问题 common issues

效果图

Where is my image?

安装说明

  1. 从github上clone项目下来,放到目录 yourhexoblog/themes/ 下。
$ git clone https://github.com/Lemonreds/hexo-theme-Nayo themes/nayo

或者直接download下来重名为nayo,并放到目录 yourhexoblog/themes/ 下。

2.修改hexo的配置文件,yourhexoblog/_config.yml ,切换主题。

theme: Nayo

关于主题名字

主题名来自歌曲 <东京不太热> -封茗囧菌

修改主题

主题基于 hexoAPI、webpack4.0、Sass、Ejs 开发。

修改Ejs不需要安装依赖即可生效,修改js或css则需要webpack启动服务:

  1. 启动hexo,本地预览主题的修改。
hexo s
  1. 安装Node依赖
$ npm install 
  1. 运行开发环境
$ npm run dev
  1. 生产环境打包
$ npm run build
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].