Skip to content

fvelascor/MCDIA

Repository files navigation

🚀 Developer Portfolio — GitHub Pages Template

A clean, minimal, and fast portfolio template built with Jekyll and GitHub Pages. Deploy your personal site in under 10 minutes — no backend required.


✨ Features

  • ⚡ Instant deployment via GitHub Pages
  • 🎨 Minimal, responsive design
  • ✍️ Content managed entirely in Markdown
  • 🔧 No local setup required — edit directly on GitHub
  • 📁 Easy to customize for developers, data scientists, and researchers

📚 Education & Training

Data Science & Python — DEV.F

Currently expanding my skills through DEV.F's Data Science and Python program, one of Latin America's leading tech education platforms.

Technologies & tools covered:

Category Technologies
🐍 Programming Python
📊 Data Structures Lists, Tuples, Dictionaries, Sets
🔁 Control Flow Conditionals, for loops, while loops
🧩 Functions Built-in functions, User-defined functions
🗄️ Data Management CRUD operations
🛠️ Environment Google Colaboratory, Jupyter Notebooks

📦 Quick Start

1. Use this template

Click the "Use this template" button at the top of this repository.

2. Enable GitHub Pages

Go to Settings → Pages and set the source branch to main (or gh-pages).

3. Edit your content

Update the Markdown files directly on GitHub. Your site rebuilds automatically on every commit.

📖 Need a step-by-step walkthrough?
Read the full tutorial on Medium →


🗂️ Project Structure

📁 your-portfolio/
├── index.md          # Home page
├── _config.yml       # Site settings (name, description, theme)
├── images/           # Your images and GIFs
└── pages/            # Additional sections (projects, about, etc.)

✍️ Writing Content in Markdown

All content is written in GitHub Flavored Markdown. Here's a quick reference:

# Heading 1
## Heading 2
### Heading 3

**Bold**  _Italic_  `Inline code`

- Bullet item
- Another item

1. Numbered item
2. Another item

[Link text](https://url.com)
![Alt text](images/photo.png)

\`\`\`python
# Syntax highlighted code block
def hello():
    print("Hello, world!")
\`\`\`

For the full syntax guide, see GitHub Flavored Markdown Docs →


🛣️ Roadmap

Planned features and known issues are tracked in the Issues tab →

Have a suggestion? Feel free to open an issue or submit a pull request.


🤝 Contributing

Contributions are welcome! To get started:

  1. Fork this repository
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -m 'Add your feature'
  4. Push and open a Pull Request

📄 License

This project is open source under the MIT License.


🙏 Credits & References

Resource Author License
Jekyll theme "Minimal" GitHub Pages Themes CC0 1.0 Universal
Demo photo Pixabay Pixabay License
Thumbnail graphic rawpixel.com via Freepik Standard Freepik License

Made with ❤️ using Jekyll & GitHub Pages

About

Master en Ciencia de Datos e Inteligencia Artificial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors