Skip to content

Commit 79bf2fd

Browse files
committed
fix build: use resume-experience block for education, fix django icon
resume-education block doesn't exist in hugoblox blox@v0.12.0 — use resume-experience with education fields mapped. Also swap missing devicon/django icon for devicon/python.
1 parent 728f9bb commit 79bf2fd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

content/_index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ sections:
6565
- name: Backend
6666
items:
6767
- name: Django
68-
icon: devicon/django
68+
icon: devicon/python
6969
- name: FastAPI
7070
icon: devicon/fastapi
7171
- name: Node.js
@@ -166,14 +166,17 @@ sections:
166166
padding: ["4rem", "0", "4rem", "0"]
167167

168168
# Education
169-
- block: resume-education
169+
- block: resume-experience
170170
id: education
171171
content:
172172
title: Education
173173
date_format: Jan 2006
174174
items:
175175
- title: Computer Systems Engineering
176-
institution: Instituto Tecnológico de Saltillo
176+
company: Instituto Tecnológico de Saltillo
177+
company_url: ''
178+
company_logo: ''
179+
location: Saltillo, MX
177180
date_start: ''
178181
date_end: '2021-01-01'
179182
description: ''

0 commit comments

Comments
 (0)