Skip to content
 
 

Repository files navigation

Lucas Dasso - Personal Website

This is a Jekyll theme adapted for my personal website, serving as a digital hub showcasing my professional experience, artistic passions, and personal interests.

Originally based on Chester How's tale-theme (https://github.com/chesterhow/tale), this version has been customized to reflect my unique profile and provide a central point of access to my online presence.

Key Features:

  • About Me: The main page features a concise overview of my background, skills, and passions.
  • Professional Links: Direct links to my GitHub and LinkedIn profiles for exploring my professional work.
  • Artistic Showcase: A glimpse into my creative pursuits, including watercolors, woodworking, and more.
  • Responsive Design: Ensures optimal viewing experience across various devices.

Preview

me.c238.com.ar

Usage

  1. Fork and clone the repository:
git clone git@github.com:Lukas238/me.git
  1. Install Jekyll:
gem install jekyll
  1. Install the theme's dependencies:
bundle install --path vendor/bundle
  1. Customize the theme:
  • Update _config.yml with your information.
  • Modify index.md to personalize the "About Me" section.
  1. Run the Jekyll server:
bundle exec jekyll serve

Troubleshooting

On Mac with M1 chip, you might need to install the eventmachine gem with specific flags:

gem install eventmachine -v '1.2.7' -- --with-ldflags="-Wl,-undefined,dynamic_lookup"

Structure

  • Here are the main files of the template:
ap
├── _includes                  # Theme includes
├── _layouts                   # Theme layouts
├── _sass                      # Sass partials
├── assets
|  ├── css                     # Font-awesome and main css
|  ├── fonts                   # Font-Awesome
|  ├── favicon.ico             # Favicon
|  └── img                     # Images used for "about" page
├── _config.yml                # Site configuration
└── index.md                   # About Me content

Configure Your Website

Open _config.yml in a text editor to customize the website's settings.

Site Configuration

Configure Jekyll with your website title, URL, and other settings:

title: Lucas Dasso
baseurl: "" # Leave empty if your site is at the root
url: me.c238.com.ar
google_analytics: "" # Add your Google Analytics Tracking ID if you want to use it

About You

Meta variables hold basic information about your profile. Change these variables in _config.yml:

author:
name: Lucas Dasso
desc: Tech Lead & Fullstack Developer | Artist | Enthusiast
email: "" # Optional
selfie: "" # Path to your avatar image

SNS Information

This section is no longer used. The links to my GitHub and LinkedIn are now directly in the "About Me" section.

License

The MIT License (MIT)

Respurces

https://github.com/Shopify/liquid/wiki/Liquid-for-Designers

About

Simple and convenient profile & project theme based on Jekyll

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages