forked from maxpoletaev/golang-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (33 loc) · 739 Bytes
/
Copy path_config.yml
File metadata and controls
39 lines (33 loc) · 739 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
37
38
39
# Site
title: "Введение в программирование на Go"
url: "http://golang-book.ru"
locale: "ru"
baseurl: ""
# Source
source: ./src
destination: ./build
plugins: ./src/_plugins
layouts: ./src/_layouts
data_source: ./src/_data
# Collections
collections:
book:
output: true
permalink: '/:name.html'
# Build
permalink: /:title.html
markdown: redcarpet
highlighter: null
# Assets
assets:
js_compressor: uglifier
css_compressor: sass
cache: false
# Assets
assets:
js_compressor: uglifier
css_compressor: sass
cache: false
# Markdown
redcarpet:
extensions: ["no_intra_emphasis", "with_toc_data", "autolink", "strikethrough", "tables", "footnotes"]