forked from kemalcr/kemalcr.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (37 loc) · 1.04 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Site settings
title: Kemal
email: [email protected]
description: 'Lightning Fast, Super Simple web framework for Crystal. Inspired by Sinatra'
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://kemalcr.com" # the base hostname & protocol for your site
twitter_username: sdogruyol
github_username: sdogruyol
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /blog/:year/:month/:day/:title/
collections:
cookbook:
output: true
nav_bars:
- title: "Guide"
url: "/guide"
- title: "Cookbook"
url: "/cookbook/hello_world"
- title: "API"
url: "/docs"
- title: "Blog"
url: "/blog"
- title: "Community"
url: "/community"
- title: "Users"
url: "https://github.com/kemalcr/kemal/wiki/Kemal-Users"
- title: "Github"
url: "https://github.com/kemalcr/kemal"
examples:
- title: "How to connect to Database"
url: "https://github.com/sdogruyol/kemal-pg-sample"
jsarr:
- name: "/js/browser.js"
plugins:
- jemoji