-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
67 lines (57 loc) · 1.22 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
# Site data
title: Sometimes I Code
subtitle: Lazy Squirrel Labs' blog
description: Video games and tools development.
url: "https://blog.lslabs.dev"
author:
name: Lazy Squirrel Labs
email: "contact@lslabs.dev"
# Include
include:
- _redirects
# Pages data (navigation)
navigation:
- text: Home
url: /
- text: Archive
url: /archive/
- text: About
url: https://lslabs.dev
# Build settings
remote_theme: jekyll/minima@fdc3aba23a1d59ad1d1f65f505693848c4b82fdf
plugins:
- jekyll-remote-theme
- jekyll-feed
- jekyll-target-blank
enableComments: true
# Markdown settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Theme settings
minima:
skin: dark
social_links:
github: lazysquirrellabs
linkedin: matheusamazonas
instagram: lazysquirrellabs
# Permalink settings
collections:
articles:
output: true
relative_directory: /posts
permalink: /posts/:title
feed:
collections:
- articles
#Staticman
staticman_url: https://matheus-blog-comments.fly.dev/v2/entry/matheusamazonas/blog/master/comments