aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove jekyllMiquel Sabaté Solà2024-09-171-39/+0
| | | | | | | | | This is a complete rewrite of my blog to a vastly simpler form. That is, we only need HTML and a couple of build scripts to have something equivalent, without all the dependencies that jekyll brings. I have also taken the chance to remove a lot of stuff that was actually not needed. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Update ruby version and copyright noticeMiquel Sabaté Solà2024-09-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Added Google ScholarMiquel Sabaté Solà2023-07-141-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated yarn.lock file and CI setupMiquel Sabaté Solà2023-04-101-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed html-proofer errorsMiquel Sabaté Solà2023-01-021-3/+1
| | | | | | | Basically an option that now accepts a hash instead of a mere string, and some HTTPS errors that can be easily avoided. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed style issueMiquel Sabaté Solà2022-05-261-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2022-05-261-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2021-07-061-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: ignore uoc's urlMiquel Sabaté Solà2021-07-061-0/+1
| | | | | | For whatever reason it sometimes redirects too much for HTMLProofer's taste. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fixed a lot of issues with style and urlsMiquel Sabaté Solà2021-07-061-5/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Update licenseMiquel Sabaté Solà2020-03-231-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Happy new yearMiquel Sabaté Solà2019-01-171-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* test: let HTMLProofer pick the proper dirMiquel Sabaté Solà2018-02-191-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Sorted out how to properly deployMiquel Sabaté Solà2018-02-191-0/+38
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>