🤗 基于 Hexo & MDUI 的轻量级个人主页。
- 单页面个人主页
- Material Design设计语言
- 毛玻璃效果
- Bing 每日图片
- APlayer 音乐播放器
- 摛藻 书摘
- 自定义侧边栏及社交按钮
在安装之前,请参照 Hexo 文档,完成初始化。
cd {hexo目录}/themes
git clone git@github.com:fly6022/hexo-theme-kuri.git
hexo config theme kuri
- 在 Hexo 目录下的
source
文件夹中创建一个index.md
空文件。 - 编辑主题目录下的
.config.yml
文件。
hexo server --debug
当命令行输出以下内容时,表示 Hexo 正在本地机器上的端口 4000 上侦听。使用浏览器访问 http://localhost:4000/ 检查网站是否正常运行。
INFO Hexo is running at http://localhost:4000/. Press Ctrl+C to stop.
Fork 本项目,并发起 Pull Request。
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
GPL v3.