Skip to content

Commit b5a2381

Browse files
committed
21.0 RTW
[quizzes] - add daypo Qs to web - remove exam block if no questions marked as "exam" - web fixes [index] - update grado [general] - update npm scripts to allow changelog build on push - add license to repo - link version code to changelog - minor corrections
1 parent 22abaa8 commit b5a2381

9 files changed

Lines changed: 899 additions & 16 deletions

File tree

.eleventy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = function (eleventyConfig) {
9494
let json = require('./package.json');
9595
let version = json.version;
9696
let channel = json.channel && json.channel !== 'RTW' ? ` (${json.channel})` : '';
97-
return `<a id="version-tag" href="/changelog/" target="_blank">${version}${channel}</a>`;
97+
return `<a id="version-tag" href="/changelog/">${version}${channel}</a>`;
9898
});
9999

100100
// function to get the changelog from the github commit history
@@ -113,7 +113,7 @@ module.exports = function (eleventyConfig) {
113113
},
114114
"title": `${currentVersion[1]}.${currentVersion[2]}${currentChannel}`,
115115
"date": "ongoing",
116-
"message": "<span class='warning'>unreported changes: please run <code>npm run changelog</code></span>",
116+
"message": "<span class='warning'>changelog for this patch will be built in the next version</span>",
117117
"hash": null
118118
})
119119
}

LICENSE.md

Lines changed: 402 additions & 0 deletions
Large diffs are not rendered by default.

package.json

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

src/content/collections/experience/grado.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ period: 2020-2024 (expected)
55
logo: epi
66
---
77

8-
**grades:** 3.0 GPA, <b style="color: gold;"><i>12 honors</i></b>
8+
**grades:** 3.0 GPA, <b style="color: gold;"><i>13 honors</i></b>
99

1010
see all subjects and content in my [backup](https://mier.info/backup).
1111

@@ -20,3 +20,4 @@ some relevant projects and assignments:
2020
- [RPC, MOM and consensus/sync algorithms in C](https://github.com/miermontoto/Distribuidos/tree/main/PL/entregas/entrega1).
2121
- data analysis and manipulation in [R](https://github.com/miermontoto/Estadistica/tree/main/PL) and [MATLAB](https://github.com/miermontoto/Computacion/tree/main/PL).
2222
- [cybersecurity, digital signing and certificates in C#](https://github.com/miermontoto/Seguridad/tree/master/PL).
23+
- [anomaly detection LaTeX paper with practical samples in Python](https://github.com/miermontoto/neg-teo-ii)

src/content/collections/projects/backup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ para descargar todos los repositorios, usar el siguiente comando en una terminal
9494
- [Gestión de Tecnologías de la Información](https://github.com/miermontoto/GTI)
9595
- ["gti quiz", colección de preguntas de examen del segundo parcial](https://mier.info/gti/)
9696
- [Ingeniería de Servicios](https://github.com/miermontoto/Servicios)
97+
- [Memoria de prácticas](https://github.com/miermontoto/memoria-servicios)
9798
- [Inteligencia de Negocio](https://github.com/miermontoto/Negocio)
9899
- [Seguridad](https://github.com/miermontoto/Servicios)
99100
- [Tecnologías Web](https://github.com/miermontoto/Web)

src/content/collections/projects/mier.info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: mier.info
33
desc: my personal portfolio, the very website you are looking at right now.
44
source: https://github.com/miermontoto/mier.info
55
icons: [eleventy, firebase, sass, markdown, nunjucks, js]
6-
links: [{icon: "β", url: "https://mier-f6277--beta-ski9fkat.web.app/", name: "beta"}]
6+
links: [{icon: "β", url: "https://mier-f6277--beta-ms6exjco.web.app/", name: "beta"}]
77
star: star
88
permalink: /this/
99
redirect_from: [/mier.info/, /self/]
1010
emoji: 🌐
1111
buttons: [
12-
{img: "β ", url: "https://mier-f6277--beta-ski9fkat.web.app/", text: "beta"}
12+
{img: "β ", url: "https://mier-f6277--beta-ms6exjco.web.app/", text: "beta"}
1313
]
1414
eleventyNavigation:
1515
key: this

0 commit comments

Comments
 (0)