-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
executable file
·62 lines (56 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
title: Antrikshy.com
url: https://antrikshy.com
code:
title: code.Antrikshy
tagline: "Notes, tinkerings, experiments"
url: https://antrikshy.com/code
film:
title: film.Antrikshy
tagline: "Thoughts on film and games"
url: https://antrikshy.com/film
baseurl: /
permalink: none
paginate: 3
paginate_path: "/code/page:num"
excerpt_separator: "<!--more-->"
author:
name: Antriksh Yadav
url: https://antrikshy.com
email: [email protected]
twitter: Antrikshy
github:
repo: https://github.com/Antrikshy/antrikshy.github.io
personal_external_links:
linkedin: 'https://www.linkedin.com/in/antriksh-yadav-b9a39924'
twitter: 'https://twitter.com/Antrikshy'
github: 'https://github.com/Antrikshy'
# Build settings
# plugins:
# Listed in the :jekyll_plugins group in the Gemfile.
# See: https://jekyllrb.com/docs/plugins/installation/
markdown: kramdown
highlighter: rouge
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
# This makes the local preview server accessible over LAN
host: 0.0.0.0
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
exclude:
# - .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/