Skip to content

Commit 740f43a

Browse files
committed
Allow supporing re-writes htmls
1 parent fdcfe4d commit 740f43a

File tree

384 files changed

+267172
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

384 files changed

+267172
-2
lines changed

_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
permalink: /:title.html
1+
permalink: /:title
2+
gems: [jekyll-paginate]
23
url: "http://meteorhacks.com"
34
paginate: 10
45
exclude:
56
- README.md
67
- Rakefile
7-
- post.sh
8+
- post.sh

_site/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
meteorhacks.com

0 commit comments

Comments
 (0)