-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
51 lines (42 loc) · 1.05 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
title: Tallneck test
language: en
copyright: "Copyright (c) 2024 John Toniutti"
author: John Toniutti
keywords: "tallneck, test, jekyll, theme, jekyll-theme-tallneck"
tagline: "Tallneck test | This a tagline"
description: "Preview for the theme Tallneck for Jeckyll."
url: "https://jekyll-theme-tallneck.pages.dev/"
social: true
email: "[email protected]"
github_url: https://example.com/
gitlab_url: https://example.com/
discord_url: https://example.com/
linkedin_url: https://example.com/
reddit_url: https://example.com/
instagram_url: https://example.com/
threads_url: https://example.com/
x_url: https://example.com/
telegram_url: https://example.com/
defaults:
- scope:
type: "posts"
values:
layout: "post"
image: "/assets/images/default.webp"
permalink: :year/:month/:day/:title
seo:
type: BlogPosting
sitemap: true
seo:
type: BlogPosting
feed:
posts_limit: 20
sass:
style: compressed
sass_dir: _sass
# Build settings
theme: jekyll-theme-tallneck
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap