Source code and content for my personal resume and portfolio website.
- Website: fsferrara.github.io
- Purpose: Showcase my work and professional experience.
- Tech Stack: Jekyll, Markdown, HTML, CSS, GitHub Pages
_posts/— Blog posts and articles_resume/— Resume sections (education, experience)_work/— Books, certifications, courses, projects, talksassets/— Images, stylesheets, downloadspages/— Static pages (404, legal, etc.)_site/— Generated site output (do not edit directly)Gemfile— Ruby dependencies for Jekyll_config.yml— Jekyll configuration
- Clone the repository:
git clone https://github.com/fsferrara/fsferrara.github.io.git cd fsferrara.github.io - Build and serve locally using Make:
Use
make toolsto install dependencies, and then:The site will be available atmake
http://localhost:4000.
This is a personal website. If you find any issues or have suggestions, feel free to open an issue or pull request.
This project is licensed under the MIT License. See the LICENSE file for details.