Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ELY-2282] Updated website to add previews on social media to display WildFly Elytron logo #1652

Merged
merged 1 commit into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.