{"id":18303721,"url":"https://github.com/marcodaniels/elm-robots-humans","last_synced_at":"2025-04-09T10:19:14.407Z","repository":{"id":64736322,"uuid":"569854765","full_name":"MarcoDaniels/elm-robots-humans","owner":"MarcoDaniels","description":"Create robots.txt and humans.txt in Elm","archived":false,"fork":false,"pushed_at":"2022-12-13T18:40:06.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T04:27:13.771Z","etag":null,"topics":["elm","humanstxt","robotstxt"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/marcodaniels/elm-robots-humans/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcoDaniels.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-23T19:10:56.000Z","updated_at":"2022-12-14T07:12:00.000Z","dependencies_parsed_at":"2022-12-14T03:01:45.279Z","dependency_job_id":null,"html_url":"https://github.com/MarcoDaniels/elm-robots-humans","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoDaniels%2Felm-robots-humans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoDaniels%2Felm-robots-humans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoDaniels%2Felm-robots-humans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcoDaniels%2Felm-robots-humans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcoDaniels","download_url":"https://codeload.github.com/MarcoDaniels/elm-robots-humans/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248018119,"owners_count":21034053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elm","humanstxt","robotstxt"],"created_at":"2024-11-05T15:26:35.013Z","updated_at":"2025-04-09T10:19:14.381Z","avatar_url":"https://github.com/MarcoDaniels.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-robots-humans\n\n`elm-robots-humans` allows you to write your website's [`robots.txt`](https://moz.com/learn/seo/robotstxt)\nand [`humans.txt`](https://humanstxt.org/) files as an output string in a structured and typed manner.\n\nExample for `robots.txt`:\n\n```elm\nimport Robots\n\nrobots: String\nrobots =\n    Robots.robots\n        { sitemap = Robots.SingleValue \"/sitemap.xml\"\n        , host = \"https://marcodaniels.com\"\n        , policies =\n            [ Robots.policy\n                { userAgent = Robots.SingleValue \"*\"\n                , allow = Just (Robots.SingleValue \"*\")\n                , disallow = Nothing\n                }\n            ]\n        }\n```\n\nExample for `humans.txt`\n\n```elm\nimport Humans\n\nhumans: String\nhumans =\n    Humans.humans\n        [ { headline = \"Team\"\n          , content = [ \"Engineer: Marco Martins\" ]\n          }\n        , { headline = \"Technology\"\n          , content = [ \"elm, terraform, nix\" ]\n          }\n        ]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodaniels%2Felm-robots-humans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcodaniels%2Felm-robots-humans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodaniels%2Felm-robots-humans/lists"}