Riana - 一个简单的Hexo主题

介绍

Riana 是一个简单的 Hexo 主题。

✔ 虽然她目前功能不够丰富但是足够优雅。

特点

  • 响应式设计
  • 可自定义
  • 支持黑夜模式

也许会添加的功能

  • 黑夜模式
  • 更好的文章样式
  • categories 与 tags 页面 ( 还未合并到master )
  • 文章目录
  • 可自定义的流畅的动画效果
阅读更多
Markdown 样式预览阅读更多
Hello World
未分类

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

1
2
3
4
// Scary function
function scare(who) {
console.log(who, 'your blood is mine');
}
阅读更多