Skip to content

Commit 36ed7b6

Browse files
committed
20.7
[general] - new icons and better icon compatibility - new projects (latex and notes) - minor changes [index] - rework "about" section
1 parent 6260dd1 commit 36ed7b6

13 files changed

Lines changed: 55 additions & 38 deletions

File tree

assets/icons/tech/latex.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/tech/obsidian.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/icons/tech/php.svg

Lines changed: 1 addition & 5 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/about.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/content/about.njk

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% import "src/static/macros.njk" as macros %}
2+
3+
<ul>
4+
<li>spanish computer engineering undergraduate.</li>
5+
<li>currently studying at EPI Gijón (University of Oviedo).</li>
6+
<li>interested in all things tech and music.</li>
7+
<li>i like climbing, cycling and playing bass.</li>
8+
<li>{{ macros.renderIcon('ruby') }} ruby, {{ macros.renderIcon('python') }} python, {{ macros.renderIcon('java') }} java and a little bit of everything else (c/c++/c#, shell, web, sql, ...)</li>
9+
<li>i take <a href="https://github.com/miermontoto/notes">notes</a> in {{ macros.renderIcon('markdown') }} markdown using {{ macros.renderIcon('obsidian') }} <a href="https://obsidian.md">obsidian</a>.
10+
</ul>

src/content/collections/experience/okticket.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ period: 2023, 2024-
55
icons: [ruby, laravel, docker, php]
66
class: okticket work
77
---
8+
89
*okticket* is a fintech SaaS that digitizes and manages employee tickets.
910

1011
---

src/content/collections/projects/dotfiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ source: https://github.com/miermontoto/dotfiles
55
icons: [fedora]
66
emoji: 🐧
77
---
8+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "latexTemplate"
3+
desc: "latex template for my uni assignments and write-ups"
4+
source: https://github.com/miermontoto/latexTemplate
5+
icons: [latex]
6+
emoji: 📄
7+
---
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: "notes"
3+
desc: "personal notes from my studies and work"
4+
source: https://github.com/miermontoto/notes
5+
icons: [obsidian, markdown]
6+
emoji: 📓
7+
---

0 commit comments

Comments
 (0)