Skip to content

Commit

Permalink
Add Atom feed using the jekyll-feed plugin (#2646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgolden authored Nov 13, 2024
1 parent 5167cfb commit bb3a3ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ author:
name: OBO Technical WG
plugins:
- jekyll-sitemap
- jekyll-feed
feed:
disable_in_development: true
## --Anything above this line can be edited in _config_header.yml --
## --Everything below this line automatically generated in _config.yml --
ontologies:
Expand Down
3 changes: 3 additions & 0 deletions _config_header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ author:
name: OBO Technical WG
plugins:
- jekyll-sitemap
- jekyll-feed
feed:
disable_in_development: true
## --Anything above this line can be edited in _config_header.yml --
## --Everything below this line automatically generated in _config.yml --
2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
<!-- Custom stylesheet -->
<link rel="stylesheet" href="/assets/css/style.css">

{% feed_meta %}

<style>
html, body {
height: 100%;
Expand Down

0 comments on commit bb3a3ca

Please sign in to comment.