mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Remove blog for now
This commit is contained in:
parent
3a4f98d468
commit
23859e4aad
3 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -3,8 +3,6 @@ layout: doc
|
|||
title: Static Files
|
||||
---
|
||||
|
||||
# Statics
|
||||
|
||||
Add your files to `public` directory and Kemal will serve these files immediately.
|
||||
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue