+[2013-07-18T19:22:18Z]smbnubcan 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]jaybesmbnub, keep reading; that's not accurate. many ways to accomplish clean URL. +[2013-07-18T19:25:46Z]jaybeone 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]jaybefor 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