-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (49 loc) · 1.2 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
title: Jotone's Blog
language: en
url: "https://jotone.it"
tagline: "John's Personal Blog"
description: "John's Personal Blog. I write mainly about my projects."
keywords: "development, personal, projects, blog"
author:
name: John Toniutti
url: "https://jotone.it/about"
image: "/assets/images/about.webp"
copyright: "Copyright (c) 2024 John Toniutti"
email: "[email protected]"
github_url: https://github.com/jotonedev
linkedin_url: https://www.linkedin.com/in/john-toniutti/
telegram_url: https://t.me/joto34
defaults:
- scope:
type: "posts"
values:
layout: "post"
image: "/assets/images/default.webp"
permalink: :year/:month/:day/:title
seo:
type: BlogPosting
# Analytics
cloudflare: "aa3b155a9c5b4f08b2aa4e6e69f7a76a"
# Plugin settings
seo:
type: BlogPosting
social:
name: John Toniutti
links:
- https://github.com/jotonedev
- https://www.linkedin.com/in/john-toniutti/
feed:
posts_limit: 20
excerpt_only: true
disable_in_development: true
sass:
style: compressed
sass_dir: _sass
sitemap: true
# Build settings
theme: jekyll-theme-tallneck
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-remote-theme