From 264f9b94f2ae416cf80e540ee38d8f5171c24808 Mon Sep 17 00:00:00 2001 From: Alexandre Jesus Date: Tue, 1 Aug 2023 13:11:30 +0100 Subject: Fix markdown lint issues --- README.md | 10 +++++----- content/teaching/index.md | 34 +++++++++++++++++----------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 93a9766..cfd9641 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,23 @@ # Source code for my personal website -### About +## About This repository contains the source code for my personal website -available at [https://adbjesus.com]. +available at . -### Build +## Build First install [Zola](https://getzola.org) on your system. Then, run `zola build` to build the website to the `public/` folder for deployment, or run `zola serve` to serve it locally. -##### Nix +### Nix If you're using nix (with flakes), you can run `nix develop` to get a development shell with everything that is needed. You can also use `nix build` to build the website, or `nix run` to serve locally. -### License +## License The source code of the website is under the MIT License, and available at . diff --git a/content/teaching/index.md b/content/teaching/index.md index 5e39de9..8d199db 100644 --- a/content/teaching/index.md +++ b/content/teaching/index.md @@ -5,33 +5,33 @@ title = "Teaching" ### MSc - Experimental Methods in Computer Science - - [2022-2023](https://apps.uc.pt/courses/EN/unit/88863/20328/2022-2023) - - [2021-2022](https://apps.uc.pt/courses/EN/unit/88863/20328/2021-2022) - - [2020-2021](https://apps.uc.pt/courses/EN/unit/88863/20328/2020-2021) + - [2022-2023](https://apps.uc.pt/courses/EN/unit/88863/20328/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/88863/20328/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/88863/20328/2020-2021) ### BSc - Algorithmic Strategies (previously Advanced Programming Laboratory) - - [2022-2023](https://apps.uc.pt/courses/EN/unit/89047/20442/2022-2023) - - [2021-2022](https://apps.uc.pt/courses/EN/unit/89047/20442/2021-2022) - - [2020-2021](https://apps.uc.pt/courses/EN/unit/89047/20442/2020-2021) - - [2017-2018](https://apps.uc.pt/courses/EN/unit/9865/669/2017-2018) + - [2022-2023](https://apps.uc.pt/courses/EN/unit/89047/20442/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/89047/20442/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/89047/20442/2020-2021) + - [2017-2018](https://apps.uc.pt/courses/EN/unit/9865/669/2017-2018) - Compilers - - [2022-2023](https://apps.uc.pt/courses/EN/unit/9863/669/2022-2023) - - [2021-2022](https://apps.uc.pt/courses/EN/unit/9863/669/2021-2022) - - [2016-2017](https://apps.uc.pt/courses/EN/unit/9863/669/2016-2017) + - [2022-2023](https://apps.uc.pt/courses/EN/unit/9863/669/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/9863/669/2021-2022) + - [2016-2017](https://apps.uc.pt/courses/EN/unit/9863/669/2016-2017) - Data Structures and Algorithms - - [2020-2021](https://apps.uc.pt/courses/EN/unit/9854/20442/2020-2021) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/9854/20442/2020-2021) - Introduction to Procedural Programming - - [2022-2023](https://apps.uc.pt/courses/EN/unit/9843/20442/2022-2023) - - [2021-2022](https://apps.uc.pt/courses/EN/unit/9843/20442/2021-2022) - - [2020-2021](https://apps.uc.pt/courses/EN/unit/9843/20442/2020-2021) + - [2022-2023](https://apps.uc.pt/courses/EN/unit/9843/20442/2022-2023) + - [2021-2022](https://apps.uc.pt/courses/EN/unit/9843/20442/2021-2022) + - [2020-2021](https://apps.uc.pt/courses/EN/unit/9843/20442/2020-2021) ### Other - Competitive Programming I - - [2022-2023](https://apps.uc.pt/courses/en/course/9781/2022-2023) + - [2022-2023](https://apps.uc.pt/courses/en/course/9781/2022-2023) - Competitive Programming II - - [2022-2023](https://apps.uc.pt/courses/en/course/10241/2022-2023) + - [2022-2023](https://apps.uc.pt/courses/en/course/10241/2022-2023) - Introduction to Programming in Java - - [2013-2014](https://apps.uc.pt/courses/EN/unit/78102/14301/2013-2014) + - [2013-2014](https://apps.uc.pt/courses/EN/unit/78102/14301/2013-2014) -- cgit v1.2.3