Skip to content

Commit

Permalink
Merge pull request #20 from reynir/reynir
Browse files Browse the repository at this point in the history
Add reynir
  • Loading branch information
xvw authored Feb 4, 2025
2 parents 196ce8d + 518fe6f commit df0ef64
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- condor
- nicolas
- clementd
- reynir
19 changes: 19 additions & 0 deletions data/members/reynir.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: reynir
display_name: Reynir Björnsson
bio: Involved in Mirage OS writing OCaml 🐪
location: Denmark
main_link:
url: https://reyn.ir/
lang: en
main_feed:
url: https://reyn.ir/feed.xml
additional_links:
- title: Web site (alternative domain)
url: https://reynir.dk/
- title: Mastodon
url: https://bsd.network/@reynir
- title: GitHub
url: https://github.com/reynir
additional_feeds:
- title: Blog (alternative domain)
url: https://reynir.dk/feed.xml
6 changes: 5 additions & 1 deletion lib/action/init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ let run (module R : Sigs.RESOLVER) =
~on:`Source R.Source.chain
in
let+ cache, members =
let where path =
Yocaml.Path.has_extension "yml" path ||
Yocaml.Path.has_extension "yaml" path
in
Yocaml.Action.fold ~only:`Files
~where:(Yocaml.Path.has_extension "yml")
~where
~state:[] R.Source.members
(fun path state cache ->
let+ member =
Expand Down

0 comments on commit df0ef64

Please sign in to comment.