-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (32 loc) · 1.49 KB
/
_config.yml
File metadata and controls
36 lines (32 loc) · 1.49 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
# Jekyll
theme: linkhub-jekyll-theme
# Site Configuration
name: Land of the Freedom # Name of your website
#tagline: # Set your preferred page title
description: No rules whatsoever # Also used as a meta description
favicon: https://i.imgur.com/Yf0MeIN.png # Path / URL to the favicon of your website (e.g., 'assets/images/favicon.png')
logo: https://i.imgur.com/Yf0MeIN.png # Path / URL to the logo (e.g., 'assets/images/logo.png')
url: https://shadowelixir.github.io/lotf # URL of your website
locale: en_GB # The value specifies the locale in which these tags are marked up. It follows the format `language_TERRITORY`.
#ga4: # Google Analytics 4 measurement ID (optional). Remove it if not needed.
#twitter:
# username: DigiMalayali # Used for SEO
image:
path: https://i.imgur.com/Yf0MeIN.png # Used for SEO
type: png # File format of image. Change according to your image. Supported types: https://en.wikipedia.org/wiki/Media_type#Common_examples
height: 100 # Pixels
width: 100
alt: logo
# Verified Badge Configuration
badge: true # Set to 'true' or 'false' to enable / disable the badge
icon: ri:verified-badge-fill # Enter the icon name for the badge from Iconify Design (https://icon-sets.iconify.design/)
color: '#b91219' # Define the color of the badge
# Defaults
defaults:
-
scope:
path: ""
values:
layout: "default"
# Exclude
exclude: [README.md, Gemfile.lock, .jekyll-cache/, .github/, CHANGELOG.md, Gemfile, LICENSE.txt, funding.yml, linkhub-jekyll-theme.gemspec]