-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·59 lines (50 loc) · 1.88 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
title: Anuj.dev
author:
name: Anuj Gupta
email: anuj0456@gmail.com
# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
description: >
Welcome to Anuj's digital space! Explore my journey in AI,
tech, and entrepreneurship. Discover projects, insights,
and innovations that shape the future.
theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
collections:
- medium_posts
# If you want to link only specific pages in your header, use this and add the path to the pages
# in order as they should show up.
header_pages:
- about.md
- pilott.html
- ailert.html
# Set to `true` to show excerpts on the homepage.
show_excerpts: true
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# classic Default, light color scheme.
# dark Dark variant of the classic skin.
# auto Adaptive skin based on the default classic and dark skins.
# solarized-light Light variant of solarized color scheme.
# solarized-dark Dark variant of solarized color scheme.
# solarized Adaptive skin for solarized color scheme skins.
skin: classic
# Minima date format.
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.
date_format: "%b-%d-%Y"
# Generate social links in footer.
social_links:
- { platform: devto, user_url: "https://dev.to/anuj0456" }
- { platform: github, user_url: "https://github.com/anuj0456" }
- {
platform: linkedin,
user_url: "https://www.linkedin.com/in/anuj-gupta-9a691527/",
}
- {
platform: stackoverflow,
user_url: "https://stackoverflow.com/users/3569546/anuj0456",
}
- { platform: twitter, user_url: "https://x.com/anuj0456" }