-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
39 lines (32 loc) · 726 Bytes
/
Copy path_config.yml
File metadata and controls
39 lines (32 loc) · 726 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
title: Bar Arnon
description: Acoustic Cheesecake
url: http://blog.i3arnon.com
name: Bar Arnon
logo: /images/barnon-white.png
image: /images/avatar.jpg
bio: Efficiency driven developer. Ex-Microsoft (ADX, AATP, ATA). Ex-Aorato (Acquired by Microsoft).
github_repo_url: https://github.com/i3arnon/i3arnon.github.io/
gems:
- jekyll-sitemap
# Theme
highlight_color: '#222'
# Handling Reading
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- post_publish_checklist.md
- README.md
- Run.cmd
markdown_ext: "md"
# Conversion
excerpt_separator: <!--more-->
# Outputting
permalink: /:year/:month/:day/:title/
paginate: 10
timezone: UTC
# GitHub Pages Configs
highlighter: rouge
markdown: kramdown
lsi: false
safe: true