forked from hexojs/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.pug
30 lines (30 loc) · 1.32 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: 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 Incredible generating speed powered by Node.js. 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, including most Octopress plugins.
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 platforms.
li.intro-feature-wrap
.intro-feature
.intro-feature-icon
i.fa.fa-cog
h3.intro-feature-title Plugins
p.intro-feature-desc Features powerful APIs for limitless extensibility. Various plugins are available to support most template engines (EJS, Pug, Nunjucks, and many others). Easily integrate with existing NPM packages (Babel, PostCSS, Less/Sass, etc).