{"id":35255129,"url":"https://github.com/meodai/exalt.biz","last_synced_at":"2026-04-02T02:08:21.677Z","repository":{"id":44129925,"uuid":"189245554","full_name":"meodai/exalt.biz","owner":"meodai","description":"http://exalt.biz website","archived":false,"fork":false,"pushed_at":"2025-11-04T12:16:03.000Z","size":2136,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-04T14:21:05.555Z","etag":null,"topics":["static-site","webdesign","website"],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-29T14:49:27.000Z","updated_at":"2025-11-04T12:16:07.000Z","dependencies_parsed_at":"2025-01-27T14:44:06.511Z","dependency_job_id":null,"html_url":"https://github.com/meodai/exalt.biz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meodai/exalt.biz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Fexalt.biz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Fexalt.biz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Fexalt.biz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Fexalt.biz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meodai","download_url":"https://codeload.github.com/meodai/exalt.biz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meodai%2Fexalt.biz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["static-site","webdesign","website"],"created_at":"2025-12-30T07:57:00.156Z","updated_at":"2026-04-02T02:08:21.660Z","avatar_url":"https://github.com/meodai.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exalt.biz\nhttp://exalt.biz website (https://ecstatic-volhard-256fbd.netlify.com/)\n\n## edit contents\n[edit text on the website here](https://github.com/meodai/exalt.biz/blob/master/data.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. The illustrations are owned by the client. Don't share or reuse them\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeodai%2Fexalt.biz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeodai%2Fexalt.biz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeodai%2Fexalt.biz/lists"}