{"id":35232099,"url":"https://github.com/meodai/elastiq","last_synced_at":"2025-12-30T03:00:05.654Z","repository":{"id":42863542,"uuid":"79269326","full_name":"meodai/elastiq","owner":"meodai","description":"Elastiq website","archived":false,"fork":false,"pushed_at":"2025-05-25T21:58:43.000Z","size":7652,"stargazers_count":19,"open_issues_count":11,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-25T22:29:30.532Z","etag":null,"topics":["business-card","company-website","personal-website","static-site","website"],"latest_commit_sha":null,"homepage":"https://elastiq.ch/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meodai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2017-01-17T20:35:41.000Z","updated_at":"2025-05-25T21:58:46.000Z","dependencies_parsed_at":"2025-05-25T22:24:34.095Z","dependency_job_id":"8a776a57-bd79-471e-b7d6-05e51e2191b6","html_url":"https://github.com/meodai/elastiq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meodai/elastiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Felastiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Felastiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Felastiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Felastiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meodai","download_url":"https://codeload.github.com/meodai/elastiq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Felastiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28123452,"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","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["business-card","company-website","personal-website","static-site","website"],"created_at":"2025-12-30T03:00:04.160Z","updated_at":"2025-12-30T03:00:05.645Z","avatar_url":"https://github.com/meodai.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elastiq.ch\nhttps://elastiq.ch/ website\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/1badacb4-da50-4464-a79e-d102bd32dc1d/deploy-status)](https://app.netlify.com/sites/boring-euclid-25977c/deploys)\n\n## edit contents\n[edit website here](https://github.com/meodai/elastiq/blob/master/content.yml)\n\n## local installation\nThis setup uses node and NPM to built the website statically.\n\n1. install node and npm (https://nodejs.org/en/)\n2. use the terminal/command-line to navigate to the folder where you checked out the project\n3. install deps by typing `npm install`\n4. once done type `npm start` to work on the project\n\n## setup\n- [parcel.js](https://parceljs.org/) builds everything\n- [posthtml-expressions](https://github.com/posthtml/posthtml-expressions) This plugin provides a syntax for including local variables and expressions in your templates, and also extends custom tags to act as helpers for conditionals and looping. Mainly used to include content from [data.yml](https://github.com/meodai/exalt.biz/blob/master/data.yml). [posthtml-load-config](https://github.com/posthtml/posthtml-load-config) makes sure [.posthtmlrc.js](https://github.com/meodai/exalt.biz/blob/master/.posthtmlrc.js) the data from the YML ends up in the `locals` from `posthtml-expressions`.\n- [.browserslistrc](https://github.com/meodai/exalt.biz/blob/master/.browserslistrc) Sets the browser compatibility for [autoprefixer](https://github.com/postcss/autoprefixer)\n\n```\n┌──────────┐    ┌────────────────────┐\n│ data.yml │───▶│posthtml-expressions│──┐\n└──────────┘    └────────────────────┘  │\n┌──────────┐    ┌───────────────────┐   │\n│style.scss│───▶│  sass \u0026 postCSS   │──┐│  ┌─────────────┐\n└──────────┘    └───────────────────┘  ├┴─▶│ /index.html │\n┌──────────┐    ┌───────────────────┐  │   └──────┬──────┘\n│ main.js  │───▶│     babel.js      │──┤         ┌┘\n└──────────┘    └───────────────────┘  │         │\n                         ┌──────────┐  │         ▼\n                         │  images  │──┘    ┌─────────┐\n                         └──────────┘       │ Magic * │\n                                            └─────────┘\n                                                 │\n                                                 │\n                                                 │\n     * Magic = parcel.js             ┌───────────▼─────────┐\n                                     │       ./dist        │\n                                    ┌┴─────────────────────┴┐\n                                    │      index.html       │\n                                    ├───────────────────────┤\n                                    │       style.css       │\n                                    ├───────────────────────┤\n                                    │  *.{jpg|png|gif...}   │\n                                    └┬─────────────────────┬┘\n                                     └─────────────────────┘\n```\n\n## license \n© David Aerne\nFeel free to do whatever with the sources. Except for the illustrations. Don't share or reuse them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeodai%2Felastiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeodai%2Felastiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeodai%2Felastiq/lists"}