A clean, minimal, and fast portfolio template built with Jekyll and GitHub Pages. Deploy your personal site in under 10 minutes — no backend required.
- ⚡ 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
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 |
Click the "Use this template" button at the top of this repository.
Go to Settings → Pages and set the source branch to main (or gh-pages).
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 →
📁 your-portfolio/
├── index.md # Home page
├── _config.yml # Site settings (name, description, theme)
├── images/ # Your images and GIFs
└── pages/ # Additional sections (projects, about, etc.)
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)

\`\`\`python
# Syntax highlighted code block
def hello():
print("Hello, world!")
\`\`\`For the full syntax guide, see GitHub Flavored Markdown Docs →
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.
Contributions are welcome! To get started:
- Fork this repository
- Create a new branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m 'Add your feature' - Push and open a Pull Request
This project is open source under the MIT License.
| 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