Remove blog for now

This commit is contained in:
Sdogruyol 2015-12-27 19:39:26 +02:00
parent 3a4f98d468
commit 23859e4aad
3 changed files with 2 additions and 5 deletions

View file

@ -19,8 +19,6 @@ collections:
nav_bars:
- title: "Documents"
url: "/kemal/docs/getting_started.html"
- title: "Blog"
url: "/blog/"
- title: "Github"
url: "https://github.com/sdogruyol/kemal"

View file

@ -3,8 +3,6 @@ layout: doc
title: Static Files
---
# Statics
Add your files to `public` directory and Kemal will serve these files immediately.
```

View file

@ -3,7 +3,8 @@ layout: doc
title: Utilities
---
# Browser Redirect
## Browser Redirect
Just like other things in `kemal`, browser redirection is super simple as well. Use `environment` variable in defined route's corresponding block and call `redirect` on it.
```ruby