-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
76 lines (64 loc) · 2.45 KB
/
_config.yml
File metadata and controls
76 lines (64 loc) · 2.45 KB
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
68
69
70
71
72
73
74
75
76
title: RavS' Site
author:
name: RavS
# email: your-email@domain.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: |
© 2025 . The RavS Site
desc2: |
Jekyll . Minima Theme
# Build settings
# If you clone the Minima repo and build locally, use this setting.
# theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-remote-theme
- jekyll-paginate
paginate: 15
paginate_path: "/blog/page:num/"
remote_theme: jekyll/minima #This is to use the latest commit version of the V3. But may break site.
# remote_theme: "jekyll/minima@43f3ed0" # This is to use the last known version which worked on the site.
# Minima specific settings, which are only available from Minima 3.0 onward.
minima:
# Minima skin selection.
# Available skins are:
# 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: auto
# If you want to link only specific pages in the site-navigation, use this and list
# the `path` property (as represented via Liquid) of the pages in the order they should
# be rendered.
nav_pages:
- blog/index.html
- blog/tags.md
- blog/search.html
- blog/about.md
- index.markdown
# Set to `true` to show excerpts on the homepage.
#show_excerpts: false
# 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"
# Social Media Links
# Renders icons via Font Awesome Free webfonts CDN, based on ordered list of entries.
#
# Entry keys:
# * title Tooltip rendered on hovering over icon.
# * icon Font Awesome icon id. `github` corresponds to `fa-github`.
# * url Full URL of social profile.
social_links:
- title: 1000Sher - My Poetry Project # Optional. Text displayed on hovering over link.
icon: blogger # Take the icon name from font awesome site
url: "https://1000sher.in" # URL of profile page.
- title: My Repos
icon: github
url: "https://github.com/codeRSH"
sass:
quiet_deps: true