Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnxbf321/hexo-theme-simplest
hexo theme, written with swig & scss
https://github.com/dnxbf321/hexo-theme-simplest
Last synced: about 1 month ago
JSON representation
hexo theme, written with swig & scss
- Host: GitHub
- URL: https://github.com/dnxbf321/hexo-theme-simplest
- Owner: dnxbf321
- License: mit
- Created: 2015-04-02T11:24:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T06:45:42.000Z (over 7 years ago)
- Last Synced: 2024-05-20T09:24:23.316Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 1.61 MB
- Stars: 26
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - dnxbf321/hexo-theme-simplest
README
# hexo-theme-simplest
hexo theme, written with swig & sass## usage
```
git clone https://github.com/dnxbf321/hexo-theme-simplest.git themes/simplest
cd themes/simplest
npm install
```## 日志
### 2016-2-19
1. 图片延迟加载
2. 首页滚动时,顶部显示当前位置的文章标题### 2016-2-18
1. 压缩 js 代码
2. 重命名 *.scss 文件,只输出必要的 css 文件,_ 前缀命名的 scss 文件不输出
3. 使用 bower 管理第三方库
4. 修复一些 bug### 2015-12-06
更新依赖