From 23859e4aad8bde67f88460d9740169e682f704d5 Mon Sep 17 00:00:00 2001 From: Sdogruyol Date: Sun, 27 Dec 2015 19:39:26 +0200 Subject: [PATCH] Remove blog for now --- _config.yml | 2 -- _docs/static_files.md | 2 -- _docs/utilities.md | 3 ++- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index f3dae58..0929eb4 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/_docs/static_files.md b/_docs/static_files.md index 5a50009..5bd0b65 100644 --- a/_docs/static_files.md +++ b/_docs/static_files.md @@ -3,8 +3,6 @@ layout: doc title: Static Files --- -# Statics - Add your files to `public` directory and Kemal will serve these files immediately. ``` diff --git a/_docs/utilities.md b/_docs/utilities.md index 4658302..d86283e 100644 --- a/_docs/utilities.md +++ b/_docs/utilities.md @@ -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