Skip to content

Commit 2653347

Browse files
committed
20.0 alpha
[index] - rework (again) project section [projects] - update/fix descriptions - add new macros for projects - add new icons - add "emojis" or mini icons - remove legacy frontmatter [general] - minor style tweaks - remove unused code/assets
1 parent 6e78c0e commit 2653347

24 files changed

Lines changed: 192 additions & 117 deletions

File tree

assets/icons/misc/house.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/icons/tech/heroku.svg

Lines changed: 1 addition & 0 deletions
Loading
1.05 KB
Binary file not shown.
7.44 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/collections/projects/advent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: advent of code
33
desc: resolution of the Advent of Code challenges.
44
source: https://github.com/miermontoto/AdventOfCode
55
icons: [ruby]
6+
emoji: 🎄
67
---

src/content/collections/projects/backup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ keywords: backup, backup carrera, epi, epi gijón, asignaturas, giitin, informá
88
icons: [markdown, github]
99
star: star
1010
lang: es
11+
emoji: 📚
1112
eleventyNavigation:
1213
key: backup
1314
---

src/content/collections/projects/dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: dashboard
33
desc: status dashboard powered by Uptime Kuma and custom css
44
demo: https://dashboard.mier.info
55
icons: [nginx, linux]
6-
status: https://dashboard.mier.info/api/badge/13/uptime/48?style=flat-square
6+
emoji: 📊
77
---

src/content/collections/projects/dotfiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ title: "dotfiles"
33
desc: "personal themes, configs and tweaks for my linux setups"
44
source: https://github.com/miermontoto/dotfiles
55
icons: [fedora]
6+
emoji: 🐧
67
---

src/content/collections/projects/epicalendar.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ links: [{icon: 'ⓘ', url: "/epiCalendar", "name": "readme"}]
66
demo: https://epicalendar.mier.info
77
permalink: /epiCalendar/
88
redirect_from: /epicalendar/
9-
icons: [flask, python, react]
9+
icons: [flask, python, react, heroku]
1010
img: true
1111
lang: es
1212
star: star
13+
emoji: 📅
1314
buttons: [
1415
{'url': 'https://epicalendar.mier.info', 'img': '<span class="ico">🌐</span>', 'text': 'página web'}
1516
]

0 commit comments

Comments
 (0)