Initial import
This commit is contained in:
commit
4cc4e303ab
44 changed files with 691 additions and 0 deletions
8
example/rules.rb
Normal file
8
example/rules.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
# encoding: utf-8
|
||||
|
||||
# filters
|
||||
rule Post, "posts/*.html"
|
||||
rule Ace::Asset, "assets/**/*"
|
||||
|
||||
# generators
|
||||
generator TagPagesGenerator#, "/tags/:slug"
|
Loading…
Add table
Add a link
Reference in a new issue