bundle exec middleman article TITLE
bundle exec middleman server
- Go to http://localhost:4567/
bundle exec middleman deploy
- Go to http://dskang.github.io/dskang.com/
Since GitHub project pages deploy to a subdirectory (username.github.io/project
), relative paths must be generated for assets and links if the site will be accessed from a subdirectory rather than a custom domain.