{"id":13509108,"url":"https://github.com/badosu/coil","last_synced_at":"2025-09-07T15:32:12.436Z","repository":{"id":138078796,"uuid":"12741377","full_name":"badosu/coil","owner":"badosu","description":"Coil is a minimalistic static content engine written in elixir","archived":false,"fork":false,"pushed_at":"2014-03-30T20:49:32.000Z","size":441,"stargazers_count":67,"open_issues_count":0,"forks_count":6,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-12-30T08:32:53.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badosu.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":"2013-09-10T21:43:18.000Z","updated_at":"2024-10-17T20:56:22.000Z","dependencies_parsed_at":"2023-03-13T10:54:54.599Z","dependency_job_id":null,"html_url":"https://github.com/badosu/coil","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/badosu%2Fcoil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badosu%2Fcoil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badosu%2Fcoil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badosu%2Fcoil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badosu","download_url":"https://codeload.github.com/badosu/coil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232222214,"owners_count":18490922,"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":[],"created_at":"2024-08-01T02:01:03.047Z","updated_at":"2025-01-02T16:31:00.643Z","avatar_url":"https://github.com/badosu.png","language":"Elixir","funding_links":[],"categories":["Static Page Generation","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"Coil\n====\n\nCoil is a minimalistic static content engine written in elixir.\n\nRequirements\n-------\n\nYou must have the latest stable version of elixir installed,\n[v0.12.5](https://github.com/elixir-lang/elixir/releases/tag/v0.12.5) as of\nthe writing of this.\n\nInstall\n-------\n\nClone the repo, fetch dependencies and compile:\n\n```bash\ngit clone https://github.com/badosu/coil\ncd coil \u0026\u0026 mix do deps.get, compile\n```\n\nBootstrap a sample coil blog:\n\n```bash\nmix coil ../blog\ncd ../blog \u0026\u0026 mix deps.get\n```\n\nApply your configuration:\n\n```bash\n$EDITOR config.yml\n```\n\nUsage\n-----\n\nAdd an article: `mix post`.\n\nRun (on port 8080): `PORT=8080 mix run --no-halt`.\n\nDeploy to Heroku:\n\n```bash\nheroku create --buildpack \"https://github.com/goshakkk/heroku-buildpack-elixir.git\"\ngit push heroku master\n```\n\nCustomize\n---------\n\nIf you have a `mix.exs` file requiring the coil lib properly, like\n[this one](/example/mix.exs), you have only to follow the structure\nbelow to get it working:\n\n    .\n    |-- articles\n    |   `-- YYYY-mm-dd-article-title.md\n    |-- assets\n    |   `-- example.css\n    |-- config.yml\n    |-- mix.exs\n    |-- pages\n    |   `-- title.md\n    `-- templates\n        |-- archives.html.eex\n        |-- article.html.eex\n        |-- index.html.eex\n        |-- index.xml.eex\n        |-- layout.html.eex\n        `-- page.html.eex\n\n### Routes\n\n* Index: `/`\n* Page: `/title`\n* Resource: `/assets/example.css`\n* Article: `/articles/YYYY-mm-dd-article-title`\n* RSS feed: `/feed`\n* Archives: `/archives`\n\n### Templates\n\nTemplates are embedded elixir files\n(see the [EEx docs](http://elixir-lang.org/docs/stable/EEx.html)), and can be\ncustomized to suit your design:\n\n* `layout.html.eex` The template in which all other templates are embedded\n* `index.html.eex` Renders the home page\n* `article.html.eex` Renders the article page\n* `page.html.eex` Renders the page page\n* `archives.html.eex` Renders the archives page\n* `index.xml.eex` Renders the rss feed\n\nLicense\n-------\n\nThe MIT License, see LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadosu%2Fcoil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadosu%2Fcoil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadosu%2Fcoil/lists"}