Skip to content

Commit

Permalink
Merge pull request #1652 from Ashpan/blog-embed-preview
Browse files Browse the repository at this point in the history
[ELY-2282] Updated website to add previews on social media to display WildFly Elytron logo
  • Loading branch information
Skyllarr committed Jan 5, 2022
2 parents ae72172 + c88e69e commit 9636796
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem 'jekyll-paginate-v2'
gem 'jekyll-archives'
gem 'jekyll-seo-tag'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ theme: minima
plugins:
- jekyll-feed
- jekyll-archives
- jekyll-seo-tag

asciidoctor:
base_dir: :docdir
Expand Down Expand Up @@ -99,6 +100,7 @@ defaults:
type: "posts"
values:
permalink: /blog/:title/
image: /assets/images/wildfly-elytron-logo.jpg

############################################################

Expand All @@ -120,4 +122,4 @@ jekyll-archives:
layouts:
tag: tag-archive
permalinks:
tag: '/blog/tag/:name/'
tag: '/blog/tag/:name/'
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
gtag('js', new Date());
gtag('config', 'UA-135301155-1');
</script>
{% seo %}
</head>
<body>

Expand Down
Binary file added assets/images/wildfly-elytron-logo.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9636796

Please sign in to comment.