diff --git a/_config.yml b/_config.yml index a513cf05b53..4157a40ed6d 100755 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: Quarkus -email: +email: description: >- # this means to ignore newlines until "baseurl:" Quarkus: Supersonic Subatomic Java baseurl: "" # the subpath of your site, e.g. /blog @@ -123,8 +123,8 @@ defaults: # Site configuration for the Jekyll 3 Pagination Gem # The values here represent the defaults if nothing is set pagination: - - # Site-wide kill switch, disabled here it doesn't run at all + + # Site-wide kill switch, disabled here it doesn't run at all enabled: true # Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages @@ -138,7 +138,7 @@ pagination: # The permalink structure for the paginated pages (this can be any level deep) permalink: '/page/:num/' # Pages are index.html inside this folder (default) - #permalink: '/page/:num.html' # Pages are simple html files + #permalink: '/page/:num.html' # Pages are simple html files #permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style. # Optional the title format for the paginated pages (supports :title for original page title, :num for pagination page number, :max for total number of pages) @@ -146,7 +146,7 @@ pagination: # Limit how many pagenated pages to create (default: 0, means all) limit: 0 - + # Optional, defines the field that the posts should be sorted on (omit to default to 'date') sort_field: 'date' @@ -159,13 +159,13 @@ pagination: # Optional, the default tag to use, omit to disable tag: '' - # Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts, + # Optional, the default locale to use, omit to disable (depends on a field 'locale' to be specified in the posts, # in reality this can be any value, suggested are the Microsoft locale-codes (e.g. en_US, en_GB) or simply the ISO-639 language code ) - locale: '' + locale: '' - # Optional,omit or set both before and after to zero to disable. - # Controls how the pagination trail for the paginated pages look like. - trail: + # Optional,omit or set both before and after to zero to disable. + # Controls how the pagination trail for the paginated pages look like. + trail: before: 2 after: 2 @@ -194,7 +194,7 @@ autopages: data: '_data/authors.yaml' # Data file with the author details # Uncomment the line below to force exclude certain authors from autopage generation. # exclude: [ "author1", "author2" ] - layouts: + layouts: - 'author.html' # We'll define this layout later title: 'Posts by :author' permalink: '/author/:author/' @@ -204,13 +204,13 @@ autopages: # Scholar / Bibliography -publication: +publication: group_by: type sort_by: date #order: descending #group_order: type #type_order: [article, video, podcast] - type_names: + type_names: article: Article & Blogs podcast: Podcasts video: Videos @@ -221,12 +221,12 @@ publication: # https://github.com/jekyll/jekyll-archives/blob/master/docs/configuration.md jekyll-archives: - enabled: + enabled: - tags - layouts: + layouts: tag: tag-archive permalinks: tag: '/blog/tag/:name/' - + ############################################################ diff --git a/_includes/title-band.html b/_includes/title-band.html index 6a3cb569e7c..0789e879b4c 100644 --- a/_includes/title-band.html +++ b/_includes/title-band.html @@ -1,4 +1,7 @@
{{ author.bio }}
-{{ post.synopsis | strip_html }}
@@ -64,6 +62,17 @@