forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
30 lines (30 loc) · 1.2 KB
/
index.jade
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: A fast, simple & powerful blog framework
comments: false
---
ul#intro-feature-list
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-bolt
h3.intro-feature-title Blazing Fast
p.intro-feature-desc Node.js brings you incredible generating speed. Hundreds of files take only seconds to build.
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-pencil
h3.intro-feature-title Markdown Support
p.intro-feature-desc All features of GitHub Flavored Markdown are supported. You can even use most Octopress plugins in Hexo.
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-cloud-upload
h3.intro-feature-title One-Command Deployment
p.intro-feature-desc You only need one command to deploy your site to GitHub Pages, Heroku or other sites.
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-cog
h3.intro-feature-title Various Plugins
p.intro-feature-desc Hexo has a powerful plugin system. You can install more plugins for Jade, CoffeeScript plugins.