{"id":19339617,"url":"https://github.com/dsferruzza/datura-corsets","last_synced_at":"2026-05-17T10:31:19.308Z","repository":{"id":17578876,"uuid":"20382347","full_name":"dsferruzza/datura-corsets","owner":"dsferruzza","description":"A corset-artist's website made with hakyll","archived":false,"fork":false,"pushed_at":"2016-06-22T23:46:48.000Z","size":27698,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-06T10:48:30.935Z","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":"myfavouritekk/T-CNN","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dsferruzza.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":"2014-06-01T17:34:15.000Z","updated_at":"2017-05-04T20:33:44.000Z","dependencies_parsed_at":"2022-09-24T17:22:13.935Z","dependency_job_id":null,"html_url":"https://github.com/dsferruzza/datura-corsets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsferruzza%2Fdatura-corsets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsferruzza%2Fdatura-corsets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsferruzza%2Fdatura-corsets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsferruzza%2Fdatura-corsets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsferruzza","download_url":"https://codeload.github.com/dsferruzza/datura-corsets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240442567,"owners_count":19801927,"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-11-10T03:23:08.693Z","updated_at":"2026-05-17T10:31:14.252Z","avatar_url":"https://github.com/dsferruzza.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Datura Corsets\n==============\n\nHere is the source of the website [Datura Corsets](http://ladatura-corsets.com/).\nIt is the website of a one-person enterprise which creates corsets near Nantes (France).\n\nThe website is static, generated using [Hakyll](http://jaspervdj.be/hakyll/).\nThe build is designed for Windows, but things should work similarly on Unix systems.\n\n## Requirements\n\nYou need `ghc` (an Haskell compiler) to compile `site.hs`.\n\nFor a clean build, you can do:\n- install [stack](http://haskellstack.org)\n- clone this repo\n- `stack build`\n\nThen, use `compile.bat` to compile the site generator.\n\nThe `compile.bat` script also expect `upx` to be either in the path or in the same directory (see http://upx.sourceforge.net/).\nThis is only used to reduce the size of the final executable (so it is optional).\n\nTo be able to build the website, you need `convert` from ImageMagick to be either in the path or in the same directory (see http://imagemagick.org/).\n\n## Content\n\nAs it is not synced nor open-source, I will explain how to add content.\n\n### Articles\n\nArticles are the main items of the website.\n\nAn article is defined by:\n\n- **a folder name** `articles/[name]/`: this name will be used in URLs\n- **a Markdown file** `articles/[name]/index.md` which contains:\n\t- a **title** metadata: the full name of the article\n\t- a **tags** metadata: a comma-separated list of tag names\n\t- a content: the description of the article\n- **a cover picture** `articles/[name]/index.jpg`: it will be used in lists and in the article's page\n- *(optional)* **one or several extra pictures** `articles/[name]/*.jpg`: they will feed a gallery in the article's page\n\n_Images must have a **lowercase** `.jpg` extension!_\n\n### Pages\n\nPages represent unique pages, like *contact* or *about*.\n\nA page is defined by:\n\n- **a Markdown file** `pages/[name].md` which contains:\n\t- a **title** metadata: the name of the page that should be in the title HTML tag\n\t- a content: the content of the page\n\n**OR**\n\n- **an HTML file** `pages/[name].html` which contains:\n\t- a **title** metadata: the name of the page that should be in the title HTML tag\n\t- a content: the HTML content of the page\n\n**In both ways, the generated page will use the `default.html` template.**\n\nThe generated pages will be put directly under the root of project, so:\n\n- avoid a `pages/[name].md` and a `pages/[name].html` with the same name\n- use `pages/index.md` or `pages/index.html` to make the homepage\n\nAlso, images (with a **lowercase** `.jpg` extension) put inside `pages/img/` will be copied in the `img/` folder.\n\n## License\n\nThe MIT License (MIT)\nCopyright (c) 2014 David Sferruzza\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsferruzza%2Fdatura-corsets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsferruzza%2Fdatura-corsets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsferruzza%2Fdatura-corsets/lists"}