forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
30 lines (30 loc) · 1.23 KB
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
layout: index
description: Hexo is a fast, simple & powerful blog framework powered by Node.js.
subtitle: 快速、简洁且高效的博客框架
comments: false
---
ul#intro-feature-list
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-bolt
h3.intro-feature-title 超快速度
p.intro-feature-desc Node.js 所带来的超快生成速度,让上百个页面在几秒内瞬间完成渲染。
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-pencil
h3.intro-feature-title 支持 Markdown
p.intro-feature-desc Hexo 支持 GitHub Flavored Markdown 的所有功能,甚至可以整合 Octopress 的大多数插件。
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-cloud-upload
h3.intro-feature-title 一键部署
p.intro-feature-desc 只需一条指令即可部署到 GitHub Pages, Heroku 或其他平台。
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-cog
h3.intro-feature-title 插件和可扩展性
p.intro-feature-desc 强大的 API 带来无限的可能,与数种模板引擎(EJS,Pug,Nunjucks)和工具(Babel,PostCSS,Less/Sass)轻易集成