-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (75 loc) · 1.5 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Hexo Configuration
# Site
title: Thomas Piart - tpî.eu
author: Thomas Piart
description: Thomas Piart - tpî.eu - Personal site
# URL
url: https://tpî.eu
# Directory
skip_render:
- 'assets/404.html'
# Writing
highlight:
line_number: false
tab_replace:
# Pagination
per_page: 0
# dates
timezone: 'UTC'
updated_option: empty
## Themes:
theme: minidyne
theme_config:
menu:
Home: /
Resume: /resume/
Promote: /promote/
index_icon: 🤝
twitter_handle: '@tomap'
# Social Media Platforms, also used for comments
social_platforms:
- url: https://hachyderm.io/@tomap
icon: mastodon
name: Mastodon
type: mastodon
- url: https://stackoverflow.com/users/383029/tomap
icon: stackoverflow
name: StackOverflow
- url: https://github.com/tomap/
icon: github
type: github
name: GitHub
repository: tpi2.eu
- url: https://www.linkedin.com/in/thomaspiart/
icon: linkedin
type: linkedin
name: LinkedIn
- url: https://twitter.com/tomap
icon: twitter
type: twitter
name: Twitter
account: tomap
- url: /rss2.xml
icon: rss
type: rss
name: Rss
## Plugins:
flickr:
api_key: 78501c2c12bff9c7a22c013d5155045a
default_size: 'b'
markdown:
anchors:
level: 10
fuzzyLink: false
feed:
type:
- atom
- rss2
markdown_lint:
default: true
files: "{Readme.md,source/**/*.md,scafolds/*.md}"
MD013:
line_length: 370
code_block_line_length: 800
MD024: 0
MD034: 0