+ [2013-07-18T19:22:18Z] smbnub can i just keep the names in root folder with .html and use .htaccess to convert to clean url after the site is put together by jekyll
+ [2013-07-18T19:24:33Z] jaybe smbnub, keep reading; that's not accurate. many ways to accomplish clean URL.
+ [2013-07-18T19:25:46Z] jaybe one could use the web server configuration to accomplish it, or, for example, in the front matter of a page/post, leverage the permalink: YAML. example: permalink: /docs/myperma/ (the actual file could live anywhere… e.g. /some_file.md )
+ [2013-07-18T19:26:46Z] jaybe for posts, one could set the global permalink: setting in _config.yml so all posts have permalinks such as, permalink: /:month/:day/:title
+ [2013-07-18T20:42:17Z] travis-ci [travis-ci] kelvinst/jekyll#61 (deprecator-powerup) The build failed. http://travis-ci.org/kelvinst/jekyll/builds/9242928

message no. 5593

Posted by jaybe in #jekyll at 2013-07-18T01:25:12Z

generally, most approach the main /index with/as .html however, leveraging templates and includes to achieve and balance design, layout, and content… then leverage markdown mostly for posts and additional pages. but that's not to say you can't do it your way. :)
+ [2013-07-19T13:51:07Z] travis-ci [travis-ci] mojombo/jekyll#1371 (no-layouts-for-excerpt) The build passed. http://travis-ci.org/mojombo/jekyll/builds/9267374
+ [2013-07-19T13:53:03Z] travis-ci [travis-ci] mojombo/jekyll#1372 (no-layouts-for-excerpt) The build failed. http://travis-ci.org/mojombo/jekyll/builds/9267481
+ [2013-07-19T14:08:55Z] travis-ci [travis-ci] mojombo/jekyll#1373 (remove_table_selector) The build passed. http://travis-ci.org/mojombo/jekyll/builds/9268138
+ [2013-07-19T14:16:14Z] 13WAATGZX [travis-ci] mojombo/jekyll#1375 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/9268176
+ [2013-07-19T16:48:45Z] benbalter any insight into why 1.1.0 was yanked from rubygems?