+[2015-03-03T21:52:50Z]CorySimmonsHow can I convert a static page from markdown to html? +[2015-03-03T21:53:01Z]CorySimmonsI'm sure this is an easy one but I couldn't find it in the docs +[2015-03-03T21:56:35Z]CorySimmonsDoh, just rename the file from .html to .md +[2015-03-03T21:56:39Z]CorySimmonshaha, ignore me +[2015-03-03T22:12:13Z]apipkin**FIXED ** I needed to update my gulp task to run bundle exec instead of just jekyll :)
How can I convert a static page from markdown to html?
+[2015-03-04T04:11:38Z]CorySimmonsNew to Jekyll. I can't seem to get pagination working. I've added paginate: 1 and paginate_path: "/blog/page:num/" to my _config.yml +[2015-03-04T04:12:04Z]CorySimmonsI have a blog/index.html file and 3 posts within blog/_posts +[2015-03-04T04:12:21Z]CorySimmonsWhen I jekyll serve and naviate to localhost:4000/blog/2 I get a 404 +[2015-03-04T04:12:38Z]CorySimmonsI'd expect it to show a listing with my 2nd blog post +[2015-03-04T04:12:42Z]CorySimmonsCan anyone help?