mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
First, it supports only one page path, so /ru/blog and /blog will have different view. But there is a plugin jekyll-paginator, but it seems doesn't work and github doesn't support an additional plugins. Second, paginator doesn't work correctly with pages with different tags (e.g. en and ru).
64 lines
1.1 KiB
YAML
64 lines
1.1 KiB
YAML
source: .
|
|
destination: ./_site
|
|
plugins: ./_plugins
|
|
layouts: ./_layouts
|
|
include: ['.htaccess']
|
|
exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md','TODO']
|
|
keep_files: ['.git','.svn']
|
|
gems: []
|
|
|
|
future: true
|
|
limit_posts: 0
|
|
pygments: true
|
|
|
|
relative_permalinks: true
|
|
|
|
permalink: pretty
|
|
paginate_path: 'blog/:num'
|
|
|
|
markdown: rdiscount
|
|
markdown_ext: markdown,mkd,mkdn,md
|
|
textile_ext: textile
|
|
|
|
excerpt_separator: "\n\n"
|
|
|
|
safe: false
|
|
host: 0.0.0.0
|
|
port: 4000
|
|
baseurl: /
|
|
url: http://localhost:4000
|
|
lsi: false
|
|
|
|
maruku:
|
|
use_tex: false
|
|
use_divs: false
|
|
png_engine: blahtex
|
|
png_dir: images/latex
|
|
png_url: /images/latex
|
|
fenced_code_blocks: true
|
|
|
|
rdiscount:
|
|
extensions: []
|
|
|
|
redcarpet:
|
|
extensions: []
|
|
|
|
kramdown:
|
|
auto_ids: true
|
|
footnote_nr: 1
|
|
entity_output: as_char
|
|
toc_levels: 1..6
|
|
smart_quotes: lsquo,rsquo,ldquo,rdquo
|
|
use_coderay: false
|
|
|
|
coderay:
|
|
coderay_wrap: div
|
|
coderay_line_numbers: inline
|
|
coderay_line_numbers_start: 1
|
|
coderay_tab_width: 4
|
|
coderay_bold_every: 10
|
|
coderay_css: style
|
|
|
|
redcloth:
|
|
hard_breaks: true
|