Tech Lead | Staff Front-End Engineer
Welcome to my personal website and blog! ππ½
This is the source code for my personal site, built with Jekyll and powered by the luma-jekyll theme. Here, I share articles, tutorials, and thoughts on software development, technology, and career growth.
| Feature | Description |
|---|---|
| π Blog | Articles about programming, tech trends, and career advice |
| π¨ Custom Theme | Built with luma-jekyll |
| π± Responsive | Optimized for all screen sizes |
| π¬ Comments | Disqus integration for discussions |
| π Analytics | Google Analytics tracking |
| π SEO | Optimized with jekyll-seo-tag and sitemap |
- Ruby (2.5+)
- Bundler
# Clone the repository
git clone https://github.com/AlexsandroSA/AlexsandroSA.github.io.git
cd AlexsandroSA.github.io
# Install dependencies
bundle install
# Start the development server
bundle exec jekyll serveOpen http://localhost:4000 in your browser.
bundle exec jekyll serve --livereloadβββ _includes/ # Reusable HTML components
βββ _layouts/ # Page templates
βββ _posts/ # Blog posts (Markdown)
βββ assets/
β βββ css/ # Stylesheets
β βββ img/ # Images and icons
βββ _config.yml # Site configuration
βββ index.md # Homepage
This project is licensed under the MIT License.
Built with β€οΈ using Jekyll