-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (47 loc) · 1.37 KB
/
_config.yml
File metadata and controls
54 lines (47 loc) · 1.37 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
# Site settings
title: HireAI - HR AI Products Collection
email: your-email@example.com
description: >- # this means to ignore newlines until "baseurl:"
Comprehensive collection of HR AI products organized by technological evolution
from 1990s Applicant Tracking Systems to 2024+ Agentic AI Platforms.
baseurl: "" # no subpath for custom domain
url: "https://hireai.genedai.me" # custom domain
github_username: Digidai
# Search Engine Verification (add your verification codes here)
# google_site_verification: "your-google-verification-code"
# bing_site_verification: "your-bing-verification-code"
# pinterest_verification: "your-pinterest-verification-code"
# yandex_verification: "your-yandex-verification-code"
# Multi-language Support
default_lang: en
languages:
- en
- zh
# Build settings
markdown: kramdown
theme: minima # This is the default theme for GitHub Pages, but it's good to specify
plugins:
- jekyll-feed
- jekyll-sitemap # Explicitly enable sitemap generation
# Sass/SCSS settings
sass:
style: compressed
sass_dir: _sass
# Collections - organize analysis files
collections:
analyses:
output: true
# Include special files used by some hosts/CDNs.
include:
- _headers
- .well-known
# Exclude files from Jekyll processing
exclude:
- .claude
- README.md
- README-zh.md
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- node_modules
- vendor