-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
106 lines (93 loc) · 2.17 KB
/
_config.yml
File metadata and controls
106 lines (93 loc) · 2.17 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Site Settings
remote_theme: "mmistakes/minimal-mistakes@4.27.3"
title: "Muhammad Asad Rahim"
subtitle: "Full Stack Developer & AI Engineer"
name: "Muhammad Asad Rahim"
description: "AI & Full Stack Python Developer | LLM/RAG Systems Expert | Cloud Solutions Architect"
url: "https://asadrahim.github.io"
baseurl: ""
# Build settings
markdown: kramdown
highlighter: rouge
# Theme skin - we'll override with dark/light toggle
minimal_mistakes_skin: "dark"
# Site Author
author:
name: "Muhammad Asad Rahim"
avatar: "/assets/images/profile.jpg"
bio: "Full Stack Developer & AI Engineer with 5+ years experience building intelligent systems"
location: "Lahore, Pakistan"
email: "asadrahim32@gmail.com"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/AsadRahim"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/m-asadrahim/"
- label: "Upwork"
icon: "fas fa-fw fa-briefcase"
url: "https://www.upwork.com/freelancers/asadr14"
# Reading Files
include:
- _pages
# Plugins
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-include-cache
- jekyll-sitemap
# Pagination
paginate: 5
paginate_path: /page:num/
# Archives
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# Defaults
defaults:
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
classes: wide
# Home
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
# Exclude from processing
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .git
- .gitignore
# Analytics (optional - add your tracking ID)
# analytics:
# provider: "google-gtag"
# google:
# tracking_id: "YOUR-TRACKING-ID"
# Comments (optional)
# comments:
# provider: "disqus"
# disqus:
# shortname: "your-shortname"
# Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/AsadRahim"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/m-asadrahim/"