-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·36 lines (31 loc) · 933 Bytes
/
_config.yml
File metadata and controls
executable file
·36 lines (31 loc) · 933 Bytes
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
permalink : /:categories/:title/
markdown : kramdown
syntax_highlighter: coderay
highlighter: rouge
paginate: 20
comments: true
paginate_path: "/page/:num"
source: source
destination: _site
sass:
sass_dir: _scss
style: compressed
gems:
- jekyll-paginate
- jekyll-sitemap
- jemoji
# site title, description, meta_description, meta_keywords
# Details for the RSS feed generator
name: Elixir Recipes
title: Elixir Recipes
description: "A collection of Elixir programming language solutions to common problems."
keywords: "Elixir, language, solutions, patterns, recipes, cookbook"
url: http://elixir-recipes.github.io
baseurl: ""
repo: https://github.com/Elixir-Recipes/elixir-recipes.github.io/tree/source
disqus_shortname: yosriady
author:
name : Yos Riady
url : http://elixir-recipes.github.io
github : http://github.com/ElixirRecipes
bio : "Elixir Recipes to common problems and use cases."