-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (54 loc) · 1.11 KB
/
_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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Hexo Configuration
# See: http://hexo.io/docs/configuration.html
# Site
title: sudo ISL
subtitle: Engineering Ideas
description: Articles by the ISL engineering team about design, development, Django, and Javascript.
author: ISL
language: en
timezone: UTC
url: https://sudo.isl.co
root: /
permalink: :title/
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
theme: sudo
# Writing
new_post_name: :year-:month-:day-:title.md
default_layout: post
titlecase: false
external_link: true
filename_case: 1
render_drafts: false
post_asset_folder: true
relative_link: false
future: true
highlight:
enable: true
line_number: false
auto_detect: true
# Date / Time format
# See: http://momentjs.com/docs/#/displaying/format/
date_format: MMMM D, YYYY
time_format: HH:mm:ss
# Pagination
per_page: 5
pagination_dir: page
# Plugins
feed:
type: atom
path: atom.xml
limit: 20
node_sass:
includePaths:
- node_modules/foundation-sites/scss/
outputStyle: expanded
precision: 10
sourceComments: false
# Deployment
deploy:
type: git
repo: [email protected]:istrategylabs/sudo.git