data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix blog

+2 -2
+2 -2
flake.nix
··· 14 14 imports = [inputs.emanote.flakeModule]; 15 15 perSystem = {self', ...}: { 16 16 emanote.sites."blog" = { 17 - path = ./.; 18 - pathString = "."; 17 + layers = [./.]; 18 + layersString = ["."]; 19 19 }; 20 20 packages.default = self'.packages.blog; 21 21 apps.default = self'.apps.blog;