forked from elixirschool/elixirschool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (43 loc) · 818 Bytes
/
_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
45
46
47
# Author
author:
name: Sean Callan
url: seancallan.com
email: [email protected]
twitter: doomspork
github: doomspork
# Setup
title: Elixir School
description: Lessons in the Fundamentals of Elixir
baseurl: /
url: https://elixirschool.com
permalink: pretty
languages: ['en', 'jp']
default_lang: en
exclude_from_localization: []
sections:
- tag: basics
label:
en: Basics
jp: 基礎
- tag: advanced
label:
en: Advanced
jp: 上級
- tag: specifics
label:
en: Specifics
jp: 詳細
gems:
- kramdown
- jekyll-assets
# Markdown Config
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Assets
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']
assets:
compress:
css: sass
js: uglifier