-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
40 lines (34 loc) · 714 Bytes
/
_config.yml
File metadata and controls
40 lines (34 loc) · 714 Bytes
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
title: "Taybuddy"
author:
name: Tay
email: taybuddy@example.com
description: >
Iaculis massa nisl malesuada lacinia integer nunc posuere.
# Build settings
remote_theme: jekyll/minima
plugins:
- jekyll-feed
- jekyll-seo-tag
jekyll:
post_order: descending
# Minima-specific settings
minima:
skin: auto
nav_pages:
- about.md
- blog.md
- toolbox.md
social_links:
- title: github
icon: github
url: "#"
- title: x-twitter
icon: x-twitter
url: "#"
- title: linkedin
icon: linkedin
url: "#"
hide_site_feed_link: true
baseurl: ""
url: "https://taybuddy.github.io"
footer_content: "© 2026 Taybuddy. All rights reserved."