Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
source "https://rubygems.org"

# Jekyll version
gem "jekyll", "~> 3.9.3"

# GitHub Pages gem
gem "github-pages", group: :jekyll_plugins
# Jekyll version - using 4.x for better compatibility
gem "jekyll", "~> 4.3.0"

# Plugins
group :jekyll_plugins do
Expand Down
4 changes: 2 additions & 2 deletions PROJECT_SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ Jekyll site configuration:

```yaml
Site Information:
- Title: Valentino Giusti Susini - Software Developer
- Title: Valentino Garcia Susini - Software Developer
- Email: entinosusini@gmail.com
- Description: Professional portfolio
- URL: https://valgsit.github.io

Author Information:
- Name: Valentino Giusti Susini
- Name: Valentino Garcia Susini
- Title: Software Developer
- Location: Vienna, Austria
- GitHub: ValGSgit
Expand Down
2 changes: 1 addition & 1 deletion QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Want to personalize before sharing? Do these quick updates:
Edit `_config.yml`:
```yaml
author:
name: Valentino Giusti Susini # Your name
name: Valentino Garcia Susini # Your name
title: Software Developer # Your title
location: Vienna, Austria # Your location
github: ValGSgit # Your GitHub username
Expand Down
6 changes: 3 additions & 3 deletions SITE_MAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,17 +359,17 @@ Mobile-Specific Optimizations:

```html
Home Page:
Title: Valentino Giusti Susini - Software Developer
Title: Valentino Garcia Susini - Software Developer
Description: Professional portfolio showcasing...
Keywords: Software Developer, C/C++, Python, Vienna...

CV Page:
Title: Curriculum Vitae - Valentino Giusti Susini
Title: Curriculum Vitae - Valentino Garcia Susini
Description: Professional experience and education...
Keywords: CV, Resume, Software Developer...

About Page:
Title: About Me - Valentino Giusti Susini
Title: About Me - Valentino Garcia Susini
Description: Personal background and journey...
Keywords: About, Background, International...
```
Expand Down
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Site settings
title: Valentino Garcia Susini - Full Stack Software Developer
title: Valentino Garcia Susini - Software Developer
email: entinosusini@gmail.com
description: >-
Professional portfolio showcasing software development skills, projects, and experience.
Expand All @@ -18,7 +18,6 @@ author:

# Build settings
markdown: kramdown
theme: minima

# Collections
collections:
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="personal-intro">
<h2>My Journey</h2>
<p class="lead">
I'm Valentino Giusti Susini, a 23-year-old originally from Argentina, now building my life and career in Vienna, Austria.
I'm Valentino Garcia Susini, a 23-year-old originally from Argentina, now building my life and career in Vienna, Austria.
Five years ago, I took a leap of faith and moved across the Atlantic to pursue my dreams in one of Europe's most vibrant cities.
This journey has shaped not just my technical skills, but also my character, resilience, and worldview.
</p>
Expand Down
Loading