Hello world đź‘‹
Posted in News on August 6, 2022 by Juan Antonio MacĂas ‐ 1 min read
SĂ, esto es una entrada de prueba básicamente. AsĂ que puedes pasar de ella o mirar cĂłmo pruebo cosas de Markdown y hugo.
Data science
- Python basics
- Kaggle (Python, Intro to machine learning, Pandas)
Ciberseguridad
- Wargames
- Picoctf
You can write regular markdown here and Hugo will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.
Here’s a code chunk with syntax highlighting:
var foo = function(x) {
return(x + 5);
}
foo(3)