aboutsummaryrefslogtreecommitdiff
path: root/_plugins/type.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove jekyllMiquel Sabaté Solà2024-09-171-65/+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>
* Updated copyright noticeMiquel Sabaté Solà2023-01-021-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: fixed a lot of issues with style and urlsMiquel Sabaté Solà2021-07-061-16/+16
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* plugins: fixed rubocop errorsMiquel Sabaté Solà2021-07-051-0/+2
| | | | 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>
* Add modified_at info at the post layoutMiquel Sabaté Solà2019-10-221-14/+2
| | | | | | | | | | | | 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>
* plugins: renamed from article.rb to type.rbMiquel Sabaté Solà2019-10-211-0/+75
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>