{"id":20563654,"url":"https://github.com/coddeys/sukhikhxyz","last_synced_at":"2026-04-21T13:34:14.589Z","repository":{"id":240205227,"uuid":"801967106","full_name":"coddeys/sukhikhxyz","owner":"coddeys","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-17T12:45:49.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T08:23:02.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coddeys.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-17T09:00:27.000Z","updated_at":"2024-05-17T12:28:59.000Z","dependencies_parsed_at":"2024-05-17T10:28:05.630Z","dependency_job_id":"60e82adc-e43d-4d62-bda3-c90595a2e1f0","html_url":"https://github.com/coddeys/sukhikhxyz","commit_stats":null,"previous_names":["coddeys/sukhikhxyz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coddeys/sukhikhxyz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Fsukhikhxyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Fsukhikhxyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Fsukhikhxyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Fsukhikhxyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coddeys","download_url":"https://codeload.github.com/coddeys/sukhikhxyz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coddeys%2Fsukhikhxyz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32094652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T04:20:02.483Z","updated_at":"2026-04-21T13:34:14.556Z","avatar_url":"https://github.com/coddeys.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ema Template\n\nA very simple example [Ema](https://ema.srid.ca/) site that is based on Blaze HTML \u0026 TailwindCSS 3. Use it to bootstrap your next static site using Ema.\n\nThe generated HTML site can be previewed here: https://srid.github.io/ema-template/\n\n## Getting Started\n\nTo develop with full IDE support in Visual Studio Code, follow these steps:\n\n- [Install Nix](https://nixos.asia/en/install)\n  - And [setup direnv](https://nixos.asia/en/direnv)\n- Run `nix develop -i -c haskell-language-server` to sanity check your environment \n- Open the repository [as single-folder workspace](https://code.visualstudio.com/docs/editor/workspaces#_singlefolder-workspaces) in Visual Studio Code\n    - Install the recommended extensions\n    - Active the direnv environment\n- Press \u003ckbd\u003eCtrl+Shift+B\u003c/kbd\u003e in VSCode, or run `nix develop -c just run` in terminal (`just run` if direnv is already active), to launch the Ema dev server, and navigate to http://localhost:9001/\n\nAll but the final step need to be done only once. Check [the Ema tutorial](https://ema.srid.ca/tutorial) next.\n\n## Note\n\n- This project uses [relude](https://github.com/kowainik/relude) as its prelude, as well as Tailwind+Blaze as CSS utility and HTML DSL. Even though the author highly recommends them, you are of course free to swap them out for the library of your choice.\n  - Tailwind CSS is compiled, alongside Ghcid, via foreman (see `flake.nix`)\n- As a first step to using this template, rename your project using https://srid.ca/haskell-template/start#rename-the-project (use `ema-template` in place of `haskell-template`)\n- Configuration:\n  - To change the port (or the Ema CLI arguments, used by `nix develop -c just run`), see `./.ghcid` (if you leave out `--port` a random port will be used)\n  - To add/remove Haskell dependencies, see https://community.flake.parts/haskell-flake/dependency\n- To generate the site, run:\n  ```sh\n  nix build .#site\n  # Alternatively:\n  # \u003e mkdir ../output \n  # \u003e nix run . -- --base-url=/ gen ../output\n  ```\n\n## Non-Nix workflow\n\nTo use this repository without Nix (such as with plain Cabal or Stack) you need to have the following installed manually:\n\n- ghcid\n- [tailwind runner](https://hackage.haskell.org/package/tailwind) along with [tailwind CLI](https://tailwindcss.com/docs/installation)\n- [foreman](http://ddollar.github.io/foreman/) (or one of its rewrites)\n- Add a `Procfile`; see flake.nix to determine what should go in its `Procfile`\n\nOnce all the above are installed and setup, run `foreman start` to start the Ema live server.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoddeys%2Fsukhikhxyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoddeys%2Fsukhikhxyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoddeys%2Fsukhikhxyz/lists"}