<%= @created_at %>
# Blogdoor Blogdoor is a toolkit for easily publishing posts from local to your blog. ## Installation ```sh $ gem install blogdoor ``` ## Usage At your workspace, run `blogdoor start`. ```sh $ cd path/to/workspace $ blogdoor start ``` This command builds HTML files from your posts written by markdown and `layout.erb`. There are built HTML files under `builds/` at current directory. If you want to preview them, open them by browser. Additionally, the command starts websocket server on `localhost:5678` for livereload. When a file has changed, browser will automatically reload the page. ## Example Below is the example of `layout.erb`. Feel free to customize it so that it looks like your blog. ```erb
<%= @created_at %>