-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
51 lines (42 loc) · 1.43 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
# Basic site settings
title: "Kevin R. James - Software Engineering Resume"
#description: "Kevin R. James' professional resume showcasing experience, education, and skills."
baseurl: "" # Leave blank for root
url: "https://github.com/krjii/krjii.github.io"
# Markdown settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter_opts:
disable: true
# Theme - Use a simple, clean theme that enhances readability (e.g., Jekyll's "minima" theme or a custom theme)
theme: minima
# Plugins
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
# Optional: Custom CSS for additional styling
sass:
style: compressed
sass_dir: _sass
custom_css: "/assets/css/custom.css"
# Exclude from processing
exclude:
- README.md
- LICENSE
# Navigation menu setup (optional)
header_pages:
- index.md
# SEO and social media settings
social_links:
linkedin: "https://www.linkedin.com/in/kevinrjamesii"
email: "[email protected]"
github: "https://github.com/kevinrjames"
twitter: "https://twitter.com/kevinjames"
# Optional: Google Analytics or other tracking
google_analytics: UA-XXXXXXXXX-X
# Custom Markdown styling (optional): Configure a CSS file with styles to format each section distinctly
# Add a custom.css file in assets/css/custom.css with example styles such as:
# .header { background-color: #f4f4f4; padding: 1rem; border-radius: 6px; }
# .section-title { color: #0056b3; font-weight: bold; margin-top: 1.5rem; }