aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Some updates that have been accumulatingMiquel Sabaté Solà2024-06-0311-1086/+1312
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* sigut -> estatMiquel Sabaté Solà2023-11-163-8/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated my cv and home pageMiquel Sabaté Solà2023-11-164-28/+25
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* cv: small fix on the profile pictureMiquel Sabaté Solà2023-07-142-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Simplified siteMiquel Sabaté Solà2023-07-1412-18/+25
| | | | | | | Since I don't have many things on the "Writing" section, and I find myself not using the blog at all, let us hide these sections for now. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added Google ScholarMiquel Sabaté Solà2023-07-146-4/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated CV given last electionsMiquel Sabaté Solà2023-06-174-26/+41
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated yarn.lock file and CI setupMiquel Sabaté Solà2023-04-105-1930/+2431
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated 'about' pageMiquel Sabaté Solà2023-04-109-84/+113
| | | | | | | Setting up a more formal and up-to-date page with more relevant information. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed html-proofer errorsMiquel Sabaté Solà2023-01-027-34/+42
| | | | | | | 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-0211-11/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added misc sectionMiquel Sabaté Solà2023-01-028-27/+578
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* cv: added a new line on educationMiquel Sabaté Solà2022-07-112-0/+10
| | | | 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-2611-11/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* General ruby updatesMiquel Sabaté Solà2022-05-262-43/+39
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* about: updated some infoMiquel Sabaté Solà2022-05-264-20/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Just graduated :DMiquel Sabaté Solà2022-02-072-3/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: perform js tests as wellMiquel Sabaté Solà2021-07-061-2/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2021-07-0611-11/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removed node_modules completelyMiquel Sabaté Solà2021-07-0642-9828/+0
| | | | | | This was a leftover from a bad commit. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Removing stuff that is no longer neededMiquel Sabaté Solà2021-07-067-196/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: finally copy the end result into the right placeMiquel Sabaté Solà2021-07-061-1/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: use a passhphrase instead of passwordMiquel 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: added the password secretMiquel Sabaté Solà2021-07-061-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: actually build the js packMiquel Sabaté Solà2021-07-061-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: skip the vendor directory for rubocopMiquel Sabaté Solà2021-07-062-9/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* ci: fixed a lot of issues with style and urlsMiquel Sabaté Solà2021-07-0613-118/+92
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added a ruby-version fileMiquel Sabaté Solà2021-07-061-0/+1
| | | | | | Required by the setup-ruby Github action. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added workflowMiquel Sabaté Solà2021-07-065-30/+143
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* script: temporarily disable some checksMiquel Sabaté Solà2021-07-051-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* plugins: fixed rubocop errorsMiquel Sabaté Solà2021-07-053-2/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* script: do not bail out on failing to create some dirsMiquel Sabaté Solà2021-07-051-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* script: switch into the build source directoryMiquel Sabaté Solà2021-07-051-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated jekyll and everythingMiquel Sabaté Solà2021-07-054-57/+73
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added CV sectionMiquel Sabaté Solà2021-07-0516-63/+334
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Being more explicit on the licenseMiquel Sabaté Solà2020-10-172-2/+2
| | | | | | Just add the name of the license and a link to it on the section title. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* script: updated main branch to 'main'Miquel Sabaté Solà2020-10-056-10/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated gemfileMiquel Sabaté Solà2020-10-032-12/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* stylesheets: don't color links inside of pre blocksMiquel Sabaté Solà2020-04-231-0/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* stylesheets: add a scroll whenever there is an overflow-xMiquel Sabaté Solà2020-04-221-0/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* stylesheets: give creditMiquel Sabaté Solà2020-04-221-1/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added an emacs.scss fileMiquel Sabaté Solà2020-04-213-168/+64
| | | | | | This will replace the org.css from my dotfiles. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated gems and js packagesMiquel Sabaté Solà2020-03-234-2129/+3170
| | | | | | This also required some changes on the rubocop config. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Update licenseMiquel Sabaté Solà2020-03-2315-15/+15
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added Republic from PlatoMiquel Sabaté Solà2020-03-233-1/+21
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated about.md pageMiquel Sabaté Solà2019-11-282-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add modified_at info at the post layoutMiquel Sabaté Solà2019-10-226-14/+136
| | | | | | | | | | | | At the bottom of every blog post, there will now be a small text containing: 1. The localized date of the last modified time the blog post was modified (taking Git as a reference). 2. A link to the log at git.mssola.com for the given file. This way readers have a better understanding of the versioning of a given page. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added git into the docker imageMiquel Sabaté Solà2019-10-212-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>