Skip to content

Commit

Permalink
Fixing missing images
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Feb 27, 2024
1 parent 7311e6b commit 945f891
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _plugins/custom-posts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def process_post(site, custom_file)
site.collections['posts'].docs << post
end
end
end
end
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The way we do generation is basically through [templates](https://github.com/aks

One of the bonuses one gets with doing this is that the new hot reload functionality of .NET 6 makes for a very tight feedback loop with these type of source generators as well. While running with `dotnet watch run` - it will continuously run while I'm editing in the C# code that is being marked as candidates by the syntax receiver. Below you'll see C# on the right hand side while TypeScript is being generated on the left hand side while typing. Keep in mind though, if you have something that generates files with a filename based on something in the original code, you might find some interesting side-effects (ask me how I know 😂).

[![](images/2021-11-01_13-06-45-2.gif)](https://ingebrigtsen.blog/wp-content/uploads/2021/11/2021-11-01_13-06-45-2.gif)
[![](images/2021-11-01_13-06-45-2.gif)](http://localhost:8080/wp-content/uploads/2021/11/2021-11-01_13-06-45-2.gif)

## Conclusion

Expand Down

0 comments on commit 945f891

Please sign in to comment.