Skip to content

Commit

Permalink
Add Atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Florob committed Nov 6, 2024
1 parent 2d6f511 commit d28a84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ defaults:
future: true # we use dates for the actual meetup time, not the post publication time
timezone: "Europe/Berlin"

plugins:
- jekyll-feed

exclude:
- .vscode
- .gitignore
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"/>
<link rel="self" type="application/atom+xml" href="/feed.xml"/>

<meta property="og:type" content="website"/>
<meta property="og:image" content="{{ site.url }}/logo.png"/>
Expand Down

0 comments on commit d28a84d

Please sign in to comment.