forked from efcl/efcl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (46 loc) · 939 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
# Site settings
title: Web Scratch
email: info@efcl.info
description: "ブラウザ/JavaScript等についてのブログ"
keywords:
- "JavaScript"
- "ブラウザ"
- "ECMAScript"
- "Objective-C"
- "Firefox"
- "拡張機能"
url: "https://efcl.info"
baseurl: ""
production_url : "https://efcl.info"
github_repo_url : https://github.com/efcl/efcl.github.io
icon: "/public/favicon.ico"
timezone: Asia/Tokyo
encoding: utf-8
include:
- _headers
- _redirects
exclude:
- README.md
- config.rb
- about/node_modules
- vendor
# Setup
author:
name: 'azu'
url: https://efcl.info/
twitter: azu_re
github: azu
paginate: 10
paginate_path: "page/:num"
permalink: /:year/:month/:day/:title/
# Github equal
safe: true
lsi: false
# Build settings
markdown: redcarpet
highlighter: rouge
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "with_toc_data"]
gems:
- jekyll-sitemap
- jemoji