Skip to content

Commit 275bd28

Browse files
committed
Document publishing trick
1 parent e2e0b72 commit 275bd28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ I use metalsmith-browserify to generate a static site JavaScript bundle for the
66

77
I use metalsmith-serve and metalsmith-watch for local development. I use the directory `animations` as the build destination, then serve the root of the project, so that paths start with `/animations` like in production.
88

9+
I use [this trick](https://gist.github.com/cobyism/4730490) for pushing the `animations` subtree to the gh-pages branch, and thus publishing to GitHub pages.
10+
911
This is my first time using metalsmith. Here are some pros and cons as I see them.
1012

1113
Pros:

0 commit comments

Comments
 (0)