aboutsummaryrefslogtreecommitdiff
path: root/_plugins
Commit message (Collapse)AuthorAgeFilesLines
* plugins: fixed rubocop errorsMiquel Sabaté Solà2021-07-052-1/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Update licenseMiquel Sabaté Solà2020-03-235-5/+5
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Add modified_at info at the post layoutMiquel Sabaté Solà2019-10-223-14/+131
| | | | | | | | | | | | 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/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* plugins: added the article Jekyll pluginMiquel Sabaté Solà2019-10-213-11/+111
| | | | | | | This plugin adds og:type related tags depending on whether the given page is a website or an article. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* More refining on twitter cardsMiquel Sabaté Solà2019-10-201-0/+2
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed some meta attributes for TwitterMiquel Sabaté Solà2019-10-201-4/+11
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added meta tags into the default layoutMiquel Sabaté Solà2019-10-201-0/+52
This also includes a small Jekyll plugin that automatically guesses the OG image to be used depending on the availability of a thumbnail image. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>