diff --git a/cog.toml b/cog.toml index e036f6c..e8317ed 100644 --- a/cog.toml +++ b/cog.toml @@ -1,4 +1,4 @@ -from_latest_tag = false +from_latest_tag = true ignore_merge_commits = false disable_changelog = false disable_bump_commit = false diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..9a6a2d9 --- /dev/null +++ b/config.toml @@ -0,0 +1,16 @@ +# The URL the site will be built for +base_url = "https://alecodes.page" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +[extra] +# Put all your custom variables here diff --git a/public/favicon.svg b/public/favicon.svg deleted file mode 100644 index f157bd1..0000000 --- a/public/favicon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - diff --git a/public/images/portafolio/observacion_clases/1696878771763.jpg b/public/images/portafolio/observacion_clases/1696878771763.jpg deleted file mode 100644 index f5b6a25..0000000 Binary files a/public/images/portafolio/observacion_clases/1696878771763.jpg and /dev/null differ diff --git a/public/locales/en/about-me.md b/public/locales/en/about-me.md deleted file mode 100644 index 0c2b4b6..0000000 --- a/public/locales/en/about-me.md +++ /dev/null @@ -1,32 +0,0 @@ -Curious and self-taught by nature, my history with computing began in the late -2000s, tinkering with the family PC (sometimes with disastrous results). This -led me to always try to answer the "how does it work...?", "how can I do...?", -or "how can I fix...?", leading me to self-investigation and -exploration in various mediums that provide me with the knowledge to -**fix**, **create**, and **build** projects. - -The area I like the most is **web programming** as a **fullstack -developer**, but it is not the only thing I can do, as I'm also good in creating -**terminal applications** and **scripts**. I can work to solve any problem in a -conventional way or invent new solutions. - -My love for video games has played an important role in my life, not only in -enjoying playing them, but going beyond to understand how they work -under the hood in their different areas: game mechanics, narratives, level -design, music, art, among others. I find it fascinating to see how developers -overcome difficulties and invent innovative solutions to provide the best -experience for the players. - -My philosophy is based on **always trying to improve**, though studies, -research and updates that have provided me with knowledge of various -technologies, such as: Javascript, Python, Rust, Lua, React, SASS, Bootstrap, -Flask, ExpressJS, SQL, NoSQL, among others. Because of this, I am always in an -infinite cycle of improvement and learning. - -My love for computer science has led me to explore and investigate other areas -and interests, of which I can mention: - -- Being an enthusiast of **Linux** operating systems, using it both on my personal computers and on servers. -- Special interest in maintaining my development environment **personalized and updated**, allowing me to develop in a comfortable, ergonomic and effective way. -- Being part of the **selfhost** community, managing a variety of applications for personal use on **small personal servers**. -- Being **passionate about video games**. diff --git a/public/locales/en/brief.md b/public/locales/en/brief.md deleted file mode 100644 index 53d86f8..0000000 --- a/public/locales/en/brief.md +++ /dev/null @@ -1,4 +0,0 @@ - -I'm a software developer from Chile. -
-I like to code, tinker and build things! diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json deleted file mode 100644 index b3ba4c5..0000000 --- a/public/locales/en/translation.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "titles": { - "featuredWork": "Featured Work", - "whatIveBeenUpTo": "What I've been up to...", - "whoAmI": "Who am I?", - "contact": "Contact" - }, - "home": { - "moreProjects": "View more projects", - "viewCurriculum": "View full curriculum" - }, - "misc": { - "seeMore": "See more..." - }, - "blog": "blog", - "games": "games" -} diff --git a/public/locales/es/about-me.md b/public/locales/es/about-me.md deleted file mode 100644 index 5c804bc..0000000 --- a/public/locales/es/about-me.md +++ /dev/null @@ -1,34 +0,0 @@ -Curioso y autodidacta por naturaleza, mi historia con la computación parte a -finales de los 2000, jugueteando con la PC familiar (a veces con resultados -desastrosos). Esto me llevó a siempre tratar de responder el _"¿cómo -funciona…?"_, _"¿cómo puedo hacer…?"_, o _¿cómo puedo solucionar…?_, llevándome -a la auto-investigación y exploración en diversos medios que me entreguen el -conocimiento para poder **resolver**, **crear** y **construir** proyectos. - -Lo que más me apasiona es la **programación web** como un **desarrollador -fullstack**, pero no es lo único que puedo realizar, ya que también me -desenvuelvo bien en la creación de **aplicaciones de terminal** y **scripts**. -Puedo trabajar buscando resolver cualquier problema de forma convencional o -inventar soluciones nuevas. - -Mi amor por los videojuegos ha jugado un rol importante en mi, lo cuál no se -refiere tan solo disfrutar jugarlos, sino ir más allá, para lograr ver como -funcionan por dentro en sus distintas disciplinas: mecánicas de juego, -narrativas, diseño de niveles, música, arte, entre otros. Encuentro fascinate -ver como los desarrolladores logran sortear dificultades he inventar soluciones -innovadoras para lograr dar la mejor experiencia al jugador. - -Mi filosofía se basa en **siempre intentar mejorar**, realizando -estudios, investigaciones y actualizaciones que me han proporcionado el -conocimiento de diversas tecnologías, tales como: Javascript, Python, Rust, -Lua, React, SASS, Bootstrap, Flask, ExpressJS, SQL, NoSQL, entre -otros. Debido a esto siempre estoy en un infinito ciclo de mejora y -aprendizaje. - -Mi amor por la informática me ha llevado a extender he investigar otras areas e -intereses, de los cuales puedo nombrar: - -- Ser un entusiasta de los sistemas operativos **linux**, usándolo tanto en mis computadores personales como en servidores. -- Interés especial en mantener mi **ambiente de desarrollo personalizado y actualizado**, permitiendome desarrollar de una manera cómoda, ergonómica y eficaz. -- Ser parte de la comunidad **selfhost**, administrando varias aplicaciones para uso personal en **pequeños servidores propios**. -- Ser **apasionado de los videojuegos**. diff --git a/public/locales/es/brief.md b/public/locales/es/brief.md deleted file mode 100644 index 7a303cb..0000000 --- a/public/locales/es/brief.md +++ /dev/null @@ -1,4 +0,0 @@ - -Soy un desarrollador de software de Chile. -
-Me gusta codear, probar y construír cosas! diff --git a/public/locales/es/translation.json b/public/locales/es/translation.json deleted file mode 100644 index 89044a6..0000000 --- a/public/locales/es/translation.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "titles": { - "featuredWork": "Trabajo Destacado", - "whatIveBeenUpTo": "Que he estado haciendo...", - "whoAmI": "¿Quién soy?", - "contact": "Contacto" - }, - "home": { - "moreProjects": "Ver más proyectos", - "viewCurriculum": "Ver curriculum completo" - }, - "misc": { - "seeMore": "Ver más..." - }, - "blog": "blog", - "games": "juegos" -}