Skip to content

Commit

Permalink
Merge pull request #17 from jazzominy/tags
Browse files Browse the repository at this point in the history
tags
  • Loading branch information
jazzominy authored Jul 13, 2024
2 parents 1cbe446 + 8edb642 commit 1ad3a31
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/tag_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Jekyll
class TagGenerator < Generator
def generate(site)
# Exit if not in production mode
return unless ENV['JEKYLL_ENV'] == 'production'
# return unless ENV['JEKYLL_ENV'] == 'production'

tags = {}

Expand Down
5 changes: 5 additions & 0 deletions tags/combinelatest/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
title: "Tag: combineLatest"
tag: combineLatest
---
5 changes: 5 additions & 0 deletions tags/forkjoin/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
title: "Tag: forkJoin"
tag: forkJoin
---
5 changes: 5 additions & 0 deletions tags/rxjs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: tag
title: "Tag: RxJS"
tag: RxJS
---

0 comments on commit 1ad3a31

Please sign in to comment.