Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liurongqing/jekyll-theme-fast
:pig: jekyll 主题
https://github.com/liurongqing/jekyll-theme-fast
jekyll jekyll-theme
Last synced: 3 months ago
JSON representation
:pig: jekyll 主题
- Host: GitHub
- URL: https://github.com/liurongqing/jekyll-theme-fast
- Owner: liurongqing
- License: mit
- Created: 2018-06-01T08:39:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T06:31:21.000Z (over 6 years ago)
- Last Synced: 2024-04-24T15:13:42.092Z (8 months ago)
- Topics: jekyll, jekyll-theme
- Language: CSS
- Homepage: https://liurongqing.github.io/jekyll-theme-fast/
- Size: 237 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Fast theme
> 使用原生 js,少量 css 打造高性能、快响应、又简洁的主题
![demo](screenshot.png)
## 二种使用方式
1. 通过 gem 安装使用
添加进 _config.yml 文件中
```bash
theme: jekyll-theme-fast
```编辑 Gemfile 添加主题
```bash
gem "jekyll-theme-fast"
```
2. 通过 git clone 直接更改使用
```bash
git clone https://github.com/liurongqing/jekyll-theme-fast.git
```
### 环境(如果没有安装的话)
```bash
brew install ruby
gem install jekyll
```### 预览
```bash
jekyll serve
```### 打开浏览器
http://127.0.0.0:4000
### 说明
1. markdown 使用样式
[github-markdown-css](https://github.com/sindresorhus/github-markdown-css)
2. rouge 代码高亮主题使用 syntax.monokai
```bash
rougify help style # 查看主题列表
rougify style syntax.monokai > syntax.monokai.css # 生成一个主题
```